]> granicus.if.org Git - esp-idf/commit
Add disabling/enabling of shared interrupt, add testcase for interrupts
authorJeroen Domburg <git@j0h.nl>
Wed, 7 Dec 2016 13:30:21 +0000 (21:30 +0800)
committerJeroen Domburg <git@j0h.nl>
Thu, 8 Dec 2016 04:39:33 +0000 (12:39 +0800)
commitae8c37e0b6c64725e045298cf890ce6d9fa0aaa0
tree552e9464e4925c7d650e5d80cc0c24e6050137c6
parent32fa94935de99465a17948640ea0432b8b6721c4
Add disabling/enabling of shared interrupt, add testcase for interrupts
16 files changed:
components/driver/gpio.c
components/driver/include/driver/gpio.h
components/driver/include/driver/ledc.h
components/driver/include/driver/pcnt.h
components/driver/include/driver/rmt.h
components/driver/include/driver/timer.h
components/driver/include/driver/uart.h
components/driver/ledc.c
components/driver/pcnt.c
components/driver/rmt.c
components/driver/timer.c
components/driver/uart.c
components/esp32/include/esp_intr_alloc.h
components/esp32/intr_alloc.c
components/esp32/test/test_intr_alloc.c [new file with mode: 0644]
tools/unit-test-app/sdkconfig