esp-idf/components
Angus Gratton 1d05f41a70 UART driver: Fix crash in ISR due to "UART" static array moved to flash
Ref: http://esp32.com/viewtopic.php?f=13&t=546&sid=76ff371ae2b259441a2cf355e96d74b9#p2275

This is a really subtle bug, gcc noticed the UART array elements are read-only so
implicitly moved the elements to .rodata as if it was const. However
this array is accessed from the UART ISR, so has to be in IRAM or DRAM.
2016-11-23 10:58:03 +11:00
..
bootloader Merge branch 'master' into feature/build_component_project_vars 2016-11-14 14:54:41 +11:00
bootloader_support Build system: Raise warning level 2016-11-16 15:57:34 +11:00
bt Merge branch 'feature/docs_general_notes' into 'master' 2016-11-17 19:00:03 +08:00
driver UART driver: Fix crash in ISR due to "UART" static array moved to flash 2016-11-23 10:58:03 +11:00
esp32 add RMT driver and example 2016-11-22 00:57:19 +08:00
esptool_py build system: Refactor SubmoduleCheck to work project-wide 2016-11-17 09:18:51 +11:00
expat Build system: Raise warning level 2016-11-16 15:57:34 +11:00
freertos ringbuf: Fix case where xTaskGetTickCount() overflows but task timeout point doesn't 2016-11-16 17:56:49 +11:00
idf_test Set result "Succeed" for passed cases 2016-11-02 20:54:22 +08:00
json build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
log Merge branch 'master' into feature/build_component_project_vars 2016-11-14 14:54:41 +11:00
lwip ipv6 interface: add branch for ipv6 interface 2016-11-21 11:06:51 +08:00
mbedtls mbedtls hardware bignum: Use memcpy instead of REG_WRITE/REG_READ in a loop 2016-11-21 18:09:09 +11:00
micro-ecc micro-ecc: Add submodule dependency 2016-11-17 09:18:51 +11:00
newlib build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
nghttp build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
nvs_flash nvs, spi_flash: handle case when source data is in DROM 2016-11-18 20:11:17 +08:00
openssl Merge branch 'master' into feature/openssl 2016-11-15 15:20:48 +08:00
partition_table phy init data: Read PHY init data partition offset from menuconfig 2016-11-18 20:11:16 +08:00
spi_flash nvs, spi_flash: handle case when source data is in DROM 2016-11-18 20:11:17 +08:00
tcpip_adapter ipv6 interface: add branch for ipv6 interface 2016-11-21 11:06:51 +08:00
vfs docs: fix Doxygen warnings, fail CI build on Doxygen warnings 2016-11-16 22:44:22 +08:00
wpa_supplicant build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
xtensa-debug-module build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00