wasm-micro-runtime/samples/littlevgl/vgl-wasm-runtime/src/platform/zephyr
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
..
board_config.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
display_ili9340_adafruit_1480.c Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
display_ili9340.c Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
display_ili9340.h Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
display_indev.c Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
display.h Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
iwasm_main.c Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
LICENSE Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
main.c Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
pin_config_jlf.h Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
pin_config_stm32.h Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
XPT2046.c Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
XPT2046.h Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00