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/11/03 16:07:33 UTC

[incubator-nuttx] branch master updated (c90697f -> 168c14b)

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

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


    from c90697f  xtensa/esp32: SPI Flash driver uses global sem for all MTD
     add 52097a4  Added Support for more TI Tiva Microcontrollers: * TM4C123GH6PZ (100 pin version of TM4C123GH6PM) * TM4C123GH6PGE (144 pin version of TM4C123GH6PM) * TM4C129ENCPDT (TM4C1294 with Crypto hardware added, TQFP package) * TM4C129ENCZAD (TM4C1294 with Crypto hardware added, BGA package)
     add 168c14b  nxstyle errors fixed

No new revisions were added by this update.

Summary of changes:
 arch/arm/include/tiva/chip.h                       |   60 +-
 arch/arm/include/tiva/tm4c_irq.h                   |  443 ++++
 arch/arm/src/tiva/Kconfig                          |   66 +
 arch/arm/src/tiva/hardware/tm4c/tm4c_memorymap.h   |  660 ++++--
 arch/arm/src/tiva/hardware/tm4c/tm4c_pinmap.h      | 2362 ++++++++++++++------
 boards/arm/tiva/tm4c123g-launchpad/include/board.h |    9 -
 6 files changed, 2773 insertions(+), 827 deletions(-)