esp-idf/components
Ing. Jaroslav Šafka 3d89c8ba74 rmt: Fix LoadProhibited on RX END
Fixes exceptions LoadProhibited, when rmt tries read variable p_rmt on RX END which can be 0.
It happens after esp_reset()  (OTA) and the rmt is not probably stopped by it.
In other words the routine rmt_driver_isr_default was called before second rx channel was registered.

scenario:
register tx channel
register rx channel
reboot
register tx channel
-> exception (because rx channel is accessed)

Merges https://github.com/espressif/esp-idf/pull/1671
2018-04-09 12:29:05 +10:00
..
app_trace
app_update
aws_iot
bootloader Merge branch 'feat/add_efuse_cpu_freq_rating' into 'master' 2018-03-29 05:59:52 +08:00
bootloader_support Merge branch 'bugfix/flash_mapp' into 'master' 2018-03-30 19:32:35 +08:00
bt Merge branch 'feature/btdm_add_get_local_used_addr_API' into 'master' 2018-04-02 22:28:00 +08:00
coap
console
cxx
driver rmt: Fix LoadProhibited on RX END 2018-04-09 12:29:05 +10:00
esp32 esp32: get_chip_info_esp32() return correct model number 2018-04-09 12:28:23 +10:00
esp_adc_cal
espcoredump
esptool_py
ethernet
expat
fatfs fatfs/test: enable tests on SD card 2018-04-02 10:57:45 +08:00
freertos
heap
idf_test Merge branch 'feature/build_ssc_in_multiple_ci_jobs' into 'master' 2018-04-03 18:20:38 +08:00
jsmn
json
libsodium
log
lwip Make error codes globally unique 2018-03-27 08:12:54 +02:00
mbedtls
mdns
micro-ecc
newlib
nghttp
nvs_flash
openssl
partition_table
pthread pthread: Allow configuration of priority and stacksize 2018-03-20 18:06:32 +05:30
sdmmc sdspi: handle error flags for R3/R7 responses 2018-03-30 18:49:42 +08:00
soc Merge branch 'refactor/rtc_split_module' into 'master' 2018-04-04 09:00:58 +08:00
spi_flash fix CI failed when flash chip size if 2MBytes 2018-03-29 17:48:59 +08:00
spiffs
tcpip_adapter Make error codes globally unique 2018-03-27 08:12:54 +02:00
ulp
vfs vfs: consider O_NONBLOCK flag while opening UART FD 2018-03-29 14:20:14 +02:00
wear_levelling
wpa_supplicant
xtensa-debug-module