OVMS3-idf/components/spi_flash/test
Ivan Grokhotkov e76c187efb spi_flash: protect esp_intr_noniram_{disable,enable} in 1-core config
MR !441 (7c155ab) has fixed issue with esp_intr_noniram_{disable,enable}
calls not being properly protected by spi_flash_op_{lock,unlock}.
Unit test was added, but the unit test environment tests only dual-core
config. Similar issue was present in the code path for the single-core
config, where esp_intr_noniram_{disable,enable} calls were unprotected.

This change fixes the protection issue and updates the unit test to
run properly in single core config as well.

The issue with running unit tests for single core config will be
addressed in a separate MR.
2017-02-21 21:57:53 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_config.h spi_flash: Flush flash cache if flash_mmap()ing a written-to page 2017-01-20 19:48:46 +08:00
test_flash_encryption.c spi_flash_write_encrypted: Allow 16-byte aligned block writes 2017-01-20 19:48:46 +08:00
test_mmap.c spi_flash: Flush flash cache if flash_mmap()ing a written-to page 2017-01-20 19:48:46 +08:00
test_read_write.c spi_flash: Flush flash cache if flash_mmap()ing a written-to page 2017-01-20 19:48:46 +08:00
test_spi_flash.c spi_flash: protect esp_intr_noniram_{disable,enable} in 1-core config 2017-02-21 21:57:53 +08:00