mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
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:
parent
6280324778
commit
a12ea2d212
1194 changed files with 2400 additions and 1217 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue