OVMS3-idf/components/freertos/include/freertos
Tian Hao cabe66195c fix bug that semaphore may schedule out in Critical Section
1. Since BLE full-scan feature for BLE mesh change the controller code cause this problem,
it cause coex semaphore take in "interrupt disable", then it may cause task schedule
and cause crash in freertos
2. Fix newlib lock ISR context and critical section check
3. Fix bt controller ISR context and critical section check
2019-10-29 14:43:00 +08:00
..
croutine.h Initial public version 2016-08-17 23:08:22 +08:00
deprecated_definitions.h Initial public version 2016-08-17 23:08:22 +08:00
event_groups.h fix typo 2018-01-03 10:50:50 +11:00
FreeRTOS.h freertos: add configTASKLIST_INCLUDE_COREID 2018-07-17 10:57:26 +00:00
FreeRTOSConfig.h esp32: Replaces magic numbers with CRC for core dump in flash 2018-11-15 06:13:48 +00:00
list.h FreeRTOS: Use C11 _Static_assert to verify static "dummy" structs at compile time 2016-11-23 10:22:19 +11:00
mpu_wrappers.h Initial public version 2016-08-17 23:08:22 +08:00
portable.h fix bug that semaphore may schedule out in Critical Section 2019-10-29 14:43:00 +08:00
portbenchmark.h Initial public version 2016-08-17 23:08:22 +08:00
portmacro.h unit-test-app: freertos_compliance config added 2019-06-25 04:33:32 +00:00
porttrace.h Initial public version 2016-08-17 23:08:22 +08:00
projdefs.h Initial public version 2016-08-17 23:08:22 +08:00
queue.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
semphr.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
StackMacros.h Initial public version 2016-08-17 23:08:22 +08:00
task.h freertos: remove semicolon in xTaskNotifyGive 2019-10-08 12:39:07 +08:00
timers.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
xtensa_api.h esp32: SEGGER SystemView Tracing Support 2017-06-27 20:52:43 +03:00
xtensa_config.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_context.h freertos: Update comments in "port" section (portMUX/etc) 2017-10-20 11:17:44 +08:00
xtensa_rtos.h xtensa: remove unused header files 2018-05-31 02:21:36 +00:00
xtensa_timer.h freertos: fix error when including xtensa-timer.h from other components 2017-10-18 14:37:22 +08:00