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 23bc78a5b7 bl808_wdt: Expand function headers
     add e467a16abe esp32[c3|c6|h2]: Add temperature sensor support
     add 98f5d6adc5 esp32[s2|s3]: Add temperature sensor support

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/common/espressif/Kconfig           |  15 +
 arch/risc-v/src/common/espressif/Make.defs         |   4 +
 .../src/common/espressif/esp_temperature_sensor.c  | 566 +++++++++++++++++++++
 .../src/common/espressif/esp_temperature_sensor.h} |  63 ++-
 arch/risc-v/src/esp32c3/hal_esp32c3.mk             |   1 +
 arch/risc-v/src/esp32c6/hal_esp32c6.mk             |   2 +
 arch/risc-v/src/esp32h2/hal_esp32h2.mk             |   2 +
 arch/xtensa/src/common/espressif/Kconfig           |  16 +
 arch/xtensa/src/common/espressif/Make.defs         |   4 +
 .../src/common/espressif/esp_temperature_sensor.c  | 565 ++++++++++++++++++++
 .../espressif/esp_temperature_sensor.h}            |  63 ++-
 arch/xtensa/src/esp32s2/hal.mk                     |   3 +
 arch/xtensa/src/esp32s3/hal.mk                     |   2 +
 .../esp32c3/esp32c3-generic/src/esp32c3_bringup.c  |  14 +
 .../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c  |  14 +
 .../esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c  |  14 +
 .../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c   |  14 +
 .../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c  |  14 +
 .../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c   |  14 +
 19 files changed, 1324 insertions(+), 66 deletions(-)
 create mode 100644 arch/risc-v/src/common/espressif/esp_temperature_sensor.c
 copy arch/{xtensa/src/esp32/esp32_spicache.h => 
risc-v/src/common/espressif/esp_temperature_sensor.h} (63%)
 create mode 100644 arch/xtensa/src/common/espressif/esp_temperature_sensor.c
 copy arch/xtensa/src/{esp32/esp32_spicache.h => 
common/espressif/esp_temperature_sensor.h} (63%)

Reply via email to