incubator-nuttx/boards/arm
Nathan Hartman bb10e0fc25 Add support for STM32G474: Add B-G474E-DPOW1 board
Add support for the STM32G474 family of microcontrollers and the
B-G474E-DPOW1 Discovery Board, which features a STM32G474RET6.

This is a major pull request as it adds support for an entirely
new family of STM32. This support is implemented in
arch/arm/src/stm32 and shares implementation with other STM32
families supported by that code, such as the 'L15xx, 'F10xx,
'F20xx, 'F3xxx, and 'F4xxx.

boards/Kconfig:

    * Make NuttX recognize the existence of b-g474e-dpow1,
      the B-G474E-DPOW1 Discovery Board.

boards/arm/stm32/b-g474e-dpow1/Kconfig:
boards/arm/stm32/b-g474e-dpow1/README.txt:
boards/arm/stm32/b-g474e-dpow1/configs/nsh/defconfig:
boards/arm/stm32/b-g474e-dpow1/include/board.h:
boards/arm/stm32/b-g474e-dpow1/scripts/Make.defs:
boards/arm/stm32/b-g474e-dpow1/scripts/ld.script:
boards/arm/stm32/b-g474e-dpow1/src/.gitignore:
boards/arm/stm32/b-g474e-dpow1/src/Make.defs:
boards/arm/stm32/b-g474e-dpow1/src/b-g474e-dpow1.h:
boards/arm/stm32/b-g474e-dpow1/src/stm32_appinit.c:
boards/arm/stm32/b-g474e-dpow1/src/stm32_autoleds.c:
boards/arm/stm32/b-g474e-dpow1/src/stm32_boot.c:
boards/arm/stm32/b-g474e-dpow1/src/stm32_userleds.c:

    * Add minimal support for the B-G474E-DPOW1 Discovery
      Board. The board boots successfully through to the
      NSH prompt. NSH runs and is responsive.

With big thanks for detailed code review and suggestions:
    David Sidrane (davids5)
    Mateusz Szafoni (raiden00)
    Abdelatif Guettouche (Ouss4)
2020-05-23 09:02:00 -03:00
..
a1x build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
am335x build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
c5471 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
cxd56xx drivers: wireless: Add WPA2-PSK in AP mode for gs2200m 2020-05-22 10:20:07 +02:00
dm320 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
efm32 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
imx6 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
imxrt build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
kinetis build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
kl build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lc823450 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lpc17xx_40xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lpc31xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lpc43xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lpc54xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lpc214x build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
lpc2378 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
max326xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
moxart build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
nrf52 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
nuc1xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
s32k1xx build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
sam34 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
sama5 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
samd2l2 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
samd5e5 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
samv7 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
stm32 Add support for STM32G474: Add B-G474E-DPOW1 board 2020-05-23 09:02:00 -03:00
stm32f0l0g0 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
stm32f7 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
stm32h7 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
stm32l4 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
str71x build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
tiva build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
tms570 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
xmc4 build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00