esp-idf/components
Mahavir Jain 05da91f0db spi_flash: add configuration option to select flash write chunk size
Flash write operation is broken down into smaller chunk writes. Size
of this chunk was previously set to 8K but that in-turn meant cache and
non-IRAM resident interrupts could stay disabled upto ~24msec for 8K flash
write operation. If chunk size is brought down to 256 (typical flash page size)
then it brings down cache and non-IRAM interrupts disable duration to ~1msec.

Fix here keeps defaults same but provides configuration option to tweak the
setting based on application requirement.
2020-06-05 14:45:41 +05:30
..
2020-05-22 16:39:44 +08:00
2020-05-18 16:51:45 +08:00
2020-05-18 16:51:45 +08:00
2019-11-29 18:05:24 +08:00
2020-05-25 11:23:03 +08:00
2020-04-30 14:05:36 +00:00
2020-04-15 15:46:47 +02:00