This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7216d566a6 sim: only POSIX implementation (ARCH_HAVE_MULTICPU) is
provided
new 929f9ccfa2 esp32[c3|c6|h2]: Add UORB support for internal temperature
sensor
new 4060f6ba80 esp32[s2|s3]: Add UORB support for internal temperature
sensor
new 7556614732 esp32[c3|c6|h2]: Add temperature sensor thread support
new f774afb4d9 esp32[s3|s2]: Add temperature sensor thread support
The 4 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/common/espressif/Kconfig | 35 ++
.../src/common/espressif/esp_temperature_sensor.c | 360 +++++++++++++++++++--
arch/xtensa/src/common/espressif/Kconfig | 35 ++
.../src/common/espressif/esp_temperature_sensor.c | 358 ++++++++++++++++++--
.../{bmp180 => temperature_sensor}/defconfig | 6 +-
.../{bmp180 => temperature_sensor}/defconfig | 6 +-
.../{bmp180 => temperature_sensor}/defconfig | 6 +-
.../configs/{nsh => temperature_sensor}/defconfig | 4 +
.../{psram_quad => temperature_sensor}/defconfig | 8 +-
9 files changed, 750 insertions(+), 68 deletions(-)
copy boards/risc-v/esp32c3/esp32c3-generic/configs/{bmp180 =>
temperature_sensor}/defconfig (94%)
copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{bmp180 =>
temperature_sensor}/defconfig (94%)
copy boards/risc-v/esp32h2/esp32h2-devkit/configs/{bmp180 =>
temperature_sensor}/defconfig (94%)
copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{nsh =>
temperature_sensor}/defconfig (92%)
copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{psram_quad =>
temperature_sensor}/defconfig (92%)