This is an automated email from the ASF dual-hosted git repository.
linguini1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2230d325951 Documentation/nucleo-h753zi: Add board image
new df27531c09b arch/risc-v/espressif: Add Analog Comparator for
esp32[-h2|-p4]
new 2769b27efd5 boards/risc-v/espressif: Add Analog Comparator board
support for esp32[-h2|-p4]
new 50352c5b757 Docs/platforms/risc-v: Add Analog Comparator docs for
esp32[-h2|-p4]
The 3 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:
.../risc-v/esp32h2/boards/esp32h2-devkit/index.rst | 32 ++
Documentation/platforms/risc-v/esp32h2/index.rst | 1 +
.../boards/esp32p4-function-ev-board/index.rst | 34 ++
Documentation/platforms/risc-v/esp32p4/index.rst | 1 +
arch/risc-v/src/common/espressif/Kconfig | 139 ++++++
arch/risc-v/src/common/espressif/Make.defs | 4 +
arch/risc-v/src/common/espressif/esp_ana_cmpr.c | 473 +++++++++++++++++++++
.../risc-v/src/common/espressif/esp_ana_cmpr.h | 29 +-
arch/risc-v/src/esp32h2/hal_esp32h2.cmake | 7 +
arch/risc-v/src/esp32h2/hal_esp32h2.mk | 7 +
arch/risc-v/src/esp32p4/hal_esp32p4.cmake | 6 +
arch/risc-v/src/esp32p4/hal_esp32p4.mk | 6 +
.../configs/{nsh => analog_cmpr}/defconfig | 1 +
.../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c | 13 +
.../configs/{nsh => analog_cmpr}/defconfig | 1 +
.../src/esp32p4_bringup.c | 22 +
16 files changed, 766 insertions(+), 10 deletions(-)
create mode 100644 arch/risc-v/src/common/espressif/esp_ana_cmpr.c
copy boards/arm/stm32/common/include/stm32_bh1750.h =>
arch/risc-v/src/common/espressif/esp_ana_cmpr.h (79%)
copy boards/risc-v/esp32h2/esp32h2-devkit/configs/{nsh =>
analog_cmpr}/defconfig (97%)
copy boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/{nsh =>
analog_cmpr}/defconfig (97%)