Skip to content

Commit 0898bf4

Browse files
committed
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 [email protected]
1 parent 5ed6582 commit 0898bf4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

targets/zephyr/Makefile.zephyr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CONFIG_TOOLCHAIN_VARIANT = x86
6666
CPU = x86
6767
EXT_CFLAGS += -march=pentium
6868
EXT_CFLAGS += -mpreferred-stack-boundary=2 -mno-sse
69-
else ifeq ($(BOARD),qemu_cortex_m3)
69+
else ifeq ($(BOARD),$(filter $(BOARD),qemu_cortex_m3 frdm_k64f))
7070
CONFIG_TOOLCHAIN_VARIANT = arm
7171
CPU = arm7-m
7272
EXT_CFLAGS += -march=armv7-m -mthumb -mcpu=cortex-m3 -mabi=aapcs

targets/zephyr/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ harmony
2525

2626
2. Target boards/emulations
2727

28-
Following Zephyr boards were tested: qemu_x86, qemu_cortex_m3, arduino_101.
28+
Following Zephyr boards were tested: qemu_x86, qemu_cortex_m3, arduino_101,
29+
frdm_k64f.
2930

3031

3132
#### 2. Prepare Zephyr

0 commit comments

Comments
 (0)