]> granicus.if.org Git - esp-idf/commit
freertos: port*_CRITICAL_SAFE API added
authorSachin Parekh <sachin.parekh@espressif.com>
Mon, 25 Mar 2019 10:25:57 +0000 (15:55 +0530)
committerSachin Parekh <sachin.parekh@espressif.com>
Mon, 13 May 2019 11:09:19 +0000 (16:39 +0530)
commit5c6b9adf11154266ac4a7d29bf89efe6d8b6c0f0
treef11b2db3aa8232344ae31b2abc35e20e8eb02916
parentef49c41e1565c7e16a445632c9fe5010d5b5fed7
freertos: port*_CRITICAL_SAFE API added

port*_CRITICAL_SAFE API calls port*_CRITICAL or port*_CRITICAL_ISR
depending on the context (Non-ISR or ISR respectively).

FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE Kconfig option added

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
components/freertos/Kconfig
components/freertos/include/freertos/portmacro.h
docs/en/api-guides/freertos-smp.rst