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 a09dfcd4c11 boards/Kconfig: Fix bug on ESP32, ESP32-S2 and ESP32-S3
GPIO IRQ
new dbf7b5eaf5c boards/arm/stm32h7/nucleo-h723zg: Remove
untested/unsupported code
new 9a10ea02777 boards/arm/stm32h7/nucleo-h723zg: Increase stack sizes in
defconfigs
new a3ec08c0d85 boards/nucleo-h723zg: Add support for the OA-TC6
10BASE-T1S SPI Ethernet
new 01f4ec8693e Documentation/platforms/nucleo-h723zg: Add oa_tc6
defconfig info
The 4 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:
.../arm/stm32h7/boards/nucleo-h723zg/index.rst | 33 ++-
.../stm32h7/nucleo-h723zg/configs/netnsh/defconfig | 2 +
.../stm32h7/nucleo-h723zg/configs/nsh/defconfig | 1 +
.../configs/{netnsh => oa_tc6}/defconfig | 53 ++--
.../arm/stm32h7/nucleo-h723zg/src/CMakeLists.txt | 4 +
boards/arm/stm32h7/nucleo-h723zg/src/Makefile | 4 +
.../arm/stm32h7/nucleo-h723zg/src/nucleo-h723zg.h | 25 ++
.../arm/stm32h7/nucleo-h723zg/src/stm32_bringup.c | 286 +--------------------
.../nucleo-h723zg/src/stm32_oa_tc6.c} | 59 ++---
boards/arm/stm32h7/nucleo-h723zg/src/stm32_spi.c | 13 +
10 files changed, 136 insertions(+), 344 deletions(-)
copy boards/arm/stm32h7/nucleo-h723zg/configs/{netnsh => oa_tc6}/defconfig
(70%)
copy boards/arm/{samv7/samv71-xult/src/sam_oa_tc6.c =>
stm32h7/nucleo-h723zg/src/stm32_oa_tc6.c} (82%)