summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V7.0.0@1350 1d2547de-...V7.0.0richardbarry2011-04-080-0/+0
* Remove shadowed variable name.richardbarry2011-04-081-1/+0
* Update headers for Version 7.0.0 release.richardbarry2011-04-08829-22935/+23037
* Prepare for V7.0.0 release.richardbarry2011-04-081-16/+15
* Remove unused header files from the STM32 discovery board library configurati...richardbarry2011-04-081-19/+0
* Cosmetic work towards MISRA compliance statement pre release of V7.richardbarry2011-04-0510-295/+279
* Remove unused library files from the STM32F100 TrueStudio project.richardbarry2011-04-0538-22713/+0
* Just change some of the comments in the STM32F100RB TrueStudio main.c file.richardbarry2011-04-051-6/+6
* Ensure that the configMAX_SYSCALL_INTERRUPT_PRIORITY setting works with all p...richardbarry2011-04-053-24/+39
* Added STM32 discovery board simple demo project.richardbarry2011-04-0466-0/+41096
* Rename the SmartFusion Debug build configuration to be the Blinky debug confi...richardbarry2011-04-031-3/+3
* Update the SmartFusion SoftConsole directory structure to include the webserv...richardbarry2011-04-0315-2/+5179
* Add SmartFusion/SoftConsole demo. At the moment only the blinky configuratio...richardbarry2011-04-0350-0/+26065
* Added some trace macros into the timers.c file.richardbarry2011-04-012-2/+32
* Minor updates to the PIC32 MPLAB project to prevent it dumping .o files every...richardbarry2011-04-012-5/+5
* Add a #if ( configUSE_TIMERS ) conditional compilation constant in to allow t...richardbarry2011-03-311-0/+10
* Replace portLONG with long, portCHAR with char, and portSHORT with short.richardbarry2011-03-274-25/+25
* Replace portLONG with long, portCHAR with char, and portSHORT with short.richardbarry2011-03-271-8/+8
* Removed the needs-lock SVN attribute from the PIC32 demo project file and wor...richardbarry2011-03-270-0/+0
* Add a portNOP() implementation and relax the stack alignment requirements in ...richardbarry2011-03-261-2/+2
* Change the priorities used by the RX/RSK/Renesas demo application to ensure t...richardbarry2011-03-261-2/+3
* Change the priorities used by the RX/RSK/GCC demo application to ensure they ...richardbarry2011-03-261-2/+3
* Change the priorities used by the RX/RSK/IAR demo application to ensure they ...richardbarry2011-03-261-2/+3
* Change the priorities used by the RX/RDK/IAR demo application to ensure they ...richardbarry2011-03-261-7/+10
* Change the priorities used by the RX/RDK/Renesas demo application to ensure t...richardbarry2011-03-261-2/+3
* Change the priorities used by the RX/RDK/GCC demo application to ensure they ...richardbarry2011-03-261-3/+3
* Allow the intqHIGHER_PRIORITY definition to be modified outside of the IntQue...richardbarry2011-03-261-1/+3
* Update comments only in the MSP430X IAR main.c and serial.c files.richardbarry2011-03-242-4/+10
* Finalise MSP430X CCS4 port and demo.richardbarry2011-03-143-8/+6
* Update the MSP430X CCS4 port layer.richardbarry2011-03-122-4/+3
* Update TimerDemo.c so it can be used with the CCS4 compiler without generatin...richardbarry2011-03-121-22/+27
* Update the CCS4 MSP430X demo files.richardbarry2011-03-127-180/+491
* Tidy up timers API documentation comments.richardbarry2011-03-101-31/+42
* Continue work on timers module documentation.richardbarry2011-03-091-27/+264
* Minor comment addition to queue.h.richardbarry2011-03-051-2/+6
* Start the documentation of the timer API functions and macros. About 50% don...richardbarry2011-03-051-4/+579
* Update PIC24 project for use with the latest Microchip tools.richardbarry2011-03-011-0/+0
* Set configUSE_16_BIT_TICKS back to is proper (not test) configuration.richardbarry2011-02-281-1/+1
* Add the timer module demo code to the MSVC Win32 simulator demo.richardbarry2011-02-285-8/+54
* Check in the timer module test/demo task.richardbarry2011-02-281-11/+25
* Correct the configUSE_16_BIT_TICKS usage in the Win32 simulator port layer.richardbarry2011-02-281-1/+1
* Correct the configUSE_16_BIT_TICKS usage in the GCC Coldfire port layer.richardbarry2011-02-281-1/+1
* Finish off timers implementation.richardbarry2011-02-281-3/+3
* Finish off timers implementation.richardbarry2011-02-281-4/+4
* Finilise timers testing.richardbarry2011-02-271-8/+24
* Add some assertion points to timers.c.richardbarry2011-02-221-15/+29
* Continue testing timers module. Still a work in progress.richardbarry2011-02-211-10/+19
* Continue testing timers module. Still a work in progress.richardbarry2011-02-211-5/+12
* Updates to timers.c related to module testing.richardbarry2011-02-201-2/+1
* Updates to timers.c related to module testing.richardbarry2011-02-201-28/+74