mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 22:53:01 +00:00
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` |
||
|---|---|---|
| .. | ||
| esp32s3-devkit.h | ||
| esp32s3_appinit.c | ||
| esp32s3_board_spi.c | ||
| esp32s3_boot.c | ||
| esp32s3_bringup.c | ||
| esp32s3_buttons.c | ||
| esp32s3_djoystick.c | ||
| esp32s3_gpio.c | ||
| esp32s3_ledc.c | ||
| esp32s3_reset.c | ||
| esp32s3_st7735.c | ||
| esp32s3_twai.c | ||
| Make.defs | ||