Skip to content

Commit

Permalink
Update readme to highlight concurrency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Dec 2, 2023
1 parent 266017e commit f130919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ LittleFS (cache=4096): 27,709 us

* A freshly formatted LittleFS will have 2 blocks in use, making it seem like 8KB are in use.

* The esp32 has [flash concurrency constraints](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/spi_flash/spi_flash_concurrency.html#concurrency-constraints-for-flash-on-spi1).
When using UART (either for data transfer or generic logging) at the same time, you *MUST* enable the following option in KConfig:
`menuconfig > Component config > Driver config > UART > UART ISR in IRAM`.

# Running Unit Tests

To flash the unit-tester app and the unit-tests, clone or symbolicly link this
Expand Down

0 comments on commit f130919

Please sign in to comment.