]> granicus.if.org Git - esp-idf/commit
uart driver: Remove UART ISR handler from IRAM
authorAngus Gratton <angus@espressif.com>
Tue, 7 Feb 2017 04:05:18 +0000 (15:05 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 3 Mar 2017 05:17:55 +0000 (16:17 +1100)
commit3db4402f3cc4b21ba32f37401260de03a73b24ed
tree61b6e48c300bd2248c3701bada053d7b7777a6b1
parentccbc6183c3fd7dc7e1bb919be206d8104ae9c4dc
uart driver: Remove UART ISR handler from IRAM

Doesn't change example behaviour, as ISR wasn't being registered as
ESP_INTR_FLAG_IRAM.
components/driver/include/driver/uart.h
components/driver/uart.c