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 1ace09cf10 stm32h7/otgdev: FS transceiver must be enabled if OTGFS enabled new 31d68f2dd3 risc-v/espressif: Add support for Periodic Timers new 7aecd751f0 risc-v/espressif: Add support for Oneshot 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: arch/risc-v/src/espressif/Make.defs | 8 + arch/risc-v/src/espressif/esp_oneshot.c | 583 +++++++++++++++++++++ .../src/espressif/{esp_wdt.h => esp_oneshot.h} | 14 +- arch/risc-v/src/espressif/esp_timer.c | 581 ++++++++++++++++++++ .../src/espressif/{esp_wdt.h => esp_timer.h} | 18 +- arch/risc-v/src/espressif/hal_esp32c3.mk | 2 + arch/risc-v/src/espressif/hal_esp32c6.mk | 2 + arch/risc-v/src/espressif/hal_esp32h2.mk | 2 + .../configs/{watchdog => timers}/defconfig | 12 +- .../esp32c3-generic/src/esp32c3_bringup.c | 32 ++ .../configs/{random => timers}/defconfig | 12 +- .../esp32c6-generic/src/esp32c6_bringup.c | 32 ++ .../configs/{random => timers}/defconfig | 12 +- .../esp32h2-generic/src/esp32h2_bringup.c | 32 ++ 14 files changed, 1312 insertions(+), 30 deletions(-) create mode 100644 arch/risc-v/src/espressif/esp_oneshot.c copy arch/risc-v/src/espressif/{esp_wdt.h => esp_oneshot.h} (84%) create mode 100644 arch/risc-v/src/espressif/esp_timer.c copy arch/risc-v/src/espressif/{esp_wdt.h => esp_timer.h} (81%) copy boards/risc-v/espressif/esp32c3-generic/configs/{watchdog => timers}/defconfig (88%) copy boards/risc-v/espressif/esp32c6-generic/configs/{random => timers}/defconfig (88%) copy boards/risc-v/espressif/esp32h2-generic/configs/{random => timers}/defconfig (88%)