wasm-micro-runtime/core/app-mgr/app-manager
Wenyong Huang 54e82ec439
Fix app manager fail to install large app file issue (#555)
Remove the limit of app file size no larger than 1 MB, fix possible memory leak issues when fail to install app file, change message size of aee_host_msg_callback() from uint16 type to uint32 type to fix possible integer overflow issue, and fix some coding style issues of app manager.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-03 20:19:24 +08:00
..
platform Fix zephyr samples build issue caused by zephyr kernel API update (#232) 2020-04-13 07:46:16 +08:00
app_manager_host.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
app_manager_host.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
app_manager.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
app_manager.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +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 Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
coding_rule.txt Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
event.c Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
event.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
message.c Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +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 re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +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 Fix timer setTimeout issue and some coding style issues (#459) 2020-12-04 18:07:52 +08:00
module_wasm_app.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
module_wasm_app.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
module_wasm_lib.c Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +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 Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
watchdog.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
watchdog.h Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00