]> granicus.if.org Git - esp-idf/commit
Add xPortInIsrContext function + unit test. This function returns true when the curre...
authorJeroen Domburg <jeroen@espressif.com>
Mon, 27 Feb 2017 08:34:19 +0000 (16:34 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Thu, 2 Mar 2017 09:00:32 +0000 (17:00 +0800)
commit6739d5b99f3343be192556e1e71c586a0d03aa43
treef02a9c006696a5649f755e8610e623846efc026b
parent290c40a4abb220e6ab6c6ec73bfdfbf99c9774bf
Add xPortInIsrContext function + unit test. This function returns true when the current CPU runs in an interrupt handler context.
components/esp32/include/soc/cpu.h
components/freertos/include/freertos/portable.h
components/freertos/port.c
components/freertos/test/test_freertos_isinisrcontext.c [new file with mode: 0644]
components/newlib/locks.c