Update FreeRTOS version number to V7.5.3

Update FreeRTOS+CLI version number to V1.0.2
Update FreeRTOS+UDP version number to V1.0.1
This commit is contained in:
Richard Barry 2013-10-14 19:56:47 +00:00
parent 6280324778
commit a12ea2d212
1194 changed files with 2400 additions and 1217 deletions

View file

@ -1,5 +1,5 @@
/*
* FreeRTOS+CLI V1.0.1 (C) 2012 Real Time Engineers ltd.
* FreeRTOS+CLI V1.0.2 (C) 2013 Real Time Engineers ltd. All rights reserved.
*
* This file is part of the FreeRTOS+CLI distribution. The FreeRTOS+CLI license
* terms are different to the FreeRTOS license terms.

View file

@ -1,5 +1,5 @@
/*
* FreeRTOS+CLI V1.0.1 (C) 2012 Real Time Engineers ltd.
* FreeRTOS+CLI V1.0.2 (C) 2013 Real Time Engineers ltd. All rights reserved.
*
* This file is part of the FreeRTOS+CLI distribution. The FreeRTOS+CLI license
* terms are different to the FreeRTOS license terms.

View file

@ -1,7 +1,13 @@
Changes between V1.0.1 and V1.0.2 released 14/10/2013
+ Changed double quotes (") to single quotes (') in the help string to
allow the strings to be used with JSON in FreeRTOS+Nabto.
Changes between V1.0.0 and V1.0.1 released 05/07/2012
+ Change the name of the structure used to map a function that implements
a CLI command to the string used to call the command from
xCommandLineInput to CLI_Command_Definition_t, as it was always intended
to be. A #define was added to map the old name to the new name for
reasons of backward compatibility.
reasons of backward compatibility.