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
..
app_update
bootloader
bootloader_support
bt
coap
cxx
driver
esp32 Merge branch 'bug/fix_some_wifi_lib_bugs' into 'master' 2017-01-16 18:57:02 +08:00
espcoredump
esptool_py
ethernet esp_event: event stack overflow 2017-01-16 17:06:12 +08:00
expat
fatfs
freertos
idf_test
json
log
lwip
mbedtls
mdns
micro-ecc
newlib
nghttp
nvs_flash
openssl
partition_table
sdmmc
spi_flash spi_flash: define spi_flash_guard_{start,stop} with IRAM_ATTR 2017-01-17 00:42:55 +08:00
tcpip_adapter
ulp
vfs vfs: implement reading from UART 2017-01-16 11:33:32 +08:00
wpa_supplicant
xtensa-debug-module