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

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


    from 706740b  boards: raspberrypi-pico: Introduce rp2040_reset.c to support 
reboot
     new 4a42998  esp32-c3: Add the GPIO driver.
     new 1082279  esp32c3: Add GPIO IRQ support.
     new 067da56  esp32c3: Some cosmetics and style fixes.

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:
 arch/risc-v/include/esp32c3/chip.h                 |   14 +
 arch/risc-v/include/esp32c3/irq.h                  |   20 +-
 arch/risc-v/src/esp32c3/Kconfig                    |    5 +
 arch/risc-v/src/esp32c3/Make.defs                  |    2 +-
 .../src/esp32c3/esp32c3_gpio.c}                    |  399 +-
 .../src/esp32c3/esp32c3_gpio.h}                    |  152 +-
 arch/risc-v/src/esp32c3/esp32c3_irq.c              |    7 +
 arch/risc-v/src/esp32c3/hardware/esp32c3_gpio.h    | 5314 ++++++++++++++++++++
 .../src/esp32c3/hardware/esp32c3_gpio_sigmap.h     |  196 +
 arch/risc-v/src/esp32c3/hardware/esp32c3_iomux.h   |  310 ++
 boards/risc-v/esp32c3/esp32c3-devkit/README.txt    |   19 +
 .../esp32c3-devkit/configs/{nsh => gpio}/defconfig |    5 +
 .../risc-v/esp32c3/esp32c3-devkit/include/board.h  |    5 +
 boards/risc-v/esp32c3/esp32c3-devkit/src/Makefile  |    4 +
 .../esp32c3/esp32c3-devkit/src/esp32c3-devkit.h    |    8 +
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   |    9 +
 .../esp32c3/esp32c3-devkit/src/esp32c3_gpio.c}     |  125 +-
 17 files changed, 6197 insertions(+), 397 deletions(-)
 copy arch/{xtensa/src/esp32/esp32_gpio.c => risc-v/src/esp32c3/esp32c3_gpio.c} 
(53%)
 copy arch/{xtensa/src/esp32/esp32_gpio.h => risc-v/src/esp32c3/esp32c3_gpio.h} 
(63%)
 create mode 100644 arch/risc-v/src/esp32c3/hardware/esp32c3_gpio.h
 create mode 100644 arch/risc-v/src/esp32c3/hardware/esp32c3_gpio_sigmap.h
 create mode 100644 arch/risc-v/src/esp32c3/hardware/esp32c3_iomux.h
 copy boards/risc-v/esp32c3/esp32c3-devkit/configs/{nsh => gpio}/defconfig (90%)
 copy boards/{xtensa/esp32/esp32-wrover-kit/src/esp32_gpio.c => 
risc-v/esp32c3/esp32c3-devkit/src/esp32c3_gpio.c} (69%)

Reply via email to