OVMS3-idf/components/freertos/include/freertos
Darian Leung 5bbb991c90 freertos: Make xPortGetCoreID() volatile
When xPortGetCoreID() is called twice within a function,
it might only be called once after compilation. This
commit makes the inline assembly of the function volatile.

Closes #3093
2019-02-27 21:29:22 +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 docs: add FreeRTOS API docs 2017-12-27 16:54:14 +08:00
FreeRTOS.h freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
FreeRTOSConfig.h freertos: enabled use of pxTaskGetStackStart and cleaned up it's implementation 2017-11-22 11:01:42 +08: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 freertos: Make xPortGetCoreID() volatile 2019-02-27 21:29:22 +08:00
portbenchmark.h Initial public version 2016-08-17 23:08:22 +08:00
portmacro.h freertos: fix a bug for incorrect check of allow-external-stack 2017-11-24 09:53:47 +05:30
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-27 16:54:14 +08:00
ringbuf.h freertos/ringbuf: Added an API xRingbufferCreateNoSplit() 2017-12-27 16:54:25 +08:00
semphr.h docs: add FreeRTOS API docs 2017-12-27 16:54:14 +08:00
StackMacros.h Initial public version 2016-08-17 23:08:22 +08:00
task.h docs: add FreeRTOS API docs 2017-12-27 16:54:14 +08:00
timers.h docs: add FreeRTOS API docs 2017-12-27 16:54: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 freertos: fix error when including xtensa-timer.h from other components 2017-10-18 14:37:22 +08:00
xtensa_timer.h freertos: fix error when including xtensa-timer.h from other components 2017-10-18 14:37:22 +08:00