This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/product-mini/platforms/zephyr/simple
Wenyong Huang db695fada4
Implement XIP feature and enable ARC target support (#694)
Implement XIP (Execution In Place) feature for AOT mode to enable running the AOT code inside AOT file directly, without memory mapping the executable memory for AOT code and applying relocations for text section. Developer can use wamrc with "--enable-indirect-mode --disable-llvm-intrinsics" flags to generate the AOT file and run iwasm with "--xip" flag. Known issues: there might still be some relocations in the text section which access the ".rodata" like sections.

And also enable ARC target support for both interpreter mode and AOT mode.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-08-12 17:44:39 +08:00
..
src Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
build_and_run.sh Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
CMakeLists.txt Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
esp32_custom_linker.ld Add xtensa AOT support and fix build issue of alios (#223) 2020-04-01 18:38:42 +08:00
prj_esp32.conf Add xtensa AOT support and fix build issue of alios (#223) 2020-04-01 18:38:42 +08:00
prj_nucleo767zi.conf Refine build script of zephyr product-mini, enable aot soft-float support (#188) 2020-03-05 21:46:24 +08:00
prj_qemu_arc.conf Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
prj_qemu_cortex_a53.conf Enable aarch64 support, add component test framework and test suite (#211) 2020-03-24 19:04:29 +08:00
prj_qemu_riscv32.conf Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
prj_qemu_riscv64.conf Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
prj_qemu_x86_nommu.conf Refine build script of zephyr product-mini, enable aot soft-float support (#188) 2020-03-05 21:46:24 +08:00
prj_qemu_xtensa.conf Add xtensa AOT support and fix build issue of alios (#223) 2020-04-01 18:38:42 +08:00