]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/include/FreeRTOS.h
Fix spelling issues.
[freertos] / FreeRTOS / Source / include / FreeRTOS.h
2020-02-07 yuhzhengFix spelling issues.
2020-02-06 rtelUpdate libraries and sundry check-ins ready for the...
2020-01-23 rtelIntroduce the portSOFTWARE_BARRIER macro which thus...
2019-10-07 rtelMinor formatting change in comment only.
2019-09-24 yuhzhengUpdate FreeRTOS.h with the version in GitHub. This...
2019-07-27 gaurav-awsAdd the default definition of configPRECONDITION to...
2019-05-11 rtelUpdate version number ready for next release.
2019-05-09 gaurav-awsDo not strip required symbols when LTO is on
2019-04-17 rtelFix potential memory leak in the Win32 FreeRTOS+TCP...
2019-03-13 gaurav-awsFix warning portHAS_STACK_OVERFLOW_CHECKING not defined
2019-02-20 rtelAdd instructions on building the Cortex-M33 secure...
2019-02-20 gaurav-awsSet default value of configRUN_FREERTOS_SECURE_ONLY...
2019-02-19 gaurav-awsFirst Official Release of ARMV8M Support. This release...
2019-02-17 rtelUpdate version number in readiness for V10.2.0 release.
2019-02-17 gaurav-awsFix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
2018-10-24 rtelUpdate the method used to detect if a timer is active...
2018-09-30 rtelAdded uxTaskGetStackHighWaterMark2(), which is the...
2018-09-07 rtelUpdate version numbers ready for release.
2018-08-22 rtelUpdate copyright date ready for tagging V10.1.0.
2018-08-21 rtelUpdate version numbers in preparation for a new release.
2018-08-21 rtelUpdate demo project for Tensilita - work in progres..
2018-05-07 rtelUpdate definition of StaticTimer_t so its size is corre...
2018-03-15 rtelIntroduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow...
2018-01-30 rtelEnsure data cannot be sent to a TCP socket if the socke...
2017-12-18 rtelRoll up the minor changes checked into svn since V10... V10.0.1
2017-11-29 rtelUpdate to MIT licensed FreeRTOS V10.0.0 - see https... V10.0.0
2017-05-29 rtelFreeRTOS.h changes to go with the last tasks.c checkin.
2017-01-22 rtelUpdate version number in preparation for maintenance...
2016-11-25 rtelUpdate TaskNotify.c to test the condition where a direc...
2016-09-14 rtelCorrect the definition of StaticTask_t and add addition...
2016-09-04 rtelIntroduce configRECORD_STACK_HIGH_ADDRESS, which when...
2016-06-27 rtelImprovements to the Cortex-M ports:
2016-05-20 rtelPrepare for V9.0.0 release:
2016-05-19 rtelPrepare for V9.0.0 release.
2016-05-10 rtelRecreated MicroBlaze example using Vivado 2016.1 -...
2016-04-18 rtelUpdates to support FreeRTOS MPU in FreeRTOS V9.0.0...
2016-04-15 rtelxTaskGetTaskHandle() changed to xTaskGetHandle().
2016-03-30 rtelUpdate version number to 9.0.0rc2. V9.0.0rc2
2016-03-29 rtelMake the pcObjectGetName() API function naming consiste...
2016-03-26 rtelUpdate the documentation contained in the header files...
2016-03-22 rtelNotes:
2016-03-02 rtelAdd Pearl Gecko demo.
2016-02-18 rtelUpdate version number ready for version 9 release candi...
2016-02-18 rtelPrepare for a FreeRTOS V9 release candidate:
2016-02-10 rtelFreeRTOS source:
2016-01-28 rtelAdd vTaskGetTaskInfo() function that allows a TaskStatu...
2016-01-21 rtelProvide the ability to create event groups and software...
2016-01-19 rtelImplement functionality that allows the memory required...
2016-01-18 rtelRename DummyTCB_t to StaticTCB_t.
2016-01-12 rtelKernel changes:
2015-12-20 rtelChanges to the FreeRTOS code:
2015-12-08 rtelFreeRTOS source:
2015-11-20 rtelKernel changes:
2015-10-16 rtelUpdate version number ready for the V8.2.3 release.
2015-10-15 rtelPreparing for maintenance release -
2015-08-12 rtelFinal preparation for new release:
2015-08-05 rtelUpdate version numbers in preparation for new release.
2015-03-21 rtelUpdate version number ready for V8.2.1 release.
2015-03-21 rtelKernel changes:
2015-03-04 rtelKernel code:
2015-01-26 rtelKernel updates:
2015-01-16 rtelUpdate version number in preparation for official V8...
2014-12-21 rtelUpdate version numbers in preparation for V8.2.0 releas...
2014-12-18 rtel+ Update demos that use FreeRTOS+Trace to work with...
2014-12-15 rtel+ New feature added: Task notifications.
2014-10-08 rtelCore kernel files:
2014-09-02 rtelUpdate version number to 8.1.2 after moving the default... V8.1.2
2014-08-29 rtelUpdate version number to 8.1.1 for patch release that...
2014-08-26 rtelMinor edits prior to tagging V8.1.0.
2014-08-16 rtel***IMMINENT RELEASE NOTICE***
2014-06-16 rtelDefault the definition of portASSERT_IF_IN_ISR() to...
2014-06-04 rtelReverse order of projdefs.h and FreeRTOSConfig.h includ...
2014-04-24 rtelUpdate version number ready for release. V8.0.1
2014-02-18 rtelUpdate version number to V8.0.0 (without the release...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2014-01-23 rtelRemove #error that attempted to catch stdint.h not...
2014-01-17 rtelAdd extern 'C' to FreeRTOS.h.
2014-01-13 rtelIntroduce configENABLE_BACKWARD_COMPATIBILITY to allow...
2014-01-05 rtelMap portTICK_RATE_MS to portTICK_PERIOD_MS.
2014-01-05 rtelMinor tidy ups that don't effect code generation, plus:
2013-12-31 rtelMinor comment corrections prior to tagging. V8.0.0rc1
2013-12-31 rtelChange version numbers ready for V8.0.0 release candida...
2013-12-31 rtelAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
2013-12-30 rtelMinor updates to demo projects to ensure correct buildi...
2013-12-29 rtelReplace standard types with stdint.h types.
2013-12-23 rtelAdd coverage test markers.
2013-12-23 rtelIn process of module testing event_groups.c.
2013-12-12 rtelChange the way one thread deletes another in the Window...
2013-12-12 rtelAdd trace macros into the event groups implementation.
2013-11-28 rtelMultiple tidy up, documentation corrections and typo...
2013-11-21 richardbarryAdd event_groups.c and associated functions in other...
2013-11-08 richardbarryChange version numbers in preparation for V7.6.0 release.
2013-10-14 richardbarryUpdate FreeRTOS version number to V7.5.3
2013-10-07 richardbarryClear up a few compiler warnings.
2013-07-24 richardbarryAdd additional critical section to the default tickless...
2013-07-23 richardbarryUpdate version number. V7.5.1
2013-07-18 richardbarryFor consistency change the name of configINCLUDE_STATS_...
2013-07-17 richardbarryMinor updates and change version number for V7.5.0...
2013-07-04 richardbarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-07-02 richardbarryAdd new xTaskGetSystemState() API function to return...
next