mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
- Added esp32s3_board_spislavedev.c with board-level SPI slave logic - Added esp32s3_board_spislavedev.h public header in common/include - Updated Make.defs to include the new source when CONFIG_SPI_SLAVE_DRIVER=y - Adding spislv board config to esp32s3-devkit - Adding documentation of esp32s3 devkit spi slv - Fixing path include in esp32s3_board_spislavedev.c - Fixing relative path in the header of esp32s3_board_spislavedev.h - Removing neasted check in Make.defs, consistency reasons This provides initial support for SPI slave device initialization on ESP32-S3 boards, making the feature available under conditional build configuration. Signed-off-by: Thiago Finelon <thiago.sfinelon@gmail.com> |
||
|---|---|---|
| .. | ||
| esp32s3_board_adc.h | ||
| esp32s3_board_ledc.h | ||
| esp32s3_board_mcpwm.h | ||
| esp32s3_board_pcnt.h | ||
| esp32s3_board_rmt.h | ||
| esp32s3_board_sdmmc.h | ||
| esp32s3_board_spidev.h | ||
| esp32s3_board_spislavedev.h | ||
| esp32s3_board_tim.h | ||
| esp32s3_board_wdt.h | ||
| esp32s3_board_wlan.h | ||