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

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


    from e499b9f174f arch/arm: carry CONTROL over to the fork child on Cortex-M
     new 826449818c9 board/devebox-stm32h743: New board devebox-stm32h743
     new ccbe771ad05 boards/devebox-stm32h743: add board documentation

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../devebox-stm32h743/devebox-stm32h743-bottom.jpg | Bin 0 -> 565302 bytes
 .../devebox-stm32h743/devebox-stm32h743-top.jpg    | Bin 0 -> 568587 bytes
 .../arm/stm32h7/boards/devebox-stm32h743/index.rst | 187 +++++++++++++
 boards/Kconfig                                     |  10 +
 .../devebox-stm32h743}/CMakeLists.txt              |   2 +-
 .../arm/stm32h7/devebox-stm32h743}/Kconfig         |   5 +-
 .../devebox-stm32h743/configs/full/defconfig       | 119 ++++++++
 .../configs/nsh+debug}/defconfig                   |  54 ++--
 .../configs/nsh/defconfig                          |   4 +-
 .../include/board.h                                | 194 ++++++++-----
 .../scripts/Make.defs                              |   6 +-
 .../scripts/flash.ld                               |   6 +-
 .../scripts/memory.ld                              |   0
 .../scripts/user-space.ld                          |   2 +-
 .../src/CMakeLists.txt                             |  32 +--
 .../src/Make.defs                                  |  24 +-
 .../src/devebox-stm32h743.h}                       |  51 ++--
 .../devebox-stm32h743/src/stm32_appinitialize.c}   |  20 +-
 .../src/stm32_autoleds.c                           |   6 +-
 .../src/stm32_boot.c                               |   6 +-
 .../src/stm32_bringup.c                            |  68 ++++-
 .../devebox-stm32h743}/src/stm32_buttons.c         |  77 +++--
 .../devebox-stm32h743/src/stm32_dac_init.c}        |  65 ++---
 .../src/stm32_dma_alloc.c                          |   4 +-
 .../devebox-stm32h743/src/stm32_gpio_helper.c      | 309 +++++++++++++++++++++
 .../devebox-stm32h743/src/stm32_gpio_helper.h      |  63 +++--
 .../src/stm32_ioctl.c                              |   4 +-
 .../src/stm32_sdmmc.c                              |  32 +--
 .../src/stm32_usb.c                                |  18 +-
 .../devebox-stm32h743}/src/stm32_w25q.c            |   6 +-
 30 files changed, 1059 insertions(+), 315 deletions(-)
 create mode 100644 
Documentation/platforms/arm/stm32h7/boards/devebox-stm32h743/devebox-stm32h743-bottom.jpg
 create mode 100644 
Documentation/platforms/arm/stm32h7/boards/devebox-stm32h743/devebox-stm32h743-top.jpg
 create mode 100644 
Documentation/platforms/arm/stm32h7/boards/devebox-stm32h743/index.rst
 copy boards/arm/{a1x/pcduino-a10 => stm32h7/devebox-stm32h743}/CMakeLists.txt 
(94%)
 copy {arch/x86/src/common => boards/arm/stm32h7/devebox-stm32h743}/Kconfig 
(66%)
 create mode 100644 boards/arm/stm32h7/devebox-stm32h743/configs/full/defconfig
 copy boards/arm/stm32h7/{linum-stm32h753bi/configs/rs485 => 
devebox-stm32h743/configs/nsh+debug}/defconfig (59%)
 copy boards/arm/stm32h7/{weact-stm32h743 => 
devebox-stm32h743}/configs/nsh/defconfig (94%)
 copy boards/arm/stm32h7/{weact-stm32h750 => devebox-stm32h743}/include/board.h 
(68%)
 copy boards/arm/stm32h7/{openh743i => devebox-stm32h743}/scripts/Make.defs 
(90%)
 copy boards/arm/stm32h7/{weact-stm32h743 => 
devebox-stm32h743}/scripts/flash.ld (97%)
 copy boards/arm/stm32h7/{nucleo-h743zi => devebox-stm32h743}/scripts/memory.ld 
(100%)
 copy boards/arm/stm32h7/{weact-stm32h743 => 
devebox-stm32h743}/scripts/user-space.ld (99%)
 copy boards/arm/stm32h7/{stm32h747i-disco => 
devebox-stm32h743}/src/CMakeLists.txt (81%)
 copy boards/arm/stm32h7/{stm32h747i-disco => devebox-stm32h743}/src/Make.defs 
(83%)
 copy boards/arm/stm32h7/{weact-stm32h750/src/weact-stm32h750.h => 
devebox-stm32h743/src/devebox-stm32h743.h} (79%)
 copy boards/arm/{am67/t3-gem-o1/src/am67_appinit.c => 
stm32h7/devebox-stm32h743/src/stm32_appinitialize.c} (90%)
 copy boards/arm/stm32h7/{weact-stm32h743 => 
devebox-stm32h743}/src/stm32_autoleds.c (96%)
 copy boards/arm/stm32h7/{portenta-h7 => devebox-stm32h743}/src/stm32_boot.c 
(96%)
 copy boards/arm/stm32h7/{weact-stm32h750 => 
devebox-stm32h743}/src/stm32_bringup.c (61%)
 copy boards/arm/{stm32l4/nucleo-l476rg => 
stm32h7/devebox-stm32h743}/src/stm32_buttons.c (67%)
 copy boards/{risc-v/mpfs/common/src/mpfs_i2c.c => 
arm/stm32h7/devebox-stm32h743/src/stm32_dac_init.c} (61%)
 copy boards/arm/stm32h7/{stm32h747i-disco => 
devebox-stm32h743}/src/stm32_dma_alloc.c (97%)
 create mode 100644 boards/arm/stm32h7/devebox-stm32h743/src/stm32_gpio_helper.c
 copy arch/arm/include/cxd56xx/nxaudio.h => 
boards/arm/stm32h7/devebox-stm32h743/src/stm32_gpio_helper.h (53%)
 copy boards/arm/stm32h7/{weact-stm32h750 => 
devebox-stm32h743}/src/stm32_ioctl.c (96%)
 copy boards/arm/stm32h7/{weact-stm32h743 => 
devebox-stm32h743}/src/stm32_sdmmc.c (94%)
 copy boards/arm/stm32h7/{weact-stm32h743 => devebox-stm32h743}/src/stm32_usb.c 
(94%)
 copy boards/arm/{stm32f7/stm32f746g-disco => 
stm32h7/devebox-stm32h743}/src/stm32_w25q.c (97%)

Reply via email to