]> begriffs open source - freertos/history - Source/include
Updated Win32 port layer so that end of interrupt events are only sent to threads...
[freertos] / Source / include /
2010-09-23 Richard BarryUpdate to FreeRTOS V6.1.0 release candidate.
2010-09-23 Richard BarryAllow tasks to be suspended immediately after creation...
2010-08-29 Richard BarryUpdate the IAR RX62N port files, which are now functional.
2010-06-13 Richard BarryJust updated the version string #define.
2010-05-17 Richard BarryAdd Cortus port to produce V6.0.5.
2010-05-01 Richard BarryCorrected mistake in sample code for xCoRoutineCreate().
2010-03-14 Richard BarryUpdate the V6.0.4. The primary difference being that...
2010-02-25 Richard BarryReady for V6.0.3 release.
2010-01-16 Richard BarryStill a work in progress. Checking in for backup only.
2010-01-09 Richard BarryUpdate to V6.0.2.
2010-01-08 Richard BarryAgain, just corrected some comments.
2010-01-08 Richard BarryCorrected a comment.
2010-01-08 Richard BarryCorrected a couple of comments.
2009-11-23 Richard BarryChanges in the comments only.
2009-11-15 Richard BarryUpdate Cortex M3 ports to ensure 8 byte alignment.
2009-11-13 Richard BarryFixed typo.
2009-10-13 Richard BarryChange to the file headers only.
2009-10-13 Richard BarryTidy up only.
2009-10-10 Richard BarryCorrect type on comment.
2009-10-05 Richard BarryAdd xPortGetFreeHeapSize() function.
2009-10-05 Richard BarryRemove unnecessary use of portLONG, portCHAR and portSHORT.
2009-10-04 Richard BarryRemove unnecessary use of portLONG, portCHAR and portSHORT.
2009-10-04 Richard BarryAdd PRIVILEGED_FUNCTION qualifiers to port files.
2009-09-30 Richard BarryFirst version that includes the FreeRTOS-MPU implementa...
2009-09-29 Richard BarryUpdate for V6.
2009-09-29 Richard BarryNew file added for V6.
2009-08-09 Richard BarryUpdate to V5.4.2. See http://www.freertos.org/History...
2009-07-25 Richard BarryUpdate to V5.4.1
2009-07-21 Richard BarrySupply default setting for configUSE_MALLOC_FAILED_HOOK.
2009-07-12 Richard BarryEnsure LPC1768 demos are correct prior to V5.4.0 release.
2009-07-07 Richard BarryUpdate version number.
2009-06-30 Richard BarryAdd proper 8 byte alignment support.
2009-06-21 Richard BarryPrepare for V5.3.1 release.
2009-05-30 Richard BarryPrepare for V5.3.0 release.
2009-05-30 Richard BarryAdd xTaskGetApplicationTaskTag() prototype.
2009-05-21 Richard BarryCorrected version number.
2009-05-19 Richard BarryAdded vTaskGetRunTimeStats() prototype.
2009-05-19 Richard BarryAdd defaults for the new run time counter stats configu...
2009-05-03 Richard BarryPut in "catch all" portmacro.h include to allow the...
2009-03-14 Richard BarryReady for V5.2.0 release.
2009-02-09 Richard BarryUpdate to V5.1.2.
2009-02-06 Richard BarryContinue 78K0R development.
2009-01-31 Richard BarryAdd 78KR definition.
2009-01-29 Richard BarryContinued V850 development.
2009-01-29 Richard BarryContinued V850 development.
2009-01-23 Richard BarryCorrect some capitalisation issues for Linux users.
2009-01-22 Richard BarryAdd in V850 include file.
2009-01-18 Richard BarryAdded the 16FX definition.
2008-11-28 Richard BarryAdd SAM9XE definition.
2008-11-20 Richard BarryReady for V5.1.1 release.
2008-10-29 Richard BarryUpdate comments only.
2008-10-26 Richard BarryAdd MSP430 IAR definition.
2008-10-24 Richard BarryUpdate ready for V5.1.0 release.
2008-10-23 Richard BarryChange from using the old Keil compiler definition...
2008-10-17 Richard BarryAdded include path for V2 ColdFire/CodeWarrior.
2008-10-09 Richard BarryNew file to separate out the stack checking macros...
2008-09-22 Richard BarryPrepare for V5.0.4 release.
2008-09-22 Richard BarryImprove example code for xTaskCreate().
2008-09-01 Richard BarryAdded a #error line to check that FreeRTOS.h is include...
2008-09-01 Richard BarryAdded CodeWarrior definitions.
2008-08-14 Richard BarryCorrect version number.
2008-08-08 Richard BarryAdd ColdFire definitions.
2008-07-30 Richard BarryUpdate to V5.0.3.
2008-05-30 Richard BarryUpdate to V5.0.2
2008-05-23 Richard BarryAdd queue registry code.
2008-05-19 Richard BarryAdd signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHan...
2008-05-19 Richard BarryUpdate the default macros used for critical sections...
2008-05-07 Richard BarryAdd in the portSET_INTERRUPT_MASK_FROM_ISR() and portCL...
2008-05-01 Richard BarryUpdate comments for vTaskSuspendAll() "API functions...
2008-05-01 Richard BarryRemove inline keyword.
2008-04-16 Richard BarryCorrect comments.
2008-04-16 Richard BarryUpdate to V5.0.0.
2008-04-13 Richard BarryRemove incorrect const qualifiers.
2008-04-12 Richard BarryUpdate prototypes and macros for the new xQueueSendFrom...
2008-04-06 Richard BarryAdded traceTASK_SWITCHED_OUT macro.
2008-03-26 Richard BarrySmall mods, and update file headers.
2008-03-25 Richard BarryUpdate version numbers to V4.8.0
2008-03-25 Richard BarryAdd extra const qualifiers and casts for linting purposes.
2008-03-23 Richard BarryRe-write the queue send and queue receive functions...
2008-03-23 Richard BarryAdd utilities that can be used to query a queue from...
2008-03-05 Richard BarryRename PPC405 to PPC405_Xilinx.
2008-03-05 Richard BarryModified uxTaskGetStackHighWaterMark() to take a parame...
2008-03-03 Richard BarryAdd stack check macros.
2008-03-03 Richard BarryAdd trace macros.
2008-02-25 Richard BarryAdd vTaskEnterCritical() and vTaskExitCritical() functions.
2008-02-24 Richard BarryAdd PPC definition.
2008-02-21 Richard BarryUpdate to V4.7.2.
2008-02-12 Richard BarryAdd Fujitsu FX definition to portable.h.
2008-02-06 Richard BarryAdd MB91460 port and demo files.
2008-02-04 Richard BarryCorrect sample code for recursive mutexes.
2008-02-03 Richard BarryUpdate to V4.7.1
2008-01-27 Richard BarryCorrect spelling.
2008-01-24 Richard BarryDocumentation updates.
2008-01-22 Richard BarryPrepare for V4.7.1 release.
2007-12-18 Richard BarryCorrect some documentation.
2007-12-06 Richard BarryUpdate documentation.
2007-12-05 Richard BarryUpdate documentation to correct spelling.
2007-12-05 Richard BarryUpdate to V4.7.0.
2007-12-02 Richard BarryAdd first version of alternative API.
2007-12-01 Richard BarryEnsure warning free compilation under GCC.
next