summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandServer.c
Commit message (Collapse)AuthorAgeFilesLines
* [AUTO][RELEASE]: Bump file header version to "202111.00"aggarg2021-11-131-1/+1
|
* [AUTO][RELEASE]: Bump file header version to "202107.00"tianmc12021-07-241-1/+1
|
* Merge FreeRTOS 202104.00 to main (#585)Archit Aggarwal2021-04-291-1/+1
|
* [AUTO][RELEASE]: Bump file header version to "202012.00"Joseph Julicher2020-12-151-1/+1
|
* [AUTO][RELEASE]: Bump file header version to "202011.00"David Chalco2020-11-101-1/+1
|
* Sync back V10.4.1 (#282)Cobus van Eeden2020-09-171-1/+1
| | | | * Move Kernel submodule pointer to 10.4.1 * Update version number to V10.4.1 (#281)
* Update Version number to 10.4.0 (#237)David Chalco2020-09-101-1/+1
|
* Update version number in readiness for V10.3.0 release. Sync SVN with ↵Yuhui.Zheng2020-02-071-1/+1
| | | | reviewed release candidate.
* Update version number ready for next release.Richard Barry2019-05-111-1/+1
|
* Update version number in readiness for V10.2.0 release.Richard Barry2019-02-171-1/+1
|
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ↵Richard Barry2017-12-181-3/+2
| | | | ready for release.
* Update to MIT licensed FreeRTOS V10.0.0 - see ↵Richard Barry2017-11-291-67/+26
| | | | https://www.freertos.org/History.txt
* Prepare for V9.0.0 release:Richard Barry2016-05-201-1/+1
| | | | + Change version number from V9.0.0rc2 to V9.0.0.
* Update version number to 9.0.0rc2.Richard Barry2016-03-301-1/+1
|
* Update FreeRTOS+ version number ready for version 9 release candidate 1.Richard Barry2016-02-181-1/+1
|
* Update version number ready for the V8.2.3 release.Richard Barry2015-10-161-2/+2
|
* Update version numbers in preparation for new release.Richard Barry2015-08-051-1/+1
|
* Update version number ready for V8.2.1 release.Richard Barry2015-03-211-12/+12
|
* Update version number in preparation for official V8.2.0 release.Richard Barry2015-01-161-40/+14
|
* Update version numbers in preparation for V8.2.0 release candidate 1.Richard Barry2014-12-211-19/+49
|
* Kernel changes:Richard Barry2014-12-211-1/+1
| | | | | | | | | | | | + Made xTaskNotifyGiveFromISR() its own function, rather than a macro that calls xTaskNotifyFromISR() (minor performance improvement). + GCC and Keil Cortex-M4F ports now use vPortRaiseBASEPRI() in place of ulPortRaiseBASEPRI() where the return value is not required (minor performance improvement). Demo changes: Change the [very basic] FreeRTOS+UDP SAM4E driver to use task notifications rather than a semaphore (execution time now 55% what it was in FreeRTOS V8.1.2!). Robustness improvements to IntQueue.c standard demo task.h. Added the latest standard demo tasks, reg test tasks and int q tasks to the SAM4E demo.
* Update version number to 8.1.2 after moving the defaulting of ↵Richard Barry2014-09-021-1/+1
| | | | configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition.
* Update version number to 8.1.1 for patch release that re-enables mutexes to ↵Richard Barry2014-08-291-1/+1
| | | | be given from an interrupt.
* ***IMMINENT RELEASE NOTICE***Richard Barry2014-08-161-1/+1
| | | | Update version numbers ready for FreeRTOS V8.1.0 release in about 10 days.
* Update FreeRTOS+ components and demos to use typedef names introduced in ↵Richard Barry2014-06-201-2/+2
| | | | FreeRTOS V8.
* Update version number ready for release.Richard Barry2014-04-241-5/+5
|
* Update version number to V8.0.0 (without the release candidate number).Richard Barry2014-02-181-1/+1
|
* Change version numbers ready for V8.0.0 release candidate 1 tag.Richard Barry2013-12-311-1/+1
|
* Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to ↵Richard Barry2013-12-301-13/+13
| | | | int8_t * from strings.
* Remove unnecessary 'signed char *' casts from strings that are now just ↵Richard Barry2013-12-271-1/+1
| | | | plain char * types in the FreeRTOS-Plus directory.
* Update version numbers in FreeRTOS-Plus demo files.Richard Barry2013-11-171-0/+244