zephyr: first attempt
This commit is contained in:
committed by
alexander-gorshenev
parent
a5bc23d706
commit
d968fafec0
@@ -331,3 +331,16 @@ llcOptFlags.wasm32 = -O3
|
||||
llcDebugFlags.wasm32 = -O0
|
||||
# The stack size is in bytes.
|
||||
s2wasmFlags.wasm32 = --allocate-stack 1048576 --import-memory
|
||||
|
||||
# Zephyr RTOS.
|
||||
targetToolchain.linux-zephyr = target-gcc-toolchain-6-2017q2-linux-armemb/arm-none-eabi
|
||||
dependencies.linux-zephyr = \
|
||||
clang-llvm-5.0.0-linux-x86-64 \
|
||||
target-gcc-toolchain-6-2017q2-linux-armemb \
|
||||
target-sysroot-2-wasm \
|
||||
zephyr-host-tools-1-linux \
|
||||
zephyr-zephyr-v1.10.0
|
||||
|
||||
quadruple.zephyr = armv7m-none-eabi
|
||||
targetSysRoot.zephyr = target-sysroot-2-wasm
|
||||
entrySelector.zephyr = --defsym main=Konan_main
|
||||
|
||||
Reference in New Issue
Block a user