Commit Graph
8 Commits
Author SHA1 Message Date
Karl FesselandGitHub 8d9bf18ac3 Make include headers follow strict protoype rule (#773)
Change function arguments to (void) instead of () to avoid compilation warnings
when compiling with '-Wstrict-prototypes' flag.
2021-10-08 11:24:48 +08:00
Karl FesselandGitHub 7d8b79a7a7 Addapt to RIOT changes (#452)
RIOT removed kernel_types.h in favor of sched.h
2020-11-27 09:10:00 +08:00
Karl FesselandGitHub f1fe5d7872 add RIOT-OS support to WAMR (#425)
* add RIOT platform

see riot-os.org

* add simple RIOT example
2020-10-16 11:21:53 +08:00
Karl FesselandGitHub cc0aab1063 Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
Karl FesselandGitHub 874cc951c6 Optimize get_current_target in AOT loader for more archs (#347) 2020-08-13 15:13:45 +08:00
Karl FesselandGitHub 3be29c3f46 optimize: get_current_target for AOT thumb loader (#342) 2020-08-11 09:40:18 +08:00
Karl FesselandGitHub 2022b2584d remove not needed ${SHARED_DIR}/include/*.h in runtime_lib.cmake (#338) 2020-08-06 17:20:34 +08:00
Karl FesselandGitHub 37aae1bc49 make include headers follow strict protoype rule (#331) 2020-08-04 19:53:34 +08:00