summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V7.4.0@1832 1d2547de-...V7.4.0richardbarry2013-02-200-0/+0
* Prepare for V7.4.0 release.richardbarry2013-02-191034-21694/+27719
* Update PIC32 demo application to remove reliance on PLIB functions.richardbarry2013-02-1822-156/+649
* Correct spelling of xSuspendedTaskList in eTaskConfirmSleepModeStatus().richardbarry2013-02-181-1/+1
* Add default definition for configUSE_QUEUE_SETS.richardbarry2013-02-184-36/+112
* Commit demos that have been updated for testing purposes before they are upda...richardbarry2013-02-189-14/+642
* Update the LPC1768 project to only copy across one heap_x.c file as the addit...richardbarry2013-02-136-867/+548
* Added more files to the Rowley and IAR LM3S demos to test building the newer ...richardbarry2013-02-1222-455/+497
* Adjusted the wrap checks in the QueueSet test task.richardbarry2013-02-1213-60/+92
* Reduce RAM used by trace by updating trcConfig.h.richardbarry2013-02-122-5/+5
* Improve QueueSet.c test coverage by reading the queue set from an ISR to forc...richardbarry2013-02-1215-268/+1669
* Update the FreeRTOS+Trace recorder and Win32 demo app.richardbarry2013-02-1017-744/+1779
* Fix a few compiler warnings when compiling the QueueSet.c test code with GCC.richardbarry2013-02-085-26/+36
* Add the queue set test to the SAM4S-EK Atmel Studio code.richardbarry2013-02-087-80/+103
* Continue working on queue set implementation and testing.richardbarry2013-02-086-103/+329
* Next revision of queue set implementation.richardbarry2013-02-0712-363/+974
* remove the additional line added to the MPU port.c as the original code was c...richardbarry2013-01-312-10/+12
* Added INCLUDE_xSemaphoreGetMutexHolder() default.richardbarry2013-01-3113-103/+151
* Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.richardbarry2013-01-236-83/+107
* Make changes necessary to allow the latest StateViewer Eclipse plug-in obtain...richardbarry2012-12-311-18/+17
* Move the call that sets xTimeNow inside the loop that drains the timer queue ...richardbarry2012-11-181-4/+11
* Default configUSE_TICKLESS_IDLE to 0 when it is not defined.richardbarry2012-11-173-11/+9
* 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