You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/04/11 13:36:10 UTC

[incubator-nuttx] branch master updated (4972153 -> ac5fb7d)

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

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


    from 4972153  nucleo-f103rb: add FOC example based on IHM07M1 expansion board (only fixed16)
     add ac5fb7d  esp32: Fix GPIO Pull-Up/Pull-Down using RTC GPIO

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_gpio.c            |   82 +-
 arch/xtensa/src/esp32/esp32_rtc_gpio.h        |  149 ++
 arch/xtensa/src/esp32/hardware/esp32_rtc_io.h | 3200 +++++++++++++++++++++++++
 3 files changed, 3429 insertions(+), 2 deletions(-)
 create mode 100644 arch/xtensa/src/esp32/esp32_rtc_gpio.h
 create mode 100644 arch/xtensa/src/esp32/hardware/esp32_rtc_io.h