esp-idf/components
Ivan Grokhotkov 075446318d spi_flash: define spi_flash_guard_{start,stop} with IRAM_ATTR
These functions are marked as inline and are called from functions which are in IRAM.
In release (-Os) builds, the compiler may decide not to inline these functions.
Placing these functions into IRAM explicitly works around this.
2017-01-17 00:42:55 +08:00
..
2016-12-29 17:37:17 +08:00
2017-01-11 15:03:14 +08:00
2017-01-16 02:37:10 +08:00
2017-01-16 17:06:12 +08:00
2016-11-16 15:57:34 +11:00
2017-01-09 05:54:04 +08:00
2017-01-04 19:27:58 +08:00
2017-01-09 17:51:48 +08:00
2017-01-13 12:12:43 +02:00
2016-11-23 11:29:36 +08:00
2017-01-09 05:54:04 +08:00
2017-01-16 11:33:32 +08:00