]> begriffs open source - freertos/history - Source
Complete the Keil full FM3 demo.
[freertos] / Source /
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".
2011-01-29 Richard BarrySet the software interrupt priority to use configKERNEL...
2011-01-18 Richard BarryUpdate the MSP430X/IAR port layer to support the medium...
2011-01-14 Richard BarryUpdate to V6.1.1
2011-01-13 Richard BarryMake the generation of run time stats percentages more...
2011-01-13 Richard BarryAdd the .align, .asmfunc and .endasmfunc directives...
2011-01-13 Richard BarryMake the tick ISR entry function use the __raw attribut...
2011-01-12 Richard BarryMake use of the EVEN assembler directive in the IAR...
2011-01-06 Richard BarryIntroduce option that permits a smaller printf() librar...
2011-01-06 Richard BarryChange the #error text in croutine.h only.
2011-01-06 Richard BarryIntroduce the portALT_GET_RUN_TIME_COUNTER_VALUE macro...
2011-01-05 Richard BarryA little extra commenting added to the Cortex M3 port...
2011-01-04 Richard BarryAllow the MSP430X IAR port layer to skip pre-loading...
2011-01-03 Richard BarryConvert the CCS4 MSP430X port layer to permit large...
2011-01-03 Richard BarryStart to adjust to support both small and large memory...
2011-01-02 Richard BarryMinor updates to the MSP430X CCS4 and IAR port layers.
2011-01-01 Richard BarryRemove unnecessary ';' characters from a couple of...
2011-01-01 Richard BarryAdd MSP430X CCS4 port layer.
2010-12-31 Richard BarryContinue development of the MSP430X port layer for...
2010-12-30 Richard BarryChange vTickISR() to vPortTickISR() in the MSP430X...
2010-12-29 Richard BarryTidy up the port layer for the MSP430X IAR port - still...
2010-12-29 Richard BarryContinue development of MSP430X port.
2010-12-28 Richard BarryContinue development of MSP430X port.
2010-12-28 Richard BarryStart work on official MSP430X port layer for IAR.
2010-12-23 Richard BarryModify vTaskGetRunTimeStats() to ensure the current...
2010-12-23 Richard BarryAdd an cpsie i before the SVC call that starts the...
2010-12-08 Richard BarryRemoved the nonsensical parameter from the traceTASK_CR...
2010-12-08 Richard BarryEdited the #error message to remove the " marks from...
2010-12-08 Richard BarryRemoved the nonsensical parameter from the traceTASK_CR...
2010-12-08 Richard BarryChange the terminology from 'pseudo' to 'simulated...
2010-11-22 Richard BarryWin32 port:
2010-11-22 Richard BarryLowered the thread priorities used by the Win32 port...
2010-11-21 Richard BarryGreatly simplified the Win32 port by only allowing...
2010-11-21 Richard BarryJust changed the comments only for the Win32 port.c...
2010-11-21 Richard BarryChanged vPortCheckCorrectThreadIsRunning() in the Win32...
2010-11-21 Richard BarryAdded the traceTAKE_MUTEX_RECURSIVE_FAILED() macro.
2010-11-21 Richard BarryAdded vPortCheckCorrectThreadIsRunning() function to...
2010-11-20 Richard BarryRemove the trace lines from the Win32 port.c.
2010-11-19 Richard BarryWork on Win32 port layer - removing the need to store...
2010-11-18 Richard BarryWin32 port.c - working ok in co-operative mode, but...
2010-11-16 Richard BarrySpell check Win32 port.c only.
2010-11-15 Richard BarryReplace waitable timer with sleep function in Win32...
2010-11-15 Richard BarryUpdated Win32 port layer so that end of interrupt event...
2010-11-14 Richard BarryStart of new Win32 emulator project. Currently working...
2010-09-23 Richard BarryUpdate to FreeRTOS V6.1.0 release candidate.
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-09-23 Richard BarryReplace the hard coded interrupt priorities with the...
2010-09-22 Richard BarryReplace asm wrappers to interrupt handlers with functio...
2010-09-22 Richard BarryBack only.
2010-09-21 Richard BarryFormatting only.
2010-09-21 Richard BarryWhen creating a task - move where the task handle is...
2010-09-20 Richard BarryRX GCC port - Introduce macros that perform the interru...
2010-09-20 Richard BarryTemporarily revert the AVR32 port back to the V6.0...
2010-08-29 Richard BarryAdded a critical section around the call to vTaskIncrem...
2010-08-29 Richard BarryUpdate the IAR RX62N port files, which are now functional.
next