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.
11 lines
420 B
Text
11 lines
420 B
Text
menu "ESP-Driver:LEDC Configurations"
|
|
|
|
config LEDC_CTRL_FUNC_IN_IRAM
|
|
bool "Place LEDC control functions into IRAM"
|
|
default n
|
|
help
|
|
Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,
|
|
so that these functions can be IRAM-safe and able to be called in an IRAM context.
|
|
Enabling this option can improve driver performance as well.
|
|
|
|
endmenu
|