You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2023/01/26 17:33:15 UTC

[nuttx] branch master updated (3c6b844fcd -> bd06945de2)

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 3c6b844fcd arch:xtensa:toolchain: add -Wno-atmoic-alignment flags for xcc
     add 07fd4b564d arch/xtensa/esp32: Fix SENS_TOUCH_XPD_WAIT definition
     add c4aa37ee2f arch/xtensa: Fix 'interruption' typos
     add eee4396b06 arch/xtensa/esp32: Add support for touch pad interruptions
     add bd06945de2 boards/xtensa/esp32-lyrat: Set up touch pad interruptions

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_rtc_gpio.c             |   8 +-
 arch/xtensa/src/esp32/esp32_touch.c                | 264 +++++++++++++++++++--
 arch/xtensa/src/esp32/esp32_touch.h                |  93 +++++++-
 arch/xtensa/src/esp32/esp32_touch_lowerhalf.h      |  14 +-
 arch/xtensa/src/esp32/hardware/esp32_sens.h        |   4 +-
 arch/xtensa/src/esp32s2/esp32s2_touch_lowerhalf.h  |   6 +-
 arch/xtensa/src/esp32s3/esp32s3_touch_lowerhalf.h  |   6 +-
 boards/xtensa/esp32/esp32-lyrat/Kconfig            |  29 ++-
 .../esp32/esp32-lyrat/configs/buttons/defconfig    |   1 +
 .../xtensa/esp32/esp32-lyrat/src/esp32_buttons.c   | 190 +++++++++------
 10 files changed, 506 insertions(+), 109 deletions(-)