summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-127-29/+1367
* commit 9f316c246baafa15c542a5aea81a94f26e3d6507lundinc2020-03-241-2/+2
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-0792-184/+184
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-063-59/+8
* Ensure both one-shot and auto-reload are written consistently with a hyphen i...rtel2020-01-161-55/+70
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.rtel2020-01-022-3/+119
* Increase test coverage for queue sets.rtel2019-12-202-2/+347
* Add some asserts into the common demo tasks to catch scenarios where the task...rtel2019-10-213-1/+8
* + Moved the History.txt file from the website git repo into the source code S...rtel2019-08-253-19/+33
* Update version number ready for next release.rtel2019-05-1192-92/+92
* Do not strip required symbols when LTO is ongaurav-aws2019-05-091-3/+37
* Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also...gaurav-aws2019-02-203-132/+132
* Update the common demo death.c to use the updated macro name to give it a sec...rtel2019-02-191-1/+1
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...gaurav-aws2019-02-196-0/+525
* Update version number in readiness for V10.2.0 release.rtel2019-02-1786-172/+172
* Correct accidental deletion in GenQTest.c.rtel2018-12-281-1/+1
* Allow the size of the stack used by many of the standard demo/test tasks to b...rtel2018-12-287-19/+59
* Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...rtel2018-09-301-1/+3
* Update version numbers ready for release.rtel2018-09-0786-86/+86
* Update copyright date ready for tagging V10.1.0.rtel2018-08-2286-86/+86
* Update version numbers in preparation for a new release.rtel2018-08-2186-86/+86
* Update stream buffer tests to try resetting a statically allocated stream buf...rtel2018-07-021-0/+1
* Add Xtensa portgaurav-aws2018-06-142-4/+52
* Add the option to specify a stack size in the standard demo MessageBuffer tests.rtel2018-06-135-23/+25
* Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint ...rtel2018-06-041-3/+3
* xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher p...rtel2018-04-292-7/+84
* Fix regressions introduced by introduction of configMESSAGE_BUFFER_LENGTH_TYP...rtel2018-03-151-11/+18
* Import the code coverage test additions from the (unpublished) Visual Studio ...rtel2018-03-144-81/+131
* Start moving code coverage tests from VisualStudio (not checked in) to the Mi...rtel2018-03-061-0/+1
* Complete testing of changes that allow xQueueOverwrite() to be used on a queu...rtel2018-03-053-6/+45
* Fix buffer clean up in \FreeRTOS_Plus_TCP_Minimal_Windows_Simulator\demo_logg...rtel2018-02-262-3/+81
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-1886-258/+172
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-2986-5246/+4576
* Remove obsolete code from prvCheckTasksWaitingTermination().rtel2017-05-291-0/+3
* Cosmetic changes only.rtel2017-04-266-59/+59
* Housekeeping check-in, no code changes.rtel2017-03-081-1/+1
* Update version number in preparation for maintenance release.rtel2017-01-2279-83/+78
* Enhanced priority dis-inheritance functionality in the case where a task that...rtel2017-01-162-20/+278
* Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_G...rtel2017-01-091-1/+4
* Change how volatile is used in some of the standard demos to remove compiler ...rtel2017-01-045-17/+18
* Update TaskNotify.c to test the condition where a direct to task notification...rtel2016-11-251-21/+115
* Prepare for V9.0.0 release:rtel2016-05-2078-78/+78
* Preparing for V9.0.0 formal release:rtel2016-05-201-0/+6
* Update some more standard demos for use on 64-bit architectures.rtel2016-05-062-4/+2
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-4/+4
* Remove compiler warning by ensure prvInitialiseMutex() is not included if con...rtel2016-03-311-13/+13
* Update version number to 9.0.0rc2.rtel2016-03-3078-78/+78
* Update MSP432 projects to use updated driver library files.rtel2016-03-302-1/+15
* - Rework the StaticAllocation.c common demo file to reflect the changes to th...rtel2016-03-291-281/+444
* Notes: rtel2016-03-2215-435/+263