targets/zephyr: Add support for NXP FRDM-K64F board.
Tested to boot and run "test" one-liner. JerryScript-DCO-1.0-Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org
This commit is contained in:
@@ -66,7 +66,7 @@ CONFIG_TOOLCHAIN_VARIANT = x86
|
|||||||
CPU = x86
|
CPU = x86
|
||||||
EXT_CFLAGS += -march=pentium
|
EXT_CFLAGS += -march=pentium
|
||||||
EXT_CFLAGS += -mpreferred-stack-boundary=2 -mno-sse
|
EXT_CFLAGS += -mpreferred-stack-boundary=2 -mno-sse
|
||||||
else ifeq ($(BOARD),qemu_cortex_m3)
|
else ifeq ($(BOARD),$(filter $(BOARD),qemu_cortex_m3 frdm_k64f))
|
||||||
CONFIG_TOOLCHAIN_VARIANT = arm
|
CONFIG_TOOLCHAIN_VARIANT = arm
|
||||||
CPU = arm7-m
|
CPU = arm7-m
|
||||||
EXT_CFLAGS += -march=armv7-m -mthumb -mcpu=cortex-m3 -mabi=aapcs
|
EXT_CFLAGS += -march=armv7-m -mthumb -mcpu=cortex-m3 -mabi=aapcs
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ harmony
|
|||||||
|
|
||||||
2. Target boards/emulations
|
2. Target boards/emulations
|
||||||
|
|
||||||
Following Zephyr boards were tested: qemu_x86, qemu_cortex_m3, arduino_101.
|
Following Zephyr boards were tested: qemu_x86, qemu_cortex_m3, arduino_101,
|
||||||
|
frdm_k64f.
|
||||||
|
|
||||||
|
|
||||||
#### 2. Prepare Zephyr
|
#### 2. Prepare Zephyr
|
||||||
|
|||||||
Reference in New Issue
Block a user