wasm-micro-runtime/product-mini/platforms/zephyr/simple
Jämes Ménétrey 6adf9194d4
Normalize how the global heap pool is configured across iwasm apps (#1628)
Use the cmake variable `WAMR_BUILD_GLOBAL_HEAP_POOL` and
`WAMR_BUILD_GLOBAL_HEAP_SIZE` to enable/disable the global heap pool
and set its size. And set the default global heap size in core/config.h and
the cmake files.

As a result, the developers who build iwasm can easily enable/disable the
global heap pool and change its size regardless of the iwasm implementation,
without manually finding and patching the right location for that value.
2022-10-25 21:36:24 +08:00
..
boards Simplify build setup for zephyr (#789) 2021-10-15 20:15:17 +08:00
src Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
build_and_run.sh Fix Windows compilation warnings (#1171) 2022-05-16 09:12:58 +08:00
CMakeLists.txt Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +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
README_docker.md Update Zephyr document, add esp32c3 and particle_argon support(#920) 2021-12-29 10:05:27 +08:00