Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f19c3db

Browse files
committedSep 13, 2022
Cleanup comment
1 parent 8874ea8 commit f19c3db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎cores/esp8266/mmu_iram.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,6 @@ void IRAM_ATTR mmu_wrap_irom_fn(void (*fn)(void)) {
207207
// chips to perform correctly with ICACHE hardware access. Turning on and
208208
// leaving it on should be okay.
209209
//
210-
// Upon reflection, most ESP8266 boards have a series resistor to the Flash
211-
// CLK pin. While reducing ringing, it causes a slight delay of the CLK signal
212-
// due to the effective RC circuit formed with the chip's input capacitance.
213-
// This narrows the gap between #CS active and the rising CLK edge as seen by
214-
// the chip. SPI_CS_SETUP can restore the safety margin for the #CS to CLK.
215-
//
216210
// One SPI bus clock cycle time is inserted between #CS active and 1st SPI bus
217211
// clock cycle. The number of clock cycles is in SPI_CNTRL2 SPI_SETUP_TIME,
218212
// defaults to 1.

0 commit comments

Comments
 (0)
Please sign in to comment.