You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/03/01 12:06:48 UTC

[incubator-nuttx] branch master updated (4a4b285 -> fd3148d)

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

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


    from 4a4b285  Add USB Device support for i.MX RT  (#408)
     add fd3148d  imxrt: Adds the ability to run from OCRAM (#407)

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/imxrt/Kconfig                         |  7 ++
 arch/arm/src/imxrt/imxrt_allocateheap.c            |  4 ++
 arch/arm/src/imxrt/imxrt_gpio.c                    |  4 +-
 arch/arm/src/imxrt/imxrt_gpio.h                    |  2 +-
 arch/arm/src/imxrt/imxrt_start.c                   |  9 ++-
 arch/arm/src/imxrt/imxrt_start.h                   | 13 ++++
 .../configs/{nsh => nshocram}/defconfig            |  7 +-
 boards/arm/imxrt/imxrt1060-evk/scripts/Make.defs   |  8 +--
 .../arm/imxrt/imxrt1060-evk/scripts/flash-ocram.ld | 81 +++++++++++++++++-----
 .../scripts/{flash-ocram.ld => flash.ld}           | 40 ++++-------
 boards/arm/imxrt/imxrt1060-evk/src/imxrt_boot.c    | 38 ++++++++++
 .../imxrt1060-evk/src/imxrt_flexspi_nor_boot.c     |  8 +--
 .../imxrt1060-evk/src/imxrt_flexspi_nor_boot.h     | 29 +++++++-
 13 files changed, 190 insertions(+), 60 deletions(-)
 copy boards/arm/imxrt/imxrt1060-evk/configs/{nsh => nshocram}/defconfig (88%)
 copy boards/arm/imxrt/imxrt1060-evk/scripts/{flash-ocram.ld => flash.ld} (63%)