Browse Source

cmake: add initlevels to usage

Fix missing `initlevels` entry in the `usage` command.

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
pull/65730/head
Jeppe Odgaard 2 years ago committed by Carles Cufí
parent
commit
05025e6b7c
  1. 1
      cmake/usage/usage.cmake

1
cmake/usage/usage.cmake

@ -27,6 +27,7 @@ message(" debugserver - Run \"west debugserver\" (or start GDB server on port @@ -27,6 +27,7 @@ message(" debugserver - Run \"west debugserver\" (or start GDB server on port
message(" attach - Run \"west attach\"")
message(" ram_report - Build and create RAM usage report")
message(" rom_report - Build and create ROM usage report")
message(" initlevels - Display the initialization sequence")
message(" boards - Display supported boards")
message(" shields - Display supported shields")
message(" usage - Display this text")

Loading…
Cancel
Save