This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d6497328775 arch/risc-v: Fix Espressif timer registering ID
new 58c07d00d15 boards/arm/stm32n6/nucleo-n657x0-q: Add autoleds support.
new 921c9d1c2fe boards/arm/stm32n6/nucleo-n657x0-q: Add userleds support.
new 5993ed41aa1 Documentation/arm: Document Nucleo-N657X0-Q LED support.
The 3 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/stm32n6/boards/nucleo-n657x0-q/index.rst | 42 +++++++++++----
arch/arm/src/stm32n6/stm32_idle.c | 2 +
boards/Kconfig | 1 +
.../configs/{nsh => leds}/defconfig | 5 ++
boards/arm/stm32n6/nucleo-n657x0-q/include/board.h | 51 ++++++++++++++++++
.../arm/stm32n6/nucleo-n657x0-q/src/CMakeLists.txt | 6 +++
boards/arm/stm32n6/nucleo-n657x0-q/src/Makefile | 6 +++
.../stm32n6/nucleo-n657x0-q/src/nucleo-n657x0-q.h | 25 +++++++++
.../nucleo-n657x0-q}/src/stm32_autoleds.c | 60 +++++++++++-----------
.../arm/stm32n6/nucleo-n657x0-q/src/stm32_boot.c | 5 ++
.../stm32n6/nucleo-n657x0-q/src/stm32_bringup.c | 15 ++++++
.../nucleo-n657x0-q}/src/stm32_userleds.c | 20 ++++----
12 files changed, 190 insertions(+), 48 deletions(-)
copy boards/arm/stm32n6/nucleo-n657x0-q/configs/{nsh => leds}/defconfig (87%)
copy boards/arm/{stm32h5/nucleo-h563zi =>
stm32n6/nucleo-n657x0-q}/src/stm32_autoleds.c (77%)
copy boards/arm/{stm32h5/nucleo-h563zi =>
stm32n6/nucleo-n657x0-q}/src/stm32_userleds.c (90%)