Files
esp-idf/components/newlib
Darian Leung daa950d9ed freertos: Replace portSET_INTERRUPT_MASK_FROM_ISR() call for SMP
The behavior of portSET_INTERRUPT_MASK_FROM_ISR() has changed in SMP FreeRTOS. It's
previous behavior is now implemented in portDISABLE_INTERRUPTS() and portRESTORE_INTERRUPTS().

This commit replaces all portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR()
calls with portDISABLE_INTERRUPTS() and portRESTORE_INTERRUPTS() respectively
2022-05-30 06:11:24 +08:00
..
2022-05-28 08:52:55 +00:00
2016-08-17 23:08:22 +08:00
2016-08-17 23:08:22 +08:00
2021-01-12 14:05:08 +08:00
2022-05-28 08:52:55 +00:00
2022-02-09 23:05:45 +08:00
2021-01-12 14:05:08 +08:00
2021-01-12 14:05:08 +08:00
2019-07-02 17:17:18 +02:00
2022-01-11 19:01:21 +01:00