]> git.sur5r.net Git - freertos/shortlog
freertos
2011-04-23 richardbarryUpdate FreeRTOSConfig.h for the RX62N/RDK/Renesas demo...
2011-04-23 richardbarryUpdate the uIP_Task.c implementation for the RX62N...
2011-04-23 richardbarryChange interface between the MAC and uIP task in the...
2011-04-22 richardbarryAdd pack_struct_start and pack_struct_end definitions...
2011-04-20 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2011-04-20 richardbarryChange the CMSIS_IAR directory back to just say CMSIS.
2011-04-20 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2011-04-20 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2011-04-20 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2011-04-20 richardbarryCreate directory structure to hold the (not yet created...
2011-04-20 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2011-04-20 richardbarryComplete the commenting for main-full.c in the A2F...
2011-04-20 richardbarryComplete the commenting for main-blinky.c in the A2F...
2011-04-20 richardbarryUpdate the A2F SoftConsole project files to remove...
2011-04-18 richardbarryContinue work on the SmartFusion web server demo.
2011-04-18 richardbarryRemoved unused variable from SmartFusion PHY driver.
2011-04-17 richardbarryContinue work on the SmartFusion demo web interface...
2011-04-17 richardbarryDelete EMAC.c from the A2F demo.
2011-04-17 richardbarryAdd in basic uIP files into the A2F demo. Ping is...
2011-04-14 richardbarryCorrected a comment in the STM32 FreeRTOSConfig.h file.
2011-04-14 richardbarryCorrected a comment in the STM32 FreeRTOSConfig.h file.
2011-04-14 richardbarryAdd I2S driver to the StmartFusion demo.
2011-04-14 RichardBarryAdd OLED driver to the StmartFusion demo.
2011-04-13 richardbarryContinue work on the SmartFusion demo.
2011-04-13 richardbarryEnsure byte alignment is maintained in PIC32 port layer...
2011-04-12 richardbarryContinue work on SmartFusion demo.
2011-04-12 richardbarryAlter the default priorities in blocktim.c to prevent...
2011-04-11 richardbarryContinue work on SmartFusion demo.
2011-04-11 richardbarryContinue work on the SmartFusion demo.
2011-04-08 richardbarryRemove shadowed variable name. V7.0.0
2011-04-08 richardbarryUpdate headers for Version 7.0.0 release.
2011-04-08 richardbarryPrepare for V7.0.0 release.
2011-04-08 richardbarryRemove unused header files from the STM32 discovery...
2011-04-05 richardbarryCosmetic work towards MISRA compliance statement pre...
2011-04-05 richardbarryRemove unused library files from the STM32F100 TrueStud...
2011-04-05 richardbarryJust change some of the comments in the STM32F100RB...
2011-04-05 richardbarryEnsure that the configMAX_SYSCALL_INTERRUPT_PRIORITY...
2011-04-04 richardbarryAdded STM32 discovery board simple demo project.
2011-04-03 richardbarryRename the SmartFusion Debug build configuration to...
2011-04-03 richardbarryUpdate the SmartFusion SoftConsole directory structure...
2011-04-03 richardbarryAdd SmartFusion/SoftConsole demo. At the moment only...
2011-04-01 richardbarryAdded some trace macros into the timers.c file.
2011-04-01 richardbarryMinor updates to the PIC32 MPLAB project to prevent...
2011-03-31 richardbarryAdd a #if ( configUSE_TIMERS ) conditional compilation...
2011-03-27 richardbarryReplace portLONG with long, portCHAR with char, and...
2011-03-27 richardbarryReplace portLONG with long, portCHAR with char, and...
2011-03-27 richardbarryRemoved the needs-lock SVN attribute from the PIC32...
2011-03-26 richardbarryAdd a portNOP() implementation and relax the stack...
2011-03-26 richardbarryChange the priorities used by the RX/RSK/Renesas demo...
2011-03-26 richardbarryChange the priorities used by the RX/RSK/GCC demo appli...
2011-03-26 richardbarryChange the priorities used by the RX/RSK/IAR demo appli...
2011-03-26 richardbarryChange the priorities used by the RX/RDK/IAR demo appli...
2011-03-26 richardbarryChange the priorities used by the RX/RDK/Renesas demo...
2011-03-26 richardbarryChange the priorities used by the RX/RDK/GCC demo appli...
2011-03-26 richardbarryAllow the intqHIGHER_PRIORITY definition to be modified...
2011-03-24 richardbarryUpdate comments only in the MSP430X IAR main.c and...
2011-03-14 richardbarryFinalise MSP430X CCS4 port and demo.
2011-03-12 richardbarryUpdate the MSP430X CCS4 port layer.
2011-03-12 richardbarryUpdate TimerDemo.c so it can be used with the CCS4...
2011-03-12 richardbarryUpdate the CCS4 MSP430X demo files.
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-03-01 richardbarryUpdate PIC24 project for use with the latest Microchip...
2011-02-28 richardbarrySet configUSE_16_BIT_TICKS back to is proper (not test...
2011-02-28 richardbarryAdd the timer module demo code to the MSVC Win32 simula...
2011-02-28 richardbarryCheck in the timer module test/demo task.
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-18 richardbarrySpell check comments in TimerDemo.c.
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 test...
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.
next