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

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


    from e6553eee5a libc/x86_64: port string functions from bionic
     new c045558241 arch/arm/stm32: Added EXTI lines for STM32G47XX.
     new fa80408a06 arch/stm32: PLL clock is not available for HRTIM clock 
source on STM32G47XX devices (STM32F3XXX only).
     new 9f69652835 Added support for STM32G47XXX devices.
     new 25886c7b47 b-g474e-dpow1: Added smps example.

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:
 arch/arm/src/stm32/Kconfig                         |    6 +
 arch/arm/src/stm32/hardware/stm32_exti.h           |   28 +
 .../{stm32f33xxx_hrtim.h => stm32g47xxx_hrtim.h}   | 1347 +++++++++++++++-----
 arch/arm/src/stm32/stm32_hrtim.c                   |    6 +-
 arch/arm/src/stm32/stm32_hrtim.h                   |    5 +-
 .../configs/buckboost/defconfig                    |   72 +-
 boards/arm/stm32/b-g474e-dpow1/include/board.h     |   59 +-
 boards/arm/stm32/b-g474e-dpow1/src/CMakeLists.txt  |    4 +
 boards/arm/stm32/b-g474e-dpow1/src/Make.defs       |    4 +
 boards/arm/stm32/b-g474e-dpow1/src/b-g474e-dpow1.h |   12 +
 boards/arm/stm32/b-g474e-dpow1/src/stm32_appinit.c |   10 +
 .../src/stm32_smps.c                               |  319 +++--
 12 files changed, 1382 insertions(+), 490 deletions(-)
 copy arch/arm/src/stm32/hardware/{stm32f33xxx_hrtim.h => stm32g47xxx_hrtim.h} 
(58%)
 copy boards/arm/stm32/{stm32f334-disco => 
b-g474e-dpow1}/configs/buckboost/defconfig (57%)
 copy boards/arm/stm32/{stm32f334-disco => b-g474e-dpow1}/src/stm32_smps.c (79%)

Reply via email to