summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio
Commit message (Expand)AuthorAgeFilesLines
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-076-12/+12
* Update version number ready for next release.rtel2019-05-116-6/+6
* Update version number in readiness for V10.2.0 release.rtel2019-02-176-12/+12
* Update version numbers ready for release.rtel2018-09-076-6/+6
* Update copyright date ready for tagging V10.1.0.rtel2018-08-226-6/+6
* Update version numbers in preparation for a new release.rtel2018-08-216-6/+6
* Remove period from the URL that links to the web page that describes the Free...rtel2018-06-151-1/+1
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-186-18/+12
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-296-402/+156
* Update version number in preparation for maintenance release.rtel2017-01-226-6/+6
* Prepare for V9.0.0 release:rtel2016-05-206-6/+6
* Prepare for V9.0.0 release.rtel2016-05-191-1/+1
* Update version number to 9.0.0rc2.rtel2016-03-306-6/+6
* Update version number ready for version 9 release candidate 1.rtel2016-02-186-6/+6
* Kernel changes:rtel2015-11-204-148/+143
* Update version number ready for the V8.2.3 release.rtel2015-10-166-12/+12
* Update version numbers in preparation for new release.rtel2015-08-056-6/+6
* Rename /Demo/MSP430FR5969_LaunchPad to /Demo/MSP430X_MSP430FR5969_LaunchPad f...rtel2015-04-241-1/+1
* Update version number ready for V8.2.1 release.rtel2015-03-216-72/+72
* Update version number in preparation for official V8.2.0 release.rtel2015-01-166-240/+84
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-216-114/+294
* SAM4L tickless implementation: Bug fix and update the demo project to exerci...rtel2014-09-167-159/+715
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-026-6/+6
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-296-6/+6
* ***IMMINENT RELEASE NOTICE***rtel2014-08-166-6/+6
* Update version number ready for release.rtel2014-04-246-30/+30
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-186-6/+6
* Update the demo directory to use the version 8 type naming conventions.rtel2014-02-115-17/+17
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-316-6/+6
* Remove casting from definition of configMAX_PRIORITIES to allow its use in pr...rtel2013-12-301-1/+1
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-301-1/+0
* Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...rtel2013-12-271-2/+2
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-272-9/+9
* Remove duplication of comments at the top of the file.rtel2013-12-101-65/+0
* Minor change to SAM4L_low_power_tick_management.c to ensure the alarm value c...rtel2013-12-082-8/+14
* Update the SAM4L low power demo to use the ASF enable/disable interrupts func...richardbarry2013-11-112-20/+15
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-086-7/+7
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-146-7/+14
* Remove the math library as a build dependency in the SAM4L demo.richardbarry2013-09-171-221/+247
* Add additional critical section to the default tickless implementations.richardbarry2013-07-246-7/+7
* Update version number.richardbarry2013-07-236-7/+7
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-176-224/+154
* Update SAM4L_low_power_tick_management.c to use xTaskIncrementTick() in place...richardbarry2013-06-061-12/+7
* Tidy up the comments and use of static function prototypes in the SAM4L_low_p...richardbarry2013-06-061-7/+14
* Update comments in Atmel Studio CreateProjectDirectoryStructure.bat files to ...richardbarry2013-05-091-5/+3
* Update version number ready to release the FAT file system demo.richardbarry2013-04-306-7/+7
* Update version numbers to V7.4.1.richardbarry2013-04-186-14/+14
* Add volatile keyword to GenQTest loop counter for consistency.richardbarry2013-04-141-1/+0
* Prepare to package up SAM4L demo.richardbarry2013-04-071-1/+3
* Updated the sleep function to ensure it left interrupts disabled when returning.richardbarry2013-04-075-132/+135