summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested
Commit message (Collapse)AuthorAgeFilesLines
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-213-57/+147
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2318 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number to 8.1.2 after moving the defaulting of ↵rtel2014-09-023-3/+3
| | | | | | configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2301 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number to 8.1.1 for patch release that re-enables mutexes to ↵rtel2014-08-293-3/+3
| | | | | | be given from an interrupt. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2295 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* ***IMMINENT RELEASE NOTICE***rtel2014-08-163-3/+3
| | | | | | Update version numbers ready for FreeRTOS V8.1.0 release in about 10 days. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2290 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number ready for release.rtel2014-04-243-15/+15
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2240 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-183-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2216 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2164 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-313-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2160 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-311-1/+1
| | | | | | | | Move some types defines out of generic kernel headers into feature specific headers. Convert the function prototype dypedefs to the new _t naming. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2156 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Replace standard types with stdint.h types.rtel2013-12-293-27/+32
| | | | | | | | Replace #define types with typedefs. Rename all typedefs to have a _t extension. Add #defines to automatically convert old FreeRTOS specific types to their new names (with the _t). git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2147 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Multiple tidy up, documentation corrections and typo corrections highlighted ↵rtel2013-11-281-1/+1
| | | | | | by Tamas Kleiber's diligent review. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2118 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-083-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2092 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-143-3/+6
| | | | | | | Update FreeRTOS+CLI version number to V1.0.2 Update FreeRTOS+UDP version number to V1.0.1 git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2065 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add additional critical section to the default tickless implementations.richardbarry2013-07-243-3/+3
| | | | | | Update version number for maintenance release. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1998 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number.richardbarry2013-07-233-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1996 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-173-114/+84
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1986 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Convert the remaining ports to use xTaskIncrementTick() in place of ↵richardbarry2013-06-071-5/+7
| | | | | | vTaskIncremenTick(). git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1922 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number ready to release the FAT file system demo.richardbarry2013-04-303-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1880 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version numbers to V7.4.1.richardbarry2013-04-183-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1875 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Prepare for V7.4.0 release.richardbarry2013-02-193-66/+84
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1831 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Prepare for V7.3.0 release.richardbarry2012-10-163-15/+21
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1798 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Prepare for V7.2.0 release.richardbarry2012-08-143-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1771 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add FreeRTOS-Plus directory.richardbarry2012-08-113-0/+531
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1765 1d2547de-c912-0410-9cb9-b8ca96c0e9e2