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

[incubator-nuttx] branch master updated (86b18bd -> d7364a6)

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

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


    from 86b18bd  xtensa/esp32s3: Move code documentation to the correct place
     add 7ede285  xtensa/esp32s3: Add support for RT-Timer based on Systimer peripheral
     add d7364a6  esp32s3-devkit: Enable RT-Timer on board bringup

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s3/Kconfig                    |   26 +
 arch/xtensa/src/esp32s3/Make.defs                  |    4 +
 arch/xtensa/src/esp32s3/esp32s3_rt_timer.c         | 1054 ++++++++++++++++++++
 .../esp32s3_rt_timer.h}                            |  112 +--
 .../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c   |   12 +
 5 files changed, 1152 insertions(+), 56 deletions(-)
 create mode 100644 arch/xtensa/src/esp32s3/esp32s3_rt_timer.c
 copy arch/xtensa/src/{esp32/esp32_rt_timer.h => esp32s3/esp32s3_rt_timer.h} (68%)