commit | 655b9ef4af0c29d718ee4ed612a1158d58fecc0d | [log] [tgz] |
---|---|---|
author | Chao Song <chao.song@linux.intel.com> | Tue Sep 06 10:42:20 2022 +0800 |
committer | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Sep 08 14:05:01 2022 +0100 |
tree | eeb31a6e883f9c30867e397d100868b8856bb91c | |
parent | 312c80adf9bbab599b5c7c776ac19c32416e66ab [diff] |
zephyr: deprecate zephyr.h and use kernel.h header The zephyr header zephyr.h should be only used with CONFIG_LEGACY_INCLUDE_PATH, which is deprecate by both Zephyr and SOF. The latest zephyr main will complain if zephyr.h is used but CONFIG_LEGACY_INCLUDE_PATH disabled. This patch deprecates zephyr.h and uses kernel.h instead, so that we don't break with latest zephyr. Signed-off-by: Chao Song <chao.song@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