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 6a799fef6c add littlefs support for gd32f450zk-eval board
add ffef83c9a1 risc-v/espressif: Add High Resolution Timer driver
No new revisions were added by this update.
Summary of changes:
arch/risc-v/src/espressif/Kconfig | 29 +
arch/risc-v/src/espressif/Make.defs | 4 +
arch/risc-v/src/espressif/esp_hr_timer.c | 716 +++++++++++++++++++++
.../esp_hr_timer.h} | 164 +++--
.../esp32c3-generic/src/esp32c3_bringup.c | 12 +
.../esp32c6-generic/src/esp32c6_bringup.c | 12 +
.../esp32h2-generic/src/esp32h2_bringup.c | 12 +
7 files changed, 858 insertions(+), 91 deletions(-)
create mode 100644 arch/risc-v/src/espressif/esp_hr_timer.c
copy arch/risc-v/src/{esp32c3/esp32c3_rt_timer.h => espressif/esp_hr_timer.h}
(56%)