]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/tasks.c
Added uxTimerGetReloadMode() API function.
[freertos] / FreeRTOS / Source / tasks.c
2020-01-16 rtelAdded uxTimerGetReloadMode() API function.
2020-01-03 rtelIf tickless idle mode is in use then ensure prvResetNex...
2020-01-02 rtelAdded xTaskAbortDelayFromISR() and ulTaskNotifyValueCle...
2019-11-18 rtelUpdate to the latest atomic.h.
2019-10-15 rtelMove the call to traceTASK_DELETE() to before port...
2019-08-25 rtel+ Moved the History.txt file from the website git repo...
2019-07-24 rtelContinued to work on the MQTT demo project.
2019-07-03 gaurav-awsOnly check once before re-setting ready priority
2019-05-11 rtelUpdate version number ready for next release.
2019-04-17 rtelFix potential memory leak in the Win32 FreeRTOS+TCP...
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
2019-02-08 rtelEnsure eTaskGetState() is brought in automatically...
2018-12-31 rtelMove the 'generic' version of freertos_risc_v_chip_spec...
2018-11-24 rtelFirst task running in RISC-V-Qemu-sifive_e-FreedomStudi...
2018-11-05 rtelUpdate xTaskRemoveFromEventList() so when tickless...
2018-10-08 rtelAdd xTaskGetApplicationTaskTagFromISR(), which is an...
2018-09-30 rtelAdded uxTaskGetStackHighWaterMark2(), which is the...
2018-09-07 rtelMinor synching - no functional changes. V10.1.1
2018-09-07 rtelUpdate version numbers ready for release.
2018-09-06 rtelUpdate trace recorder code to the latest.
2018-08-28 rtelMinor updates to fix issues with the Segger kernel...
2018-08-27 rtelMove some variables from function scope back to being...
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-08-20 rtelOnly include the static definition of freertos_tasks_c_...
2018-06-11 rtelFix misra violations in queue.c by introducing a union...
2018-06-11 rtelTimerHandle_t is now type safe instead of void *.
2018-06-11 rtelContinue updating to MISRA 2012 from 2004 - currently...
2018-06-04 rtelRemove casts from EventGroupHandle_t to EventGroup_t...
2018-06-03 rtelFirst pass at updating from MISRA 2004 to MISRA 2012:
2018-05-17 rtelMinor updates to comments only.
2018-04-29 rtelxTaskGenericNotify() now sets xYieldPending to pdTRUE...
2018-03-14 rtelImport the code coverage test additions from the (unpub...
2018-03-04 rtelIntroduce xMessageBufferNextLengthBytes() and tests...
2018-01-30 rtelEnsure data cannot be sent to a TCP socket if the socke...
2017-12-28 rtelCorrect out of date comment in tasks.c.
2017-12-18 rtelRoll up the minor changes checked into svn since V10... V10.0.1
2017-12-12 rtelFreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBA...
2017-11-29 rtelUpdate to MIT licensed FreeRTOS V10.0.0 - see https... V10.0.0
2017-05-29 rtelRemove obsolete code from prvCheckTasksWaitingTerminati...
2017-03-27 rtelEnsure vTaskGetInfo() sets the sate of the currently...
2017-02-24 rtelIntroduce vTaskInternalSetTimeOutState() which does...
2017-01-22 rtelUpdate version number in preparation for maintenance...
2017-01-16 rtelEnhanced priority dis-inheritance functionality in...
2016-11-25 rtelUpdate TaskNotify.c to test the condition where a direc...
2016-09-20 rtelAdd support for statically allocated memory protected...
2016-09-14 rtelCorrect the definition of StaticTask_t and add addition...
2016-09-04 rtelIntroduce configRECORD_STACK_HIGH_ADDRESS, which when...
2016-08-16 rtelClean up lint errors.
2016-08-16 rtelChanges to core code and port layer:
2016-06-27 rtelImprovements to the Cortex-M ports:
2016-05-20 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-31 rtelRemove compiler warning by ensure prvInitialiseMutex...
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-29 rtelCreate minor optimisations (just an asm instruction...
2016-03-22 rtelNotes:
2016-02-18 rtelUpdate version number ready for version 9 release candi...
2016-02-18 rtelPrepare for a FreeRTOS V9 release candidate:
2016-02-14 rtelCore kernel code changes:
2016-02-10 rtelFreeRTOS source:
2016-01-31 rtelAdded a build configuration for the Wonder Gecko starte...
2016-01-28 rtelAdd vTaskGetTaskInfo() function that allows a TaskStatu...
2016-01-22 rtelEnsure the code builds when configSUPPORT_STATIC_ALLOCA...
2016-01-21 rtelProvide the ability to create event groups and software...
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-16 rtelPreparing for maintenance release:
2015-09-23 rtelFreeRTOS source:
2015-09-07 rtelInitial RZ/T port and demo - work in progress, currentl...
2015-08-12 rtelFinal preparation for new release:
2015-08-05 rtelUpdate version numbers in preparation for new release.
2015-08-04 rtelCommon scheduler code:
2015-08-01 rtelPreparing for new release...
2015-05-20 rtelKernel changes to improve power saving:
2015-04-13 rtelAdd the errno definitions used by FreeRTOS+TCP and...
2015-03-24 rtelFinal V8.2.1 release ready for tagging: V8.2.1
2015-03-21 rtelUpdate version number ready for V8.2.1 release.
2015-03-20 rtelMinor updates relating to formatting and comments only.
2015-03-04 rtelKernel code:
2015-02-11 rtelKernel updates:
2015-01-26 rtelKernel updates:
2015-01-16 rtelUpdate version number in preparation for official V8...
2014-12-24 rtelRelease candidate - this will be tagged as FreeRTOS... V8.2.0rc1
2014-12-21 rtelUpdate version numbers in preparation for V8.2.0 releas...
2014-12-21 rtelKernel changes:
2014-12-19 rtelKernel changes:
2014-12-18 rtel+ Update demos that use FreeRTOS+Trace to work with...
2014-12-15 rtel+ New feature added: Task notifications.
2014-10-15 rtelCore kernel code:
next