You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/04/22 08:14:09 UTC

[incubator-nuttx] branch master updated (ae42005 -> 7a80cbf)

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

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


    from ae42005  esp32/mcp2515: Enable irq after attaching to the pin irq
     add 7a80cbf  risc-v/esp32-c3: Adds oneshot timer driver.

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Kconfig                    |  13 ++
 arch/risc-v/src/esp32c3/Make.defs                  |   7 ++
 .../src/esp32c3/esp32c3_oneshot.c}                 | 121 ++++++++++---------
 .../src/esp32c3/esp32c3_oneshot.h}                 |  62 +++++-----
 .../src/esp32c3/esp32c3_oneshot_lowerhalf.c}       | 131 +++++++++++----------
 .../configs/{timer => oneshot}/defconfig           |   4 +
 boards/risc-v/esp32c3/esp32c3-devkit/src/Makefile  |   4 +-
 .../esp32c3/esp32c3-devkit/src/esp32c3-devkit.h    |  22 +++-
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   |  38 +++++-
 .../src/{esp32c3_timer.c => esp32c3_oneshot.c}     |  54 ++++-----
 10 files changed, 268 insertions(+), 188 deletions(-)
 copy arch/{xtensa/src/esp32/esp32_oneshot.c => risc-v/src/esp32c3/esp32c3_oneshot.c} (79%)
 copy arch/{xtensa/src/esp32/esp32_oneshot.h => risc-v/src/esp32c3/esp32c3_oneshot.h} (78%)
 copy arch/{xtensa/src/esp32/esp32_oneshot_lowerhalf.c => risc-v/src/esp32c3/esp32c3_oneshot_lowerhalf.c} (71%)
 copy boards/risc-v/esp32c3/esp32c3-devkit/configs/{timer => oneshot}/defconfig (92%)
 rename boards/risc-v/esp32c3/esp32c3-devkit/src/{esp32c3_timer.c => esp32c3_oneshot.c} (69%)