]> begriffs open source - freertos/history - Source
Added the FreeRTOS/WorkingCopy/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/settings director...
[freertos] / Source /
2012-04-06 Richard BarryCopy Tasking CM4F files from the project directory...
2012-04-02 Richard BarryAdded traceMOVED_TASK_TO_READY_STATE and portSETUP_TCB...
2012-04-02 Richard BarryUpdate the CM3 MPU port so it builds with the changes...
2012-04-02 Richard BarryRename the Source/Portable/CCS4 directory to Source...
2012-04-01 Richard BarryRemove compiler warning in CCS MSP430X port.
2012-03-11 Richard BarryConvert mov instructions to movs instructions in the...
2012-03-11 Richard BarryAdd static qualifier to the function that starts the...
2012-03-11 Richard BarryAdded xSemaphoreGetMutexHolder() macro and equivalent...
2012-03-11 Richard BarryAdd GCC Cortex-M4F port layer.
2012-02-24 Richard BarryAdded IAR port layer for the Cortex-M0.
2012-01-25 Richard BarryRevert the CM0 port layer exception handler names to...
2012-01-21 Richard BarryIn files added a few moments ago:
2012-01-21 Richard BarryMove the CM0 files to their correct location and remove...
2012-01-13 Richard BarryAdd a few lines to the RX ports that allow the vector...
2012-01-12 Richard BarryAdd xQueueReset() function.
2011-12-13 Richard BarryChange version numbers to V7.1.0.
2011-12-13 Richard BarryAdd vQueueSetQueueNumber() and ucQueueGetQueueNumber...
2011-12-08 Richard BarryAdd two Cortex-M4F port layers.
2011-12-02 Richard BarryAdd proper copyright notice in headers to files where...
2011-11-30 Richard BarryAdd in a separate uxTaskNumber to the TCB structure...
2011-11-29 Richard BarryUpdate core files to remove legacy trace and make neces...
2011-11-22 Richard BarryFormatting changes only in TriCore porttrap.c.
2011-11-22 Richard BarryRemove debug code from the TriCore port.c file.
2011-11-22 Richard BarryFix compiler warning in timers.c/h that are only seen...
2011-11-17 Richard BarryLatest TriCore port files - these still contain some...
2011-10-28 Richard BarryAdded the portALIGNMENT_ASSERT_pxCurrentTCB macro.
2011-10-27 Richard BarryUpdate TriCore GCC port layer.
2011-10-24 Richard BarryMinor changes to the TriCore port made during test...
2011-10-17 Richard BarryFirst commit with TriCore port and demo - still a work...
2011-09-20 Richard BarryUpdate headers for the FreeRTOS V7.0.2 release.
2011-09-09 Richard BarryAdd warnings about mixing untested memory models in...
2011-09-09 Richard BarryTidy up the RL78 port layer.
2011-09-09 Richard BarryTidy up the RL78 port layer.
2011-09-09 Richard BarryReady the RL78 port for release.
2011-09-09 Richard BarryComplete the RL78 demo. main.c still requires document...
2011-09-06 Richard BarryAdd use of portPOINTER_SIZE_TYPE to tasks.c to facilita...
2011-09-06 Richard BarryAdd use of portPOINTER_SIZE_TYPE to tasks.c to facilita...
2011-09-06 Richard BarryAdd RL78 port layer. Note yet complete.
2011-09-02 Richard BarryAdded RX200 port layer.
2011-08-28 Richard BarryRemove redundant bit being set in the status register...
2011-08-28 Richard BarryModify the stack set up when ARM7/9 tasks are created...
2011-08-27 Richard BarryRemove obsolete comment.
2011-08-07 Richard BarryUpdate the names of some of the newly introduced API...
2011-08-07 Richard BarryUpdate the names of some of the newly introduced API...
2011-08-01 Richard BarryRemove vTaskCleanUpResources() calls.
2011-08-01 Richard BarryA few updates for coding standard reasons.
2011-08-01 Richard BarryA few updates for coding standard reasons.
2011-08-01 Richard BarryRemove vTaskCleanUpResources() from core header files.
2011-07-27 Richard BarryAdd in the vSemaphoreDelete() macro.
2011-07-27 Richard BarryAdd in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle...
2011-07-27 Richard BarryMove new MicroBlaze V8 port from the project directory...
2011-07-25 Richard BarryUpdate PIC32 asm code ready for MPLAB compiler V2.
2011-05-15 Richard BarryChange some (xTIMER *) references in the documentation...
2011-05-13 Richard BarryUpdate version number to V7.0.1.
2011-05-13 Richard BarryMove the ehb instruction in the PIC32/MPLAB port layer.
2011-04-29 Richard BarryFix in tasks.c related to https://sourceforge.net/track...
2011-04-23 Richard BarryChange the RX62N port layer to allow it to be used...
2011-04-13 Richard BarryEnsure byte alignment is maintained in PIC32 port layer...
2011-04-08 Richard BarryRemove shadowed variable name.
2011-04-08 Richard BarryUpdate headers for Version 7.0.0 release.
2011-04-08 Richard BarryPrepare for V7.0.0 release.
2011-04-05 Richard BarryCosmetic work towards MISRA compliance statement pre...
2011-04-05 Richard BarryEnsure that the configMAX_SYSCALL_INTERRUPT_PRIORITY...
2011-04-01 Richard BarryAdded some trace macros into the timers.c file.
2011-03-31 Richard BarryAdd a #if ( configUSE_TIMERS ) conditional compilation...
2011-03-26 Richard BarryAdd a portNOP() implementation and relax the stack...
2011-03-12 Richard BarryUpdate the MSP430X CCS4 port layer.
2011-03-10 Richard BarryTidy up timers API documentation comments.
2011-03-09 Richard BarryContinue work on timers module documentation.
2011-03-05 Richard BarryMinor comment addition to queue.h.
2011-03-05 Richard BarryStart the documentation of the timer API functions...
2011-02-28 Richard BarryCorrect the configUSE_16_BIT_TICKS usage in the Win32...
2011-02-28 Richard BarryCorrect the configUSE_16_BIT_TICKS usage in the GCC...
2011-02-28 Richard BarryFinish off timers implementation.
2011-02-28 Richard BarryFinish off timers implementation.
2011-02-27 Richard BarryFinilise timers testing.
2011-02-22 Richard BarryAdd some assertion points to timers.c.
2011-02-21 Richard BarryContinue testing timers module. Still a work in progress.
2011-02-21 Richard BarryContinue testing timers module. Still a work in progress.
2011-02-20 Richard BarryUpdates to timers.c related to module testing.
2011-02-20 Richard BarryUpdates to timers.c related to module testing.
2011-02-18 Richard BarryMove one of the configASSERT() statements in tasks...
2011-02-14 Richard BarryWIN32 simulator port: Allow the configTICK_RATE_HZ...
2011-02-14 Richard BarryAdd some configASSERT() calls.
2011-02-14 Richard BarryContinue work on the new timer implementation. Nearly...
2011-02-12 Richard BarryAdd ISR safe timer API.
2011-02-11 Richard BarryContinue adding some tick interrupt overflow protection...
2011-02-10 Richard BarryAdd some tick interrupt overflow protection to the...
2011-02-10 Richard BarryCommit before update to include overflow list functiona...
2011-02-09 Richard BarryMinor updates to the core header files required by...
2011-02-09 Richard BarryMinor updates to the queue.c and tasks.c core files...
2011-02-09 Richard BarryCorrection to the draft timers module. Still a work...
2011-02-09 Richard BarryContinue work on the timers module.
2011-02-09 Richard BarryContinue work on the timers module.
2011-02-08 Richard BarryContinue work on timers module - work in progress.
2011-02-08 Richard BarryStart an optional timers module implementation.
2011-02-08 Richard BarryStart an optional timers module implementation.
2011-02-06 Richard BarryMake changes required for MISRA 2004 compliance.
2011-02-06 Richard BarrySome time and code size optimisations.
2011-02-05 Richard BarryChange occurrences of "Cortex M3" to "Cortex-M3".
next