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

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


    from d199941  nucleo-g431rb: add ADC example
     new 6d69600  stm32/Kconfig: move configuration common for G4 under 
STM32_STM32G4XXX option
     new 7c11397  stm32: add definitions for TIMERS_V3. All credit goes to 
Nathan Hartman (hartmannathan)
     new ad8c09d  stm32: include support for TIMERS_V3

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:
 arch/arm/src/stm32/Kconfig                         |   22 +-
 arch/arm/src/stm32/hardware/stm32_tim.h            | 1289 +-----------------
 .../hardware/{stm32_tim.h => stm32_tim_v1v2.h}     |   24 +-
 arch/arm/src/stm32/hardware/stm32_tim_v3.h         | 1436 ++++++++++++++++++++
 4 files changed, 1459 insertions(+), 1312 deletions(-)
 copy arch/arm/src/stm32/hardware/{stm32_tim.h => stm32_tim_v1v2.h} (99%)
 create mode 100644 arch/arm/src/stm32/hardware/stm32_tim_v3.h

Reply via email to