forked from espressif/esp-idf
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
menu "ESP-ROM"
|
|
|
|
config ESP_ROM_PRINT_IN_IRAM
|
|
bool "Place print functions in IRAM" if SPI_FLASH_AUTO_SUSPEND
|
|
default y
|
|
|
|
endmenu
|