summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V7.3.0@1810 1d2547de-...V7.3.0richardbarry2012-11-010-0/+0
* Ensure #error messages in FreeRTOSConfig.h files are not commented out.richardbarry2012-10-312-2/+2
* Add warning suppression to IAR header.richardbarry2012-10-315-3/+15
* Slow configured clock in the RM48 and TMS570 demos to 50MHz.richardbarry2012-10-314-12/+27
* Make loop counters in flop_hercules.c 32-bit instead of 16-bit.richardbarry2012-10-301-24/+24
* Rename CORTEX_R4_RM48_CCS5 directory as it also includes the TMS570 code.richardbarry2012-10-2933-4728/+0
* Correct cut and paste error in partest.c file.richardbarry2012-10-291-13/+13
* Make CM3/4 tick configuration a weak function to allow application writers to...richardbarry2012-10-299-214/+338
* Allow IAR language extensions so __weak attribute can be used.richardbarry2012-10-292-17/+138
* Work around compiler bug in CCS5 by replacing the _call_swi() function with a...richardbarry2012-10-291-2/+4
* Complete RM4x and TMS570 demo.richardbarry2012-10-2936-0/+5370
* Re-jig some of the new functions to correctly assign them public or private l...richardbarry2012-10-2216-73/+68
* Prepare for V7.3.0 release.richardbarry2012-10-161024-5011/+6973
* Make the timer used for the PIC32 port layer user configurable.richardbarry2012-10-162-9/+19
* Add tickless idle support in Cortex-M ports.richardbarry2012-10-164-7/+11
* Add tickless idle support in Cortex-M ports.richardbarry2012-10-1621-588/+2387
* Set the RM48 directory structure to match the FreeRTOS convention.richardbarry2012-10-1448-18121/+77
* Update FreeRTOS version used in RM48 demo.richardbarry2012-10-1418-1383/+1165
* First pass at adding R4F floating point support.richardbarry2012-10-137-169/+571
* RM48 port layer without FPU saving completed.richardbarry2012-10-118-849/+219
* Get main_full.c working in the RM48 demo.richardbarry2012-10-1022-42/+3466
* Remove whitespace only.richardbarry2012-10-103-52/+52
* RM48 simply blinky demo working.richardbarry2012-10-0911-288/+1370
* Added initial RM48 project files. These are not in the correct directory str...richardbarry2012-10-0453-0/+18686
* Update PIC32 port to make use of configUSE_PORT_OPTIMISED_TASK_SELECTION.richardbarry2012-09-2515-401/+429
* Correct #if( configMAX_PRIORITIES >= 32 ) check performed when configUSE_PORT...richardbarry2012-09-247-7/+7
* Replace the need for taskCHECK_READY_LIST() by instead making vListRemove() r...richardbarry2012-09-245-57/+68
* Rename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.richardbarry2012-09-242-2/+2
* Added Cortex-M optimised code to the IAR, GCC and Keil Cortex-M port layers.richardbarry2012-09-2419-119/+411
* Introduced configUSE_PORT_OPTIMISED_TASK_SELECTION, and updated the MSVC simu...richardbarry2012-09-234-17/+112
* Add eTaskStateGet() to FreeRTOS-MPU.richardbarry2012-09-232-0/+15
* Added eTaskStateGet().richardbarry2012-09-227-2/+168
* Allow mutex type semaphores to be given from an interrupt (not a normal thing...richardbarry2012-09-053-21/+31
* Improve command input string handling in FreeRTOS+CLI to allow allow commands...richardbarry2012-08-311-10/+27
* Add demo for SAM3S-EK2.richardbarry2012-08-29124-0/+31434
* Save the SAM4S FreeRTOSConfig.h with the #error about running the CreateProje...richardbarry2012-08-291-1/+1
* Add SAM3X-EK demo.richardbarry2012-08-15151-0/+42294
* Put comments in the code that give a reference to people who think that setti...richardbarry2012-08-1412-16/+42
* Prepare for V7.2.0 release.richardbarry2012-08-141071-2455/+8724
* Remove the remnants of the legacy trace functionality (since replaced with Fr...richardbarry2012-08-1210-99/+35
* Add warning in Cortex-M3 and Cortex-M4 FreeRTOSConfig.h header files that con...richardbarry2012-08-1241-0/+82
* Add CreateProjectDirectoryStructure.bat to the SAM4 demo.richardbarry2012-08-125-108/+607
* Remove the files from the SAM4S demo that are copied using the CreateProjectD...richardbarry2012-08-1244-17816/+0
* Add readme files to the various FreeRTOS+ directories.richardbarry2012-08-1110-2/+114
* Add FreeRTOS-Plus directory.richardbarry2012-08-116798-19/+134949
* Start to re-arrange files to include FreeRTOS+ in main download.richardbarry2012-08-110-0/+0
* Remove test code from heap_4.c.richardbarry2012-08-111-208/+0
* Update MPS430X ports so the sleep mode bits are cleared on exit from the tick...richardbarry2012-08-115-32/+29
* Add heap_4.c.richardbarry2012-08-104-12/+573
* Add vQueueDelete() to the MPU port.richardbarry2012-08-036-12/+36