summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src
Commit message (Collapse)AuthorAgeFilesLines
* Update version number to V10.4.1 (#281)syncBack10_4_1David Chalco2020-09-177-7/+7
|
* Update Version number to 10.4.0 (#237)David Chalco2020-09-107-7/+7
|
* Update version number in readiness for V10.3.0 release. Sync SVN with ↵Yuhui.Zheng2020-02-077-14/+14
| | | | reviewed release candidate.
* Update version number ready for next release.Richard Barry2019-05-117-7/+7
|
* Update version number in readiness for V10.2.0 release.Richard Barry2019-02-177-14/+14
|
* Update version numbers ready for release.Richard Barry2018-09-077-7/+7
|
* Update copyright date ready for tagging V10.1.0.Richard Barry2018-08-227-7/+7
|
* Update version numbers in preparation for a new release.Richard Barry2018-08-217-7/+7
|
* Remove period from the URL that links to the web page that describes the ↵Richard Barry2018-06-151-1/+1
| | | | FreeRTOSConfig.h parameters.
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ↵Richard Barry2017-12-187-21/+14
| | | | ready for release.
* Update to MIT licensed FreeRTOS V10.0.0 - see ↵Richard Barry2017-11-297-469/+182
| | | | https://www.freertos.org/History.txt
* Update version number in preparation for maintenance release.Richard Barry2017-01-227-7/+7
|
* Prepare for V9.0.0 release:Richard Barry2016-05-207-7/+7
| | | | + Change version number from V9.0.0rc2 to V9.0.0.
* Correct comment error that was replicated on many different main_full.c files.Richard Barry2016-04-041-10/+10
|
* Update version number to 9.0.0rc2.Richard Barry2016-03-307-7/+7
|
* Update version number ready for version 9 release candidate 1.Richard Barry2016-02-187-7/+7
|
* Implement functionality that allows the memory required to create a queue or ↵Richard Barry2016-01-191-5/+8
| | | | | | semaphore to be allocated statically. Update the standard demo task that tests statically allocated tasks to also test statically allocated queues.
* Rename DummyTCB_t to StaticTCB_t.Richard Barry2016-01-18180-0/+63584
Move structures used for static allocation of tasks and queues into FreeRTOS.h from their individual API header files. Add SAME70 Xplained Atmel Studio project. Update SAMV71 Atmel Studio project to use Studio 7. Revert some changes to GenQTest.c standard demo task which only function correctly when a queue registry was used.