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 7eb6a3ca59f cmake: Do not link an executable to detect the compiler.
     new b00d7005b06 rp23xx: Add /dev/timer driver on the TIMER0/TIMER1 blocks.
     new 5fd518a27c0 rp23xx: Add tickless OS support using the RP2350 hardware 
TIMER.

The 2 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/platforms/arm/rp23xx/index.rst       |  47 +++
 arch/arm/Kconfig                                   |   1 +
 arch/arm/src/rp23xx/CMakeLists.txt                 |   8 +
 arch/arm/src/rp23xx/Kconfig                        |  74 ++++
 arch/arm/src/rp23xx/Make.defs                      |   8 +
 arch/arm/src/rp23xx/rp23xx_oneshot.c               | 331 +++++++++++++++++
 .../cxd56_geofence.h => rp23xx/rp23xx_oneshot.h}   |  28 +-
 arch/arm/src/rp23xx/rp23xx_timer.c                 | 395 +++++++++++++++++++++
 .../arm/src/rp23xx/rp23xx_timer.h                  |  30 +-
 arch/arm/src/rp23xx/rp23xx_timerisr.c              |  14 +-
 .../arm/rp23xx/common/src/rp23xx_common_bringup.c  |  25 ++
 11 files changed, 928 insertions(+), 33 deletions(-)
 create mode 100644 arch/arm/src/rp23xx/rp23xx_oneshot.c
 copy arch/arm/src/{cxd56xx/cxd56_geofence.h => rp23xx/rp23xx_oneshot.h} (71%)
 create mode 100644 arch/arm/src/rp23xx/rp23xx_timer.c
 copy boards/risc-v/esp32c3/common/include/esp_board_bmp180.h => 
arch/arm/src/rp23xx/rp23xx_timer.h (71%)

Reply via email to