Skip to content

app: remove inspect shell#687

Merged
simensrostad merged 1 commit into
mainfrom
att/remove/shell-cmd
May 27, 2026
Merged

app: remove inspect shell#687
simensrostad merged 1 commit into
mainfrom
att/remove/shell-cmd

Conversation

@simensrostad
Copy link
Copy Markdown
Contributor

Remove the app_inspect module and all related
APP_INSPECT_MODULE_REGISTER_STATE registrations from all modules (main, cloud, environmental, fota, location, network, storage). Also removes the src/inspect directory with its Kconfig, CMake, linker script, and source files.

This is done to reduce the code size of the application. To inspect the state of the application, use the state inspection script instead, which can be found under scripts/inspect_state.py.

Remove the `app_inspect` module and all related
`APP_INSPECT_MODULE_REGISTER_STATE` registrations from all modules
(main, cloud, environmental, fota, location, network, storage).
Also removes the `src/inspect` directory with its Kconfig, CMake,
linker script, and source files.

This is done to reduce the code size of the application. To inspect
the state of the application, use the state inspection script instead,
which can be found under `scripts/inspect_state.py`.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
@github-actions
Copy link
Copy Markdown
Contributor

App size changed. See CI run

       text       data        bss        dec        hex     flash%       ram%
--- baseline
+++ pr
@@ -2 +2 @@
-    398752     158497     190466     747715      b68c3     70.86%     83.95%
+    398740     158497     190466     747703      b68b7     70.86%     83.95%

@simensrostad simensrostad merged commit c209ff8 into main May 27, 2026
6 of 7 checks passed
@simensrostad simensrostad deleted the att/remove/shell-cmd branch May 27, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant