mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 09:56:33 +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> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore/tc3xx/tc397 | ||
| x86/qemu/qemu-i486 | ||
| x86_64/intel64/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||