Skip to content

Commit c4161d4

Browse files
committed
Merge branch 'fix/docs_spi_not_experimental' into 'master'
fix(docs): Remove notes about SPI interface being experimental See merge request espressif/esp-serial-flasher!99
2 parents 8da993a + 3ffc189 commit c4161d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Supported **target** microcontrollers:
2525

2626
Supported hardware interfaces:
2727
- UART
28-
- SPI (only for RAM download, experimental)
28+
- SPI (only for RAM download)
2929

3030
For 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

4040
Default: SERIAL_FLASHER_INTERFACE_UART
4141

0 commit comments

Comments
 (0)