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 <rzr@users.sf.net>
This commit is contained in:
parent
f9475df13d
commit
fff15f1b93
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue