]> begriffs open source - freertos/shortlog
freertos
2011-04-08 Richard Barry(no commit message) V7.0.0
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-08 Richard BarryRemove unused header files from the STM32 discovery...
2011-04-05 Richard BarryCosmetic work towards MISRA compliance statement pre...
2011-04-05 Richard BarryRemove unused library files from the STM32F100 TrueStud...
2011-04-05 Richard BarryJust change some of the comments in the STM32F100RB...
2011-04-05 Richard BarryEnsure that the configMAX_SYSCALL_INTERRUPT_PRIORITY...
2011-04-04 Richard BarryAdded STM32 discovery board simple demo project.
2011-04-03 Richard BarryRename the SmartFusion Debug build configuration to...
2011-04-03 Richard BarryUpdate the SmartFusion SoftConsole directory structure...
2011-04-03 Richard BarryAdd SmartFusion/SoftConsole demo. At the moment only...
2011-04-01 Richard BarryAdded some trace macros into the timers.c file.
2011-04-01 Richard BarryMinor updates to the PIC32 MPLAB project to prevent...
2011-03-31 Richard BarryAdd a #if ( configUSE_TIMERS ) conditional compilation...
2011-03-27 Richard BarryReplace portLONG with long, portCHAR with char, and...
2011-03-27 Richard BarryReplace portLONG with long, portCHAR with char, and...
2011-03-27 Richard BarryRemoved the needs-lock SVN attribute from the PIC32...
2011-03-26 Richard BarryAdd a portNOP() implementation and relax the stack...
2011-03-26 Richard BarryChange the priorities used by the RX/RSK/Renesas demo...
2011-03-26 Richard BarryChange the priorities used by the RX/RSK/GCC demo appli...
2011-03-26 Richard BarryChange the priorities used by the RX/RSK/IAR demo appli...
2011-03-26 Richard BarryChange the priorities used by the RX/RDK/IAR demo appli...
2011-03-26 Richard BarryChange the priorities used by the RX/RDK/Renesas demo...
2011-03-26 Richard BarryChange the priorities used by the RX/RDK/GCC demo appli...
2011-03-26 Richard BarryAllow the intqHIGHER_PRIORITY definition to be modified...
2011-03-24 Richard BarryUpdate comments only in the MSP430X IAR main.c and...
2011-03-14 Richard BarryFinalise MSP430X CCS4 port and demo.
2011-03-12 Richard BarryUpdate the MSP430X CCS4 port layer.
2011-03-12 Richard BarryUpdate TimerDemo.c so it can be used with the CCS4...
2011-03-12 Richard BarryUpdate the CCS4 MSP430X demo files.
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-03-01 Richard BarryUpdate PIC24 project for use with the latest Microchip...
2011-02-28 Richard BarrySet configUSE_16_BIT_TICKS back to is proper (not test...
2011-02-28 Richard BarryAdd the timer module demo code to the MSVC Win32 simula...
2011-02-28 Richard BarryCheck in the timer module test/demo task.
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-18 Richard BarrySpell check comments in TimerDemo.c.
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 test...
2011-02-14 Richard BarryContinue work on the new timer implementation test...
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 BarryA bit of modularisation performed on the TimerDemo...
2011-02-10 Richard BarryCommit before update to include overflow list functiona...
2011-02-09 Richard BarryAdd the timer demo/test task creating to the WIN32...
2011-02-09 Richard BarryAdd constants to required to use the new timers impleme...
2011-02-09 Richard BarryStart creating a demo task/test task for the new timer...
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 BarryRemove the needs lock property.
2011-02-09 Richard BarryRemove the needs lock property.
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-07 Richard BarryChange clock_time_t from a fixed unsigned long to portT...
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-02-05 Richard BarryChange occurrences of "Cortex M3" to "Cortex-M3".
2011-01-30 Richard BarryChange the case of an include file and a file name...
2011-01-29 Richard BarryAdd some comments to the PIC32 demos that the IPL setti...
2011-01-29 Richard BarrySet the software interrupt priority to use configKERNEL...
2011-01-25 Richard BarryUpdate the dsPIC MPLAB demo for use with the latest...
2011-01-25 Richard BarryUpdate the PIC24 MPLAB demo for use with the latest...
2011-01-25 Richard BarryUpdate the dsPIC MPLAB demo for use with the latest...
2011-01-25 Richard BarryUpdate the PIC32 project to better structure the files...
2011-01-25 Richard BarryRemove unreferenced variables from main.c for the PSoC...
2011-01-19 Richard BarryRemove the memory hole in the linker MSP430X/IAR linker...
2011-01-18 Richard BarryUpdate the MSP430X/IAR demo project to support the...
2011-01-18 Richard BarryUpdate the MSP430X/IAR port layer to support the medium...
2011-01-18 Richard BarryTidy up the IAR MSP430X demo serial.c file.
2011-01-14 Richard BarryUpdate to V6.1.1
2011-01-14 Richard BarryUpdate to V6.1.1
2011-01-14 Richard BarryUpdate to V6.1.1
2011-01-14 Richard BarryUpdate to V6.1.1
2011-01-14 Richard BarrySecond phase of changing the directory that starts...
2011-01-14 Richard BarrySecond phase of changing the directory that starts...
2011-01-14 Richard BarryFirst phase of changing the directory that starts Corte...
2011-01-14 Richard BarryFirst phase of changing the directory that starts Corte...
next