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 fdb149ddb0 Kconfig: Improve help text related to *_SERIALBRK_BSDCOMPAT add 26ac5335e5 litex: Add GPIO driver. No new revisions were added by this update. Summary of changes: arch/risc-v/include/litex/irq.h | 20 +- arch/risc-v/src/litex/Kconfig | 17 + arch/risc-v/src/litex/Make.defs | 5 + arch/risc-v/src/litex/hardware/litex_memorymap.h | 14 + arch/risc-v/src/litex/litex_gpio.c | 358 +++++++++++++++++++++ .../src/litex/litex_gpio.h} | 174 +++++----- 6 files changed, 488 insertions(+), 100 deletions(-) create mode 100644 arch/risc-v/src/litex/litex_gpio.c copy arch/{xtensa/src/esp32/esp32_touch.h => risc-v/src/litex/litex_gpio.h} (51%)