wasm-micro-runtime/core/app-mgr/app-manager
Stephen Berard df83aef101
Corrects Zephyr include files for current versions of Zephyr (#2881)
This fixes bug #2880.  Zephyr 3.2 made changes to how headers are reference (see [release notes](https://docs.zephyrproject.org/latest/releases/release-notes-3.2.html)).  Work item [49578](https://github.com/zephyrproject-rtos/zephyr/issues/49578) deprecated the old headers names.
The current WAMR codebase references these old headers, thus causing compile errors with
current versions of Zephyr.

This update adds #ifdefs around the header names.  With this change, compiling with Zephyr 3.2.0
and above will use the new header files.  Prior versions will use the existing code.
2023-12-08 17:16:16 +08:00
..
platform Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
app_manager_host.c Fix app manager/framework issues reported by Coverity (#1155) 2022-05-07 15:43:34 +08:00
app_manager_host.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_manager.c Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
app_manager.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_mgr.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
ble_msg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
coding_rule.txt Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
event.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
event.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
message.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_config.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_jeff.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_jeff.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_utils.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_app.c Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
module_wasm_app.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
resource_reg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00