commit | 1d39806f4e18c26cee6d13324e32b0e70278fce6 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Thu Nov 19 15:52:35 2020 +0100 |
committer | Liam Girdwood <lgirdwood@gmail.com> | Sat Nov 21 16:22:54 2020 +0000 |
tree | 58f0058c4bfd046ae65c5eb96a39a0a950a84e4a | |
parent | 02222f41a50e162f14e882421d0c8a62a1546373 [diff] |
zephyr: extend the wrapper for generic architecture support When building SOF with Zephyr for unsupported architectures the following additional adjustments to the wrapper are required: 1. define HEAP_RUNTIME_SIZE 2. implement stubs for interrupt handlich code 3. remove arch_timer_get_system() as it's provided by a header 4. hardcode "return 0;" for platform_timer_get() 5. disable sys_module_init() which anyway isn't yet functional under Zephyr 6. add dummy platform_init() and platform_boot_complete() 7. add log_const_sof Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
See docs
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details