-
Notifications
You must be signed in to change notification settings - Fork 374
update shell commands to static registration #3453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kasjer
wants to merge
26
commits into
apache:master
Choose a base branch
from
kasjer:kasjer/update-shell-commands-to-static-registration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update shell commands to static registration #3453
kasjer
wants to merge
26
commits into
apache:master
from
kasjer:kasjer/update-shell-commands-to-static-registration
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Now fs cli commands are register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
95d404b
to
45baa87
Compare
Now stat cli commands are register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now flash_test commands are register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now coremark shell commands are register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now log shell commands are register at link time to reduce memory footprint. No change in functionality. Remove unfinished code depending on non-existing flag LOG_FCB_SLOT1. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now crash shell commands are register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now config shell command is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now imgr shell command is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now usb shell module is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now flashstress shell command is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now fault shell command is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now i2c_scan shell command is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now mcu shell module is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now mcu shell module is register at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now BQ27Z561 shell command is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now ina219 shell command is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now ina226 shell command is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now bat shell module is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now loar shell commands are registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now adp5061 shell command is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now lsm6dso shell command is registered at link time to reduce memory footprint. Command was register before by function lsm6dso_shell_init() that is not removed and replaced by syscfg value LSM6DSO_SHELL Signed-off-by: Jerzy Kasenberg <[email protected]>
Now ds3231 shell command is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now bme280 shell command is registered at link time to reduce memory footprint. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now bmp280 shell command is registered at link time to reduce memory footprint. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now ds1307 shell command is registered at link time to reduce memory footprint. No change in functionality. Signed-off-by: Jerzy Kasenberg <[email protected]>
Now adxl345 shell command is registered at link time to reduce memory footprint. Command was register before by function adxl345_shell_init() Now command is added when syscfg value ADXL345_CLI is 1 Signed-off-by: Jerzy Kasenberg <[email protected]>
45baa87
to
b77d8f2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates bunch of packages to have shell commands registered statically during link time instead of run time.