summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/WIN32-MSVC/main_full.c
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-0/+7
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Enable the Win32 comprehensive test/demo build and run when configUSE_QUEUE_S...rtel2019-12-271-14/+26
* Minor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL.rtel2019-09-041-1/+1
* Exercise the new vPortGetHeapStats() function from the Win32 demo projects.rtel2019-07-051-4/+12
* Only check once before re-setting ready prioritygaurav-aws2019-07-031-1/+1
* Update version number ready for next release.rtel2019-05-111-1/+1
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+2
* Update version numbers ready for release.rtel2018-09-071-1/+1
* Update copyright date ready for tagging V10.1.0.rtel2018-08-221-1/+1
* Update version numbers in preparation for a new release.rtel2018-08-211-1/+1
* Add the option to specify a stack size in the standard demo MessageBuffer tests.rtel2018-06-131-2/+2
* xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher p...rtel2018-04-291-1/+1
* Fix buffer clean up in \FreeRTOS_Plus_TCP_Minimal_Windows_Simulator\demo_logg...rtel2018-02-261-2/+2
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-3/+2
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-82/+78
* Update version number in preparation for maintenance release.rtel2017-01-221-1/+1
* Prepare for V9.0.0 release:rtel2016-05-201-1/+1
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-7/+7
* Correct comment error that was replicated on many different main_full.c files.rtel2016-04-041-11/+11
* Update version number to 9.0.0rc2.rtel2016-03-301-1/+1
* Update MSP432 projects to use updated driver library files.rtel2016-03-301-6/+67
* Notes: rtel2016-03-221-0/+8
* Update version number ready for version 9 release candidate 1.rtel2016-02-181-1/+1
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-181-2/+52
* Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be re...rtel2016-01-281-5/+58
* Changes to the FreeRTOS code:rtel2015-12-201-1/+7
* FreeRTOS source:rtel2015-12-081-14/+15
* Update version number ready for the V8.2.3 release.rtel2015-10-161-2/+2
* Update version numbers in preparation for new release.rtel2015-08-051-1/+1
* Microblaze: Add a port optimised task selection implementation to the Microb...rtel2015-06-241-9/+6
* Update version number ready for V8.2.1 release.rtel2015-03-211-12/+12
* Kernel code:rtel2015-03-041-1/+8
* Update version number in preparation for official V8.2.0 release.rtel2015-01-161-40/+14
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-211-19/+49
* + Update demos that use FreeRTOS+Trace to work with the latest trace recorder...rtel2014-12-181-0/+6
* + New feature added: Task notifications.rtel2014-12-151-5/+15
* Demo project only:rtel2014-09-121-2/+8
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-021-1/+1
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-291-1/+1
* Core kernel code:rtel2014-08-291-1/+4
* ***IMMINENT RELEASE NOTICE***rtel2014-08-161-1/+1
* Update version number ready for release.rtel2014-04-241-5/+5
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-181-1/+1
* Remove test of trace functions from the Win32 build as it messes up the trace...rtel2014-02-171-22/+0
* Update the demo directory to use the version 8 type naming conventions.rtel2014-02-111-14/+61
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-311-1/+1
* Add the event group interrupt tests to the Win32 demo projects.rtel2013-12-311-0/+3
* Revert some library files back to using standard types as they are not FreeRT...rtel2013-12-291-1/+1
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-271-29/+29