You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/02/05 21:43:31 UTC

[incubator-nuttx] branch master updated (d4e5736 -> bc00f6e)

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

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


    from d4e5736  Improvements to gs2200m
     add bc00f6e  arch/arm/src/stm32f010g0: Add memorymap and pimmap support for the STM32F030RC

No new revisions were added by this update.

Summary of changes:
 arch/arm/include/stm32f0l0g0/chip.h                |  21 +-
 .../arm/src/stm32f0l0g0/hardware/stm32_memorymap.h |   7 +-
 arch/arm/src/stm32f0l0g0/hardware/stm32_pinmap.h   |   4 +-
 ...xf07xf09x_memorymap.h => stm32f03x_memorymap.h} |  23 +-
 .../src/stm32f0l0g0/hardware/stm32f03x_pinmap.h    | 256 +++++++++++++++++++++
 5 files changed, 293 insertions(+), 18 deletions(-)
 copy arch/arm/src/stm32f0l0g0/hardware/{stm32f05xf07xf09x_memorymap.h => stm32f03x_memorymap.h} (88%)
 create mode 100644 arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap.h