]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/include
Previously the STM32F0518 compiler setting was changed to enable the use of the __wea...
[freertos] / FreeRTOS / Source / include /
2019-12-30 rtelCorrect use of xStreamBufferRead() to xStreamBufferRece...
2019-12-27 rtelTidy up comments only.
2019-11-18 rtelUpdate to the latest atomic.h.
2019-10-10 rtelFormatting changes only.
2019-10-07 rtelMinor formatting change in comment only.
2019-09-24 yuhzhengUpdate FreeRTOS.h with the version in GitHub. This...
2019-09-24 rtelCorrect code comments that referred to taskYIELD_FROM_I...
2019-09-23 yuhzhengsync from github to svn: this version of atomic.h does...
2019-08-25 rtel+ Moved the History.txt file from the website git repo...
2019-07-29 gaurav-awsUpdate the FreeRTOS version number in task.h
2019-07-27 gaurav-awsAdd the default definition of configPRECONDITION to...
2019-07-04 rtelAdd link to dual core blog post into STM32H745I demo.
2019-07-04 rtelAdd vPortGetHeapStats() function to query heap statistics.
2019-05-13 rtelAdded additional xMessageBufferSpacesAvailable() (plura... V10.2.1
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-28 gaurav-awsExport port architecture name for COrtex-M33. This...
2019-03-13 gaurav-awsFix warning portHAS_STACK_OVERFLOW_CHECKING not defined
2019-02-21 gaurav-awsChange type of usStackDepth to configSTACK_DEPTH_TYPE.
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
2019-01-21 rtelAdd xTaskGetIdleRunTimeCounter() API function to return...
2018-12-31 rtelMove the 'generic' version of freertos_risc_v_chip_spec...
2018-12-17 rtelRemove "FromISR' functions from the list of functions...
2018-11-24 rtelFirst task running in RISC-V-Qemu-sifive_e-FreedomStudi...
2018-10-24 rtelUpdate the method used to detect if a timer is active...
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-09-01 rtelTwo minor updates in the comments to fix html formattin...
2018-08-28 rtelMinor updates to fix issues with the Segger kernel...
2018-08-27 rtelChanges required for the IAR StateViewer plug-in to...
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-06-13 rtelAdd the option to specify a stack size in the standard...
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-07 rtelUpdate definition of StaticTimer_t so its size is corre...
2018-03-15 rtelIntroduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow...
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 rtelFreeRTOS.h changes to go with the last tasks.c checkin.
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-19 rtelPrepare for V9.0.0 release.
2016-05-10 rtelRecreated MicroBlaze example using Vivado 2016.1 -...
2016-04-24 rtelImprove coverage of the MPU API in the new MPU demo...
2016-04-20 rtelUpdate the MPU port so it supports all the public funct...
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-30 rtelUpdate MSP432 projects to use updated driver library...
2016-03-29 rtelMake the pcObjectGetName() API function naming consiste...
2016-03-29 rtelCreate minor optimisations (just an asm instruction...
2016-03-29 rtel- Rework the StaticAllocation.c common demo file to...
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-14 rtelCore kernel code changes:
2016-02-10 rtelFreeRTOS source:
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-20 rtelContinue to add the ability to create RTOS objects...
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-22 rtelAdd in the CORTEX_A53_64-bit_UltraScale_MPSoC demo...
2015-12-20 rtelChanges to the FreeRTOS code:
2015-12-08 rtelFreeRTOS source:
2015-11-20 rtelKernel changes:
2015-10-17 rtelFinal tidy up before tagging V8.2.3. V8.2.3
2015-10-16 rtelUpdate version number ready for the V8.2.3 release.
2015-10-16 rtelPreparing for maintenance release:
next