You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/03/27 16:33:35 UTC

[incubator-nuttx] branch master updated (c61710c -> baeb2e9)

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

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


    from c61710c  boards/arm/uid: fix pointer to int compare
     add 2fad060  stm32h7: Adds tickless support.
     add e5c8bb9  stm32h7: Fix a bunch of tickless issues.
     add 95199f4  stm32h7 timer: Clean up some bit operations to make them more readable.
     add 30f6dbc  Throw compile time error if tickless timer is set to TIM6/TIM7
     add c3745c8  Adjust up_timer_getmask to handle 16-bit timers correctly.
     add 896435e  Fixes formatting
     add baeb2e9  stm32h7: Addresses tickless PR review comments

No new revisions were added by this update.

Summary of changes:
 arch/arm/Kconfig                                   |   2 +
 arch/arm/src/stm32h7/Kconfig                       |  21 +++
 arch/arm/src/stm32h7/Make.defs                     |   8 +-
 arch/arm/src/stm32h7/hardware/stm32_tim.h          |  70 ++++----
 arch/arm/src/stm32h7/hardware/stm32h7xxx_dbgmcu.h  |   1 -
 arch/arm/src/{stm32f7 => stm32h7}/stm32_tickless.c | 197 +++++++++------------
 arch/arm/src/stm32h7/stm32_tim.c                   | 121 ++++++++++---
 arch/arm/src/stm32h7/stm32_tim.h                   |  19 +-
 8 files changed, 266 insertions(+), 173 deletions(-)
 copy arch/arm/src/{stm32f7 => stm32h7}/stm32_tickless.c (85%)