esp-idf/components/freertos/include/freertos
Ivan Grokhotkov 417ef19084 Merge branch 'feature/tls_support' into 'master'
FreeRTOS TLS support

See merge request idf/esp-idf!1902
2018-02-09 12:34:20 +08:00
..
FreeRTOS.h
FreeRTOSConfig.h
StackMacros.h
croutine.h
deprecated_definitions.h
event_groups.h fix typo 2018-01-03 10:50:50 +11:00
list.h
mpu_wrappers.h
portable.h Especially when internal memory fills up, some FreeRTOS structures (queues etc) get allocated in psram. These structures also contain a spinlock, which needs an atomic-compare-swap operation to work. The psram hardware, however, does not support this operation. As a workaround, this patch detects these spinlocks and will, instead of S32C1I, use equivalent C-code to simulate the behaviour, with an (internal) mux for atomicity. 2018-02-02 17:11:06 +08:00
portbenchmark.h
portmacro.h
porttrace.h
projdefs.h
queue.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
ringbuf.h freertos/ringbuf: Added an API xRingbufferCreateNoSplit() 2017-12-07 17:04:23 +05:30
semphr.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
task.h freertos: Adds C11 TLS support 2018-02-07 18:46:57 +03:00
timers.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
xtensa_api.h
xtensa_config.h
xtensa_context.h
xtensa_rtos.h
xtensa_timer.h