From fff15f1b93359c17c920cd79b01b24dc1900b583 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 12 Oct 2020 18:00:26 +0200 Subject: [PATCH] freedom-k64f: Support raw binary firmware format Then it can easly deployed using USB masstorage (same as on embed) Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr Change-Id: I62381d3f571fbc6e4716fa01d6974954f9193075 Signed-off-by: Philippe Coval --- boards/arm/kinetis/freedom-k64f/configs/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/kinetis/freedom-k64f/configs/nsh/defconfig b/boards/arm/kinetis/freedom-k64f/configs/nsh/defconfig index 05c2c6ca11..beee227ae4 100644 --- a/boards/arm/kinetis/freedom-k64f/configs/nsh/defconfig +++ b/boards/arm/kinetis/freedom-k64f/configs/nsh/defconfig @@ -51,6 +51,7 @@ CONFIG_PREALLOC_TIMERS=4 CONFIG_PWM=y CONFIG_RAM_SIZE=131072 CONFIG_RAM_START=0x1fff0000 +CONFIG_RAW_BINARY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_HPWORK=y CONFIG_SCHED_WAITPID=y