File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ menu "ESP serial flasher"
1515 bool "UART"
1616
1717 config SERIAL_FLASHER_INTERFACE_SPI
18- bool "SPI (Only supports downloading to RAM, experimental )"
18+ bool "SPI (Only supports downloading to RAM)"
1919
2020 endchoice
2121
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Supported **target** microcontrollers:
2525
2626Supported hardware interfaces:
2727- UART
28- - SPI (only for RAM download, experimental )
28+ - SPI (only for RAM download)
2929
3030For example usage check the ` examples ` directory.
3131
@@ -35,7 +35,7 @@ These are the configuration toggles available to the user:
3535
3636* ` SERIAL_FLASHER_INTERFACE_UART/SERIAL_FLASHER_INTERFACE_SPI `
3737
38- This defines the hardware interface to use. SPI interface only supports RAM download mode and is in experimental stage and can undergo changes.
38+ This defines the hardware interface to use.
3939
4040Default: SERIAL_FLASHER_INTERFACE_UART
4141
You can’t perform that action at this time.
0 commit comments