nuttx/boards/xtensa/esp32s3/esp32s3-devkit/src
Tiago Medicci Serrano 1f1c793fd5 boards/esp32s3-devkit: Add board GPIO support
The board-level GPIO support is different from the already existing
button and LEDC support because it enable us to register the GPIO
pins as devices in `/dev/gpioX`. Some applications are able to use
this interface to read and write the GPIO pins.

Documentation was added regarding its usage. Please check
`Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst`
2023-09-12 16:22:15 +08:00
..
esp32s3-devkit.h boards/esp32s3-devkit: Add board GPIO support 2023-09-12 16:22:15 +08:00
esp32s3_appinit.c
esp32s3_board_spi.c esp32s3-devkit: Add support to ST7735 SPI LCD 2022-07-09 01:36:41 +08:00
esp32s3_boot.c
esp32s3_bringup.c boards/esp32s3-devkit: Add board GPIO support 2023-09-12 16:22:15 +08:00
esp32s3_buttons.c boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
esp32s3_djoystick.c boards: enter/leave critical section should in pairs 2022-11-22 08:19:24 +09:00
esp32s3_gpio.c boards/esp32s3-devkit: Add board GPIO support 2023-09-12 16:22:15 +08:00
esp32s3_ledc.c esp32s3-devkit: Add support LED PWM initialization 2023-02-08 11:02:19 +08:00
esp32s3_reset.c esp32s3: add reset/shutdown handler to run registered callbacks 2023-03-10 10:59:14 +02:00
esp32s3_st7735.c esp32s3-devkit: Add support to ST7735 SPI LCD 2022-07-09 01:36:41 +08:00
esp32s3_twai.c xtensa/esp32s3: Add support to TWAI/CANBus controller 2023-09-08 01:49:43 +08:00
Make.defs boards/esp32s3-devkit: Add board GPIO support 2023-09-12 16:22:15 +08:00