summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V8.0.0rc1@2162 1d2547...V8.0.0rc1rtel2014-01-010-0/+0
* Minor comment corrections prior to tagging.rtel2013-12-312-3/+3
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-311240-1282/+1322
* Add link to upgrading information.rtel2013-12-311-0/+5
* Add the event group interrupt tests to the Win32 demo projects.rtel2013-12-313-7/+10
* Comment the event groups standard demo files.rtel2013-12-312-352/+583
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-3184-190/+273
* Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to int8_t...rtel2013-12-3032-297/+304
* Update FreeRTOS+ demos that use FreeRTOS+CLI to remove casting to int8_t * fr...rtel2013-12-3010-609/+610
* Update demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.rtel2013-12-309-337/+340
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-3018-142/+206
* Remove casting from definition of configMAX_PRIORITIES to allow its use in pr...rtel2013-12-30120-135/+135
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-305-24/+32
* Revert some library files back to using standard types as they are not FreeRT...rtel2013-12-298-232/+84
* Replace use of legacy portTYPE macros from old demos and standard demo files.rtel2013-12-29123-737/+737
* Replace standard types with stdint.h types.rtel2013-12-29190-4603/+4940
* Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...rtel2013-12-2785-112/+112
* Remove unnecessary 'signed char *' casts from strings that are now just plain...rtel2013-12-2726-130/+130
* Continue to remove unnecessary 'signed char *' casts from strings that are no...rtel2013-12-274-162/+8
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-27261-2817/+2824
* Change the type used for strings and single characters from signed char to ju...rtel2013-12-278-96/+96
* Add additional const qualifiers.rtel2013-12-246-54/+54
* Don't free xQueue->ucHead if it is NULL.rtel2013-12-241-3/+5
* Move the event groups single tasks test out of the common demo file (they are...rtel2013-12-237-229/+117
* Add coverage test markers.rtel2013-12-237-39/+726
* In process of module testing event_groups.c.rtel2013-12-237-134/+322
* Change some task priorities in the MingW simulator demo.rtel2013-12-204-7/+13
* Update GCC/Eclipse Win32 simulator port to make better use of Eclipse resourc...rtel2013-12-1912-541/+2444
* Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if con...rtel2013-12-157-13/+43
* Change the configCPU_CLOCK_HZ setting in the SAM4E demo to use the SystemCore...rtel2013-12-154-8/+7
* Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...rtel2013-12-146-15/+17
* Introduce prvResetNextTaskUnblockTime() to encapsulate functionality from var...rtel2013-12-131-48/+61
* Change the way one thread deletes another in the Windows simulator port (the ...rtel2013-12-124-56/+86
* Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a...rtel2013-12-1210-67/+110
* Add trace macros into the event groups implementation.rtel2013-12-126-16/+129
* Comment typo correction only.rtel2013-12-111-1/+1
* Complete STM32L low power demo.rtel2013-12-112-2/+5
* Remove [unused] touch library files from the STM32L discovery demo.rtel2013-12-1159-18802/+120
* Remove unused files from STM32L discovery board demo directory structure and ...rtel2013-12-1048-21394/+331
* Tidy up STM32L low power demo and add 'comprehensive demo' option.rtel2013-12-108-1153/+789
* Remove duplication of comments at the top of the file.rtel2013-12-101-65/+0
* STM32L discovery demo is now demonstrating three low power modes - still need...rtel2013-12-107-124/+884
* Minor change to SAM4L_low_power_tick_management.c to ensure the alarm value c...rtel2013-12-082-8/+14
* Spelling corrections in comments only.rtel2013-11-288-9/+9
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-28107-430/+518
* Continue work on new event groups functionality - fixups required by test res...rtel2013-11-271-1/+2
* Add additional asserts() to ensure certain operations are not performed when ...rtel2013-11-245-31/+62
* Checked in header file missed form previous checkin.richardbarry2013-11-221-2/+2
* Add additional event group tests - and update implementation as required by t...richardbarry2013-11-226-24/+177
* Add event groups test/demo tasks.richardbarry2013-11-212-0/+952