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 3627cf68bef boards/risc-v/eic7700x: Give the low priority work queue a 
second thread.
     new 8983489b8bc arch/arm/stm32h5: Add IWDG support.
     new b2085723be5 boards/stm32h5/nucleo-h563zi: initialize iwdg during 
bringup.
     new 788d3640ebd Documentation/stm32h5: IWDG is supported.
     new b013f074f49 arch/arm/stm32h5: IWDG remove some ifdefs, extend 
prescaler.

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:
 Documentation/guides/stm32_ports.rst               |  1 +
 Documentation/platforms/arm/stm32h5/index.rst      |  2 +-
 arch/arm/src/stm32h5/CMakeLists.txt                |  4 ++
 arch/arm/src/stm32h5/Kconfig                       |  1 +
 arch/arm/src/stm32h5/Make.defs                     |  4 ++
 .../src/{stm32h7 => stm32h5}/hardware/stm32_wdg.h  | 59 ++++++++++------------
 .../stm32_iwdg_m3m4_v1.c => stm32h5/stm32_iwdg.c}  | 43 +++++++---------
 arch/arm/src/{common/stm32 => stm32h5}/stm32_wdg.h |  8 +--
 .../arm/stm32h5/nucleo-h563zi/src/stm32_bringup.c  | 10 ++++
 9 files changed, 70 insertions(+), 62 deletions(-)
 copy arch/arm/src/{stm32h7 => stm32h5}/hardware/stm32_wdg.h (73%)
 copy arch/arm/src/{common/stm32/stm32_iwdg_m3m4_v1.c => stm32h5/stm32_iwdg.c} 
(94%)
 copy arch/arm/src/{common/stm32 => stm32h5}/stm32_wdg.h (94%)

Reply via email to