doc: release: 2.4: Move shell note to right place
There are two shell sections on documentation. Move last section to right place to fix documentation style. Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
parent
57c099a612
commit
3d6ab6b8f3
1 changed files with 4 additions and 7 deletions
|
@ -733,23 +733,20 @@ Libraries / Subsystems
|
|||
library footprint when some options are not enabled, so you should wait for
|
||||
future releases if higher ROM usage is a concern for your application.
|
||||
|
||||
|
||||
* Shell:
|
||||
|
||||
* Switched to use kernel stacks.
|
||||
* Fixed select command.
|
||||
* Fixed prompting dynamic commands.
|
||||
* Change behavior when more than ``CONFIG_SHELL_ARGC_MAX`` arguments are
|
||||
passed. Before 2.3 extra arguments were joined to the last argument.
|
||||
In 2.3 extra arguments caused a fault. Now the shell will report that
|
||||
the command cannot be processed.
|
||||
|
||||
|
||||
* Tracing:
|
||||
* Tracing backed API now checks if init function exists prio to calling it.
|
||||
|
||||
* Shell:
|
||||
* Change behavior when more than ``CONFIG_SHELL_ARGC_MAX`` arguments
|
||||
are passed. Before 2.3 extra arguments were joined to the last argument.
|
||||
In 2.3 extra arguments caused a fault. Now the shell will report that the
|
||||
command cannot be processed.
|
||||
|
||||
* Debug:
|
||||
|
||||
* Core Dump:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue