]> git.sur5r.net Git - freertos/shortlog
freertos
2011-02-14 richardbarryContinue work on the new timer implementation test...
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 richardbarryA bit of modularisation performed on the TimerDemo...
2011-02-10 richardbarryCommit before update to include overflow list functiona...
2011-02-09 richardbarryAdd the timer demo/test task creating to the WIN32...
2011-02-09 richardbarryAdd constants to required to use the new timers impleme...
2011-02-09 richardbarryStart creating a demo task/test task for the new timer...
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 richardbarryRemove the needs lock property.
2011-02-09 richardbarryRemove the needs lock property.
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-07 richardbarryChange clock_time_t from a fixed unsigned long to portT...
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-02-05 richardbarryChange occurrences of "Cortex M3" to "Cortex-M3".
2011-01-30 richardbarryChange the case of an include file and a file name...
2011-01-29 richardbarryAdd some comments to the PIC32 demos that the IPL setti...
2011-01-29 richardbarrySet the software interrupt priority to use configKERNEL...
2011-01-25 richardbarryUpdate the dsPIC MPLAB demo for use with the latest...
2011-01-25 richardbarryUpdate the PIC24 MPLAB demo for use with the latest...
2011-01-25 richardbarryUpdate the dsPIC MPLAB demo for use with the latest...
2011-01-25 richardbarryUpdate the PIC32 project to better structure the files...
2011-01-25 RichardBarryRemove unreferenced variables from main.c for the PSoC...
2011-01-19 richardbarryRemove the memory hole in the linker MSP430X/IAR linker...
2011-01-18 richardbarryUpdate the MSP430X/IAR demo project to support the...
2011-01-18 richardbarryUpdate the MSP430X/IAR port layer to support the medium...
2011-01-18 richardbarryTidy up the IAR MSP430X demo serial.c file.
2011-01-14 richardbarryUpdate to V6.1.1 V6.1.1
2011-01-14 richardbarryUpdate to V6.1.1
2011-01-14 richardbarryUpdate to V6.1.1
2011-01-14 richardbarryUpdate to V6.1.1
2011-01-14 richardbarrySecond phase of changing the directory that starts...
2011-01-14 richardbarrySecond phase of changing the directory that starts...
2011-01-14 richardbarryFirst phase of changing the directory that starts Corte...
2011-01-14 richardbarryFirst phase of changing the directory that starts Corte...
2011-01-14 richardbarryUpdate the RX600 HEW projects to use the new J-Link...
2011-01-13 richardbarryIncrease the stack sizes in the IAR / MSP430X demo.
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-13 richardbarryRemove unnecessary calls to fflush() in MSP430X/IAR...
2011-01-12 richardbarryIncrease the MCLK frequency to 25MHz in the IAR MSP430X...
2011-01-12 richardbarryIncrease the MCLK frequency to 25MHz in the CCS MSP430X...
2011-01-12 richardbarryMake use of the .align assembler directive in the reg...
2011-01-12 richardbarryRename the UART ISR in the MSP430X/CCS demo to match...
2011-01-12 richardbarryMake use of the EVEN assembler directive in the IAR...
2011-01-12 richardbarryMake use of the EVEN assembler directive in the reg...
2011-01-12 richardbarrySet the low power mode entered in the idle hook to...
2011-01-12 richardbarryRename the UART ISR in the MSP430X/IAR demo to match...
2011-01-06 richardbarryEnsure the MSp430X IAR project only has main.c open...
2011-01-06 richardbarrySet the STM32L152 compiler options to use the tiny...
2011-01-06 richardbarryIntroduce option that permits a smaller printf() librar...
2011-01-06 richardbarryReplace the function that returns the current run time...
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-06 richardbarryReplace the function that returns the current run time...
2011-01-06 richardbarryReplace the function that returns the current run time...
2011-01-05 richardbarryUpdate the run time stats generation algorithm for...
2011-01-05 richardbarryMinor formatting changes to the Keil and RVDS PSoC5...
2011-01-05 richardbarryMinor formatting changes to the GCC PSoC demo.
2011-01-05 richardbarryA little extra commenting added to the Cortex M3 port...
2011-01-04 richardbarryAdded PSoC5 demo applications.
2011-01-04 richardbarryRemove the queue registry from the MSP430X CCS port...
2011-01-04 richardbarryAllow the register test asm code in the CCS4 MSP430X...
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 richardbarryAdd build configurations for small data model and small...
2011-01-03 richardbarryTidy up the run time stats generation in the MSP430X...
2011-01-03 richardbarryAdd a small data model build configuration to the IAR...
2011-01-03 richardbarryStart to adjust to support both small and large memory...
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-02 richardbarryMinor updates to the MSP430X CCS4 demo application.
2011-01-02 richardbarryMinor updates to the MSP430X CCS4 demo application.
2011-01-02 richardbarryMinor updates to the MSP430X IAR demo application.
2011-01-01 richardbarryEnsure that main() is always placed in low memory in...
2011-01-01 richardbarryEnsure that main() is always placed in low memory in...
2011-01-01 richardbarryAdd warning line into the CCS4/MSP430X project to promp...
2011-01-01 richardbarryFormatting only.
2011-01-01 richardbarryRemove unnecessary ';' characters from a couple of...
2011-01-01 richardbarryAdd MSP430X CCS4 port layer.
2011-01-01 richardbarryAdd MSP430X CCS4 demo project.
2011-01-01 richardbarryPrepare the MSP430X IAR demo for release.
2011-01-01 richardbarryAdd the debugger settings to the MSP430X IAR demo direc...
2011-01-01 richardbarryContinue work on the MSP430X demo - still a work in...
2010-12-31 richardbarryAdd TI library files necessary to build MSP430X demo...
2010-12-31 richardbarryContinue development of the MSP430X port layer for...
2010-12-31 richardbarryContinue work on the MSP430X demo - still a work in...
2010-12-31 richardbarryContinue to develop the MSP430X IAR demo project -...
2010-12-30 richardbarryContinue to develop the MSP430X IAR demo project -...
next