summaryrefslogtreecommitdiff
path: root/FreeRTOS/License
Commit message (Collapse)AuthorAgeFilesLines
* Update version number in readiness for V10.3.0 release. Sync SVN with ↵yuhzheng2020-02-071-1/+1
| | | | | | reviewed release candidate. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2821 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2634 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update copyright date ready for tagging V10.1.0.rtel2018-08-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2564 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ↵rtel2017-12-181-2/+1
| | | | | | ready for release. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2524 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to MIT licensed FreeRTOS V10.0.0 - see ↵rtel2017-11-291-398/+37
| | | | | | https://www.freertos.org/History.txt git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2519 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* FreeRTOS source changes:rtel2015-11-221-8/+24
| | | | | | | | | + heap_1.c and heap_2.c now support configAPPLICATION_ALLOCATED_HEAP (heap_4.c already did) which allows the heap to be placed by the user rather than the linker. Demo app changes: + SAMD20 project has been updated to use Atmel Studio 7. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2394 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Final tidy up before tagging V8.2.3.rtel2015-10-171-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2391 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number ready for the V8.2.3 release.rtel2015-10-161-30/+17
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2390 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* + New feature added: Task notifications.rtel2014-12-151-2/+4
| | | | | | | | | | | | | + Optimise Cortex-M4F ports by inlining some critical section macros. + Original ports used a #define to set the path to portmacro.h - that method has been obsolete for years and now all the old definitions have been moved into a separate header files called deprecated_definitions.h. + Cortex-M port now check the active vector bits against 0xff when determining if a function is called from an interrupt - previously only a subset of the bits (0x1f) were checked. + Add in new standard demo/test files TaskNotify.c/h and include the files in the simulator demos. + Update trace recorder code, and some demos to use the new version (more to do). + Introduce uxTaskPriorityGetFromISR(). + Minor typo corrections. + Update MingW simulator demo to match the MSVC simulator demo. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2314 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Reorder the license text wording so the exception text is at the top rather ↵richardbarry2013-11-121-79/+33
| | | | | | than the bottom. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2095 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add FreeRTOS-Plus directory.richardbarry2012-08-111-0/+440
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1765 1d2547de-c912-0410-9cb9-b8ca96c0e9e2