]> git.sur5r.net Git - freertos/history - Source
Add a portNOP() implementation and relax the stack alignment requirements in the...
[freertos] / Source /
2011-03-26 richardbarryAdd a portNOP() implementation and relax the stack...
2011-03-12 richardbarryUpdate the MSP430X CCS4 port layer.
2011-03-10 richardbarryTidy up timers API documentation comments.
2011-03-09 richardbarryContinue work on timers module documentation.
2011-03-05 richardbarryMinor comment addition to queue.h.
2011-03-05 richardbarryStart the documentation of the timer API functions...
2011-02-28 richardbarryCorrect the configUSE_16_BIT_TICKS usage in the Win32...
2011-02-28 richardbarryCorrect the configUSE_16_BIT_TICKS usage in the GCC...
2011-02-28 richardbarryFinish off timers implementation.
2011-02-28 richardbarryFinish off timers implementation.
2011-02-27 richardbarryFinilise timers testing.
2011-02-22 richardbarryAdd some assertion points to timers.c.
2011-02-21 richardbarryContinue testing timers module. Still a work in progress.
2011-02-21 richardbarryContinue testing timers module. Still a work in progress.
2011-02-20 richardbarryUpdates to timers.c related to module testing.
2011-02-20 richardbarryUpdates to timers.c related to module testing.
2011-02-18 richardbarryMove one of the configASSERT() statements in tasks...
2011-02-14 richardbarryWIN32 simulator port: Allow the configTICK_RATE_HZ...
2011-02-14 richardbarryAdd some configASSERT() calls.
2011-02-14 richardbarryContinue work on the new timer implementation. Nearly...
2011-02-12 richardbarryAdd ISR safe timer API.
2011-02-11 richardbarryContinue adding some tick interrupt overflow protection...
2011-02-10 richardbarryAdd some tick interrupt overflow protection to the...
2011-02-10 richardbarryCommit before update to include overflow list functiona...
2011-02-09 richardbarryMinor updates to the core header files required by...
2011-02-09 richardbarryMinor updates to the queue.c and tasks.c core files...
2011-02-09 richardbarryCorrection to the draft timers module. Still a work...
2011-02-09 richardbarryContinue work on the timers module.
2011-02-09 richardbarryContinue work on the timers module.
2011-02-08 richardbarryContinue work on timers module - work in progress.
2011-02-08 richardbarryStart an optional timers module implementation.
2011-02-08 richardbarryStart an optional timers module implementation.
2011-02-06 richardbarryMake changes required for MISRA 2004 compliance.
2011-02-06 richardbarrySome time and code size optimisations.
2011-02-05 richardbarryChange occurrences of "Cortex M3" to "Cortex-M3".
2011-01-29 richardbarrySet the software interrupt priority to use configKERNEL...
2011-01-18 richardbarryUpdate the MSP430X/IAR port layer to support the medium...
2011-01-14 richardbarryUpdate to V6.1.1
2011-01-13 richardbarryMake the generation of run time stats percentages more...
2011-01-13 richardbarryAdd the .align, .asmfunc and .endasmfunc directives...
2011-01-13 richardbarryMake the tick ISR entry function use the __raw attribut...
2011-01-12 richardbarryMake use of the EVEN assembler directive in the IAR...
2011-01-06 richardbarryIntroduce option that permits a smaller printf() librar...
2011-01-06 richardbarryChange the #error text in croutine.h only.
2011-01-06 richardbarryIntroduce the portALT_GET_RUN_TIME_COUNTER_VALUE macro...
2011-01-05 richardbarryA little extra commenting added to the Cortex M3 port...
2011-01-04 richardbarryAllow the MSP430X IAR port layer to skip pre-loading...
2011-01-03 richardbarryConvert the CCS4 MSP430X port layer to permit large...
2011-01-03 richardbarryStart to adjust to support both small and large memory...
2011-01-02 richardbarryMinor updates to the MSP430X CCS4 and IAR port layers.
2011-01-01 richardbarryRemove unnecessary ';' characters from a couple of...
2011-01-01 richardbarryAdd MSP430X CCS4 port layer.
2010-12-31 richardbarryContinue development of the MSP430X port layer for...
2010-12-30 richardbarryChange vTickISR() to vPortTickISR() in the MSP430X...
2010-12-29 richardbarryTidy up the port layer for the MSP430X IAR port - still...
2010-12-29 richardbarryContinue development of MSP430X port.
2010-12-28 richardbarryContinue development of MSP430X port.
2010-12-28 richardbarryStart work on official MSP430X port layer for IAR.
2010-12-23 richardbarryModify vTaskGetRunTimeStats() to ensure the current...
2010-12-23 richardbarryAdd an cpsie i before the SVC call that starts the...
2010-12-08 richardbarryRemoved the nonsensical parameter from the traceTASK_CR...
2010-12-08 richardbarryEdited the #error message to remove the " marks from...
2010-12-08 richardbarryRemoved the nonsensical parameter from the traceTASK_CR...
2010-12-08 richardbarryChange the terminology from 'pseudo' to 'simulated...
2010-11-22 richardbarryWin32 port:
2010-11-22 richardbarryLowered the thread priorities used by the Win32 port...
2010-11-21 richardbarryGreatly simplified the Win32 port by only allowing...
2010-11-21 richardbarryJust changed the comments only for the Win32 port.c...
2010-11-21 richardbarryChanged vPortCheckCorrectThreadIsRunning() in the Win32...
2010-11-21 richardbarryAdded the traceTAKE_MUTEX_RECURSIVE_FAILED() macro.
2010-11-21 RichardBarryAdded vPortCheckCorrectThreadIsRunning() function to...
2010-11-20 richardbarryRemove the trace lines from the Win32 port.c.
2010-11-19 richardbarryWork on Win32 port layer - removing the need to store...
2010-11-18 richardbarryWin32 port.c - working ok in co-operative mode, but...
2010-11-16 richardbarrySpell check Win32 port.c only.
2010-11-15 richardbarryReplace waitable timer with sleep function in Win32...
2010-11-15 richardbarryUpdated Win32 port layer so that end of interrupt event...
2010-11-14 richardbarryStart of new Win32 emulator project. Currently working...
2010-09-23 richardbarryUpdate to FreeRTOS V6.1.0 release candidate. V6.1.0
2010-09-23 richardbarryUpdate to FreeRTOS V6.1.0 release candidate.
2010-09-23 richardbarryAllow tasks to be suspended immediately after creation...
2010-09-23 richardbarryReplace the hard coded interrupt priorities with the...
2010-09-22 richardbarryReplace asm wrappers to interrupt handlers with functio...
2010-09-22 richardbarryBack only.
2010-09-21 richardbarryFormatting only.
2010-09-21 richardbarryWhen creating a task - move where the task handle is...
2010-09-20 richardbarryRX GCC port - Introduce macros that perform the interru...
2010-09-20 richardbarryTemporarily revert the AVR32 port back to the V6.0...
2010-08-29 richardbarryAdded a critical section around the call to vTaskIncrem...
2010-08-29 richardbarryUpdate the IAR RX62N port files, which are now functional.
2010-08-29 richardbarryStart point for RX62N port layer for IAR - not necessar...
2010-08-29 richardbarrySimply tidy up the bracketing of a couple of expression...
2010-08-29 richardbarryUpdate RX GCC port - including extracting all inline...
2010-08-26 richardbarryCreate starting point for RX62N GCC port. Just a work...
2010-08-23 richardbarryAdd a -1 to the calculation of the compare match value.
2010-08-22 richardbarryJust tidy up the RX port files.
2010-08-20 richardbarryImplemented portYIELD_FROM_ISR() for RX port.
2010-08-18 richardbarryContinue work on RX600 port - work in progress - add...
2010-08-18 richardbarryContinue work on RX600 port - work in progress.
2010-08-13 richardbarryContinue work on RX600 port - work in progress. Added...
next