]> granicus.if.org Git - esp-idf/commit
esp32: fix cache error interrupt handler
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 7 Sep 2017 17:29:37 +0000 (01:29 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 8 Sep 2017 01:59:09 +0000 (09:59 +0800)
commit33cb16fd2a3547ba7495e207b91b8250739f1332
tree5eaee1538afc7bc3ae4e9b25fd7f0d01eb6353f6
parent3c470e7c439a5da6a4b627f53d6d34882d7f2f6a
esp32: fix cache error interrupt handler

Cache error interrupt would read DPORT registers, which caused DPORT
access protection to kick in. Disable DPORT protection before doing the
reads.
components/esp32/cache_err_int.c
components/esp32/dport_access.c