[zephyr] Update zephyr configurables file and fix sample.
This commit is contained in:
committed by
Sergey Bogolepov
parent
dc14efebdd
commit
eb0e6a8f11
@@ -18,28 +18,30 @@
|
||||
# STM32 F4 Discovery
|
||||
|
||||
quadruple.zephyr_stm32f4_disco = armv7m-none-eabi
|
||||
targetSysRoot.zephyr_stm32f4_disco = target-sysroot-2-wasm
|
||||
entrySelector.zephyr_stm32f4_disco = --defsym main=Konan_main
|
||||
targetSysRoot.zephyr_stm32f4_disco = target-sysroot-3-wasm
|
||||
|
||||
boardSpecificClangFlags.zephyr_stm32f4_disco = -mabi=aapcs -mthumb -mcpu=cortex-m4
|
||||
boardSpecificClangFlags.zephyr_stm32f4_disco = -mthumb
|
||||
targetCpu.zephyr_stm32f4_disco = cortex-m4
|
||||
targetAbi.zephyr_stm32f4_disco = aapcs
|
||||
clangFlags = -Os
|
||||
|
||||
targetToolchain.linux_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-linux/arm-none-eabi
|
||||
dependencies.linux_x64-zephyr_stm32f4_disco = \
|
||||
libffi-3.2.1-2-linux-x86-64 \
|
||||
clang-llvm-6.0.1-linux-x86-64 \
|
||||
clang-llvm-8.0.0-linux-x86-64 \
|
||||
gcc-arm-none-eabi-7-2017-q4-major-linux \
|
||||
target-sysroot-2-wasm
|
||||
target-sysroot-3-wasm
|
||||
|
||||
targetToolchain.macos_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-mac/arm-none-eabi
|
||||
dependencies.macos_x64-zephyr_stm32f4_disco = \
|
||||
gcc-arm-none-eabi-7-2017-q4-major-mac \
|
||||
libffi-3.2.1-3-darwin-macos \
|
||||
clang-llvm-6.0.1-darwin-macos \
|
||||
target-sysroot-2-wasm
|
||||
clang-llvm-apple-8.0.0-darwin-macos \
|
||||
target-sysroot-3-wasm
|
||||
|
||||
targetToolchain.mingw_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi
|
||||
dependencies.mingw_x64-zephyr_stm32f4_disco = \
|
||||
libffi-3.2.1-mingw-w64-x86-64 \
|
||||
msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 \
|
||||
gcc-arm-none-eabi-7-2017-q4-major-win32 \
|
||||
target-sysroot-2-wasm
|
||||
target-sysroot-3-wasm
|
||||
|
||||
Reference in New Issue
Block a user