]> begriffs open source - freertos/history - Source
Casting only.
[freertos] / Source /
2008-04-12 Richard BarryCasting only.
2008-04-12 Richard BarryEfficiency improvement.
2008-04-12 Richard BarryUpdate the sys tick to be more efficient.
2008-04-12 Richard BarryUpdate prototypes and macros for the new xQueueSendFrom...
2008-04-12 Richard BarryIntroduce the application task hook feature.
2008-04-12 Richard BarryChange the semantics of the xQueueGenericSendFromISR...
2008-04-06 Richard BarryEnsure the first task starts with interrupts enabled.
2008-04-06 Richard BarryEnsure the first task starts with interrupts enabled.
2008-04-06 Richard BarryEnsure the first task starts with interrupts enabled.
2008-04-06 Richard BarryMinor changes to the trace macros.
2008-04-06 Richard BarryAdded traceTASK_SWITCHED_OUT macro.
2008-04-06 Richard BarryCorrected SysTick interval calculation.
2008-04-06 Richard BarryCorrected SysTick interval calculation.
2008-04-06 Richard BarryCorrected SysTick interval calculation.
2008-04-06 Richard BarryCorrected prototypes for newly added functions that...
2008-03-30 Richard BarryChanges required to build with the latest Xilinx tools.
2008-03-29 Richard BarryReturn the lock counts to their original intended behav...
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-24 Richard Barry(no commit message)
2008-03-24 Richard BarryCorrect function prototype.
2008-03-24 Richard Barry(no commit message)
2008-03-24 Richard BarryIntroduce configKERNEL_INTERRUPT_PRIORITY and make...
2008-03-23 Richard BarryRe-write the queue send and queue receive functions...
2008-03-23 Richard BarryAdd critical section around xTaskCheckForTimeout()...
2008-03-23 Richard BarryAdd utilities that can be used to query a queue from...
2008-03-23 Richard BarryPerformance optimisation.
2008-03-23 Richard BarryPerformance optimisation.
2008-03-07 Richard BarryCheck in before attempting to remove absolute paths...
2008-03-07 Richard BarryGet preeprocessor working correctly.
2008-03-07 Richard BarryRenaming .s to .S.
2008-03-07 Richard BarryClear the interrupt prior to servicing the interrupt...
2008-03-06 Richard BarryComment ready for release.
2008-03-05 Richard BarryRename PPC405 to PPC405_Xilinx.
2008-03-05 Richard BarryRename PPC405 to PPC405_Xilinx.
2008-03-05 Richard BarryPPC405 work in progress.
2008-03-05 Richard BarryPPC405 work in progress.
2008-03-05 Richard BarryModified uxTaskGetStackHighWaterMark() to take a parame...
2008-03-05 Richard BarryModified uxTaskGetStackHighWaterMark() to take a parame...
2008-03-03 Richard BarryRemove warnings generated by new features.
2008-03-03 Richard BarryAdd stack check macros.
2008-03-03 Richard BarryAdd trace macros.
2008-03-03 Richard BarryAdd trace macros.
2008-02-25 Richard BarryAdd vTaskEnterCritical() and vTaskExitCritical() functions.
2008-02-25 Richard BarryMore work in progress (PPC).
2008-02-25 Richard BarryBasic cooperative reg test tasks working.
2008-02-25 Richard BarryWork in progress, for backup purposes only.
2008-02-24 Richard BarryAdd initial PPC405 files - this is a work in progress...
2008-02-24 Richard BarryAdd PPC definition.
2008-02-21 Richard BarryUpdate to V4.7.2.
2008-02-17 Richard Barry(no commit message)
2008-02-17 Richard BarryRemove obsolete code.
2008-02-17 Richard BarryCorrect cut and paste asm code.
2008-02-15 Richard BarryRemove casts that were generating warnings (even though...
2008-02-15 Richard BarryRevert critical section handling back to the original...
2008-02-15 Richard BarryRevert to original critical section handling method.
2008-02-13 Richard BarryChange to use the configKERNEL_INTERRUPT_PRIORITY setting.
2008-02-13 Richard BarryTidy up - spell check.
2008-02-12 Richard BarryAdd Fujitsu FX definition to portable.h.
2008-02-12 Richard BarryWork in progress still.
2008-02-12 Richard BarryWork in progress.
2008-02-12 Richard BarryWork in progress.
2008-02-12 Richard BarryAdd Fujitsu 16bit port files.
2008-02-11 Richard BarryChange the critical section handling (Fujitsu 32bit...
2008-02-10 Richard BarryUpdate Fujitsu port files - work in progress.
2008-02-06 Richard BarryAdd MB91460 port and demo files.
2008-02-06 Richard BarryRemove obsolete comment.
2008-02-04 Richard BarryCorrect sample code for recursive mutexes.
2008-02-03 Richard BarryUpdate to V4.7.1
2008-01-27 Richard BarryUpdate counting semaphore function prototype.
2008-01-27 Richard BarryCorrect spelling.
2008-01-24 Richard BarryDocumentation updates.
2008-01-22 Richard BarryPrepare for V4.7.1 release.
2008-01-22 Richard BarryRemove .bak files.
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.
2007-12-01 Richard BarryMissing PIC32 files.
2007-12-01 Richard BarryCounting semaphore demo added.
2007-11-26 Richard BarryAdd STM32 Primer demo. Remove the .lock file from...
2007-11-05 Richard BarryUpdate to V4.6.1 - including PIC32MX port.
2007-10-28 Richard BarryChanges between V4.5.0 and V4.6.0 released October...
2007-10-28 Richard BarryChanged the way the ARM7/9 GCC ports enter interrupts...
2007-10-26 Richard Barry+ The macro portENTER_SWITCHING_ISR() no longer attempt...
2007-09-17 Richard BarryUpdate to V4.5.0 files and directory structure.
2007-08-23 Richard BarryUpdate the queue peek behaviour and add QPeek test...
2007-08-23 Richard BarryFixed name of xQueueSendToFrontFromISR.
2007-08-22 Richard BarryChanged a couple of casts to remove compiler warnings.
2007-08-21 Richard BarryAdded xQueueSendToBack, xQueueSendToFront, xQueuePeek...
2007-07-29 Richard BarryUpdate to V4.4.0.
2007-07-28 Richard BarryResults of testing new prvIsTaskSuspended() function.
2007-07-28 Richard BarryRemoved const from xTaskResumeFromISR() and xTaskResume...
2007-07-28 Richard BarryModifications to correct behaviour when a task is block...
2007-07-27 Richard BarryUpdated AVR32 demos and added AVR32 UC3B demo.
2007-06-11 Richard BarryAdd in first STM32 demo.
2007-06-09 Richard BarryUpdate in preparation for the V4.3.1 release.
next