This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 2c9f91526a2 board: enable LTO on g431 nsh boards and fix LTO link with 
toolchain switch
     new c5c46707376 arch/risc-v/espressif: Add touch sensor support for 
esp32[-p4]
     new 9dca04a5cf7 boards/risc-v/esp32p4: Add touch sensor board support for 
esp32[-p4]
     new 306de5b04b5 Docs/platforms/esp32p4: Add touch sensor docs

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:
 Documentation/platforms/risc-v/esp32p4/index.rst   |   2 +-
 arch/risc-v/src/common/espressif/CMakeLists.txt    |   2 +-
 arch/risc-v/src/common/espressif/Kconfig           | 145 ++++++
 arch/risc-v/src/common/espressif/Make.defs         |   6 +-
 arch/risc-v/src/common/espressif/esp_touch.c       | 541 +++++++++++++++++++++
 .../src/common/espressif/esp_touch.h}              |  72 +--
 arch/risc-v/src/esp32p4/hal_esp32p4.cmake          |   8 +
 arch/risc-v/src/esp32p4/hal_esp32p4.mk             |   8 +
 .../src/esp32p4_buttons.c                          | 223 ++++++++-
 9 files changed, 949 insertions(+), 58 deletions(-)
 create mode 100644 arch/risc-v/src/common/espressif/esp_touch.c
 copy arch/{xtensa/src/esp32s3/esp32s3_spiflash_mtd.h => 
risc-v/src/common/espressif/esp_touch.h} (62%)

Reply via email to