]> begriffs open source - freertos/history - Source
Change projects to split the dsPIC and PIC24 taskYIELD implementations.
[freertos] / Source /
2008-07-16 Richard BarryChange projects to split the dsPIC and PIC24 taskYIELD...
2008-07-16 Richard Barryasm version of the yield function. Moved from port.c.
2008-07-16 Richard BarryRemoved the manual context switch from the C file,...
2008-07-16 Richard BarryAllow the static qualifier to be removed and rename...
2008-07-16 Richard BarryEnsure the queue registry gets initialised.
2008-05-30 Richard BarryUpdate to V5.0.2
2008-05-24 Richard BarryAdd usage of portREMOVE_STATIC_QUALIFIER.
2008-05-24 Richard BarryAdd usage of portREMOVE_STATIC_QUALIFIER.
2008-05-24 Richard BarryRemove static qualifier from queue registry.
2008-05-23 Richard BarryAdd queue registry code.
2008-05-23 Richard BarryA little optimisation.
2008-05-20 Richard BarryRemove compiler warnings.
2008-05-19 Richard BarryAdd signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHan...
2008-05-19 Richard BarryChange the way the critical sections are handled within...
2008-05-19 Richard BarryAdd signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHan...
2008-05-19 Richard BarryUpdate the default macros used for critical sections...
2008-05-19 Richard BarryBug fix - allocate 2 extra words at the bottom of the...
2008-05-18 Richard BarryUpdate to use the kernel critical nesting.
2008-05-11 Richard BarryUpdate to include the option of saving/restoring the...
2008-05-07 Richard BarryAdd in the portSET_INTERRUPT_MASK_FROM_ISR() and portCL...
2008-05-07 Richard BarryAdd in the portSET_INTERRUPT_MASK_FROM_ISR() and portCL...
2008-05-06 Richard BarryUpdate to allow nesting.
2008-05-05 Richard BarryAdd the usual missing -1.
2008-05-04 Richard BarryPerformance improvements.
2008-05-04 Richard BarryAdd nesting support.
2008-05-01 Richard BarryRemove inline keywords.
2008-05-01 Richard BarryAdded code to allow a vTaskPrioritySet() caller to...
2008-05-01 Richard BarryUpdate comments for vTaskSuspendAll() "API functions...
2008-05-01 Richard BarryRemove inline keyword.
2008-05-01 Richard BarryRemove inline keyword.
2008-05-01 Richard BarryRemove inline keyword.
2008-04-16 Richard BarryCorrect timer calculation.
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 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...
next