Handle unaligned address in EspClass::flashWrite u8 overload by mcspr · Pull Request #8605 · esp8266/Arduino

@mcspr

added 2 commits

June 25, 2022 14:13

TD-er

TD-er

TD-er

TD-er

@mcspr

@mcspr

@mcspr mcspr linked an issue

Jul 3, 2022

that may be closed by this pull request

6 tasks

@mcspr mcspr deleted the unaligned-everything branch

July 3, 2022 19:47

@mcspr mcspr added this to the 3.1 milestone

Jul 3, 2022

@mcspr mcspr mentioned this pull request

Aug 3, 2022

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
esp8266#8605)

Separate page handling logic and the actual writing. Make sure we place both unaligned src and dest into a buffer.
Fixes edge-case introduced for SPIFFS that exclusively works through unaligned flash write function.

This copies the behaviour of official RTOS port, but does not change the original spi_flash_write.