You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/13 07:31:00 UTC

[incubator-nuttx] branch master updated: freedom-k64f: Support raw binary firmware format

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new fff15f1  freedom-k64f: Support raw binary firmware format
fff15f1 is described below

commit fff15f1b93359c17c920cd79b01b24dc1900b583
Author: Philippe Coval <rz...@users.sf.net>
AuthorDate: Mon Oct 12 18:00:26 2020 +0200

    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 <rz...@users.sf.net>
---
 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 05c2c6c..beee227 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