mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory.
This commit is contained in:
parent
80f7e8cdd4
commit
64a3ab321a
528 changed files with 228252 additions and 0 deletions
7
FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/History.txt
Normal file
7
FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/History.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue