All uncommitted work from ESP32 GDB stub development session. Includes: - GDB stub (uos_gdbstub.c/.h/_entry.S) - Startup vector table rewrite - ESP32 HAL integration files - Boot chain design docs - AGENTS.md absolute rules (commit before refactor, no unauthorized changes) - All prior deepseek session work This commit prevents further data loss. No claims of correctness.
12 lines
405 B
Text
12 lines
405 B
Text
menu "ESP-Driver:SD Host SDMMC Controller Configurations"
|
|
|
|
depends on SOC_SDMMC_HOST_SUPPORTED
|
|
|
|
config SD_HOST_SDMMC_ISR_CACHE_SAFE
|
|
bool "SD Host ISR Cache-Safe"
|
|
default n
|
|
help
|
|
Ensure the SD Host SDMMC driver ISR is Cache-Safe. When enabled,
|
|
the ISR handler will be available when the cache is disabled.
|
|
|
|
endmenu # SD Host Controller Configurations
|