shell: Remove deprecated macros
Remove deprecated macros and add a note to the release notes to this effect. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
4b68f959b5
commit
beedf19ca4
2 changed files with 6 additions and 26 deletions
|
@ -52,6 +52,12 @@ Stable API changes in this release
|
|||
Removed APIs in this release
|
||||
============================
|
||||
|
||||
* Shell
|
||||
|
||||
* SHELL_CREATE_STATIC_SUBCMD_SET (deprecated), replaced by
|
||||
SHELL_STATIC_SUBCMD_SET_CREATE
|
||||
* SHELL_CREATE_DYNAMIC_CMD (deprecated), replaced by SHELL_DYNAMIC_CMD_CREATE
|
||||
|
||||
Kernel
|
||||
******
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue