FreeRTOS-Kernel/FreeRTOS/Source/include
2020-01-23 23:49:24 +00:00
..
atomic.h Update to the latest atomic.h. 2019-11-18 16:28:03 +00:00
croutine.h Tidy up comments only. 2019-12-27 21:22:07 +00:00
deprecated_definitions.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
event_groups.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
FreeRTOS.h Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the Win32 demo to hold execution up in case a simulated interrupt is executing simultaneously. That should never happen as all threads should execute on the same core, but we have had numerous reports that this and other Win32 port changes we have made fixed these issues - although we have not been able to replicate them ourselves. 2020-01-23 23:49:24 +00:00
list.h Add link to dual core blog post into STM32H745I demo. 2019-07-04 21:18:36 +00:00
message_buffer.h Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR. 2019-09-24 16:06:21 +00:00
mpu_prototypes.h Added uxTimerGetReloadMode() API function. 2020-01-16 04:10:18 +00:00
mpu_wrappers.h Added uxTimerGetReloadMode() API function. 2020-01-16 04:10:18 +00:00
portable.h Add vPortGetHeapStats() function to query heap statistics. 2019-07-04 19:34:48 +00:00
projdefs.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
queue.h Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR. 2019-09-24 16:06:21 +00:00
semphr.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
stack_macros.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
StackMacros.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 2014-01-13 20:26:47 +00:00
stream_buffer.h Correct use of xStreamBufferRead() to xStreamBufferReceive() in code comments - no source code changes. 2019-12-30 20:00:49 +00:00
task.h Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions. 2020-01-02 18:55:20 +00:00
timers.h Ensure both one-shot and auto-reload are written consistently with a hyphen in comments. 2020-01-16 04:25:29 +00:00