-
Notifications
You must be signed in to change notification settings - Fork 317
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
nrf_modem: update build system files #1089
Conversation
nrf_modem/Kconfig
Outdated
This increases the final size of the application. | ||
Link with the default binary. | ||
|
||
config NRF_MODEM_BINARY_LOG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering whether we should keep NRF_MODEM_LOG to enable modem library logs(?). This changes the Kconfig option to enable library logs and requires an update to the documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it makes sense to keep NRF_MODEM_LOG and have that select the binary version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it would. That's a good point, I will change that.
d498340
to
e54a0b1
Compare
Add license to KConfig file. Signed-off-by: Emanuele Di Santo <[email protected]>
This doesn't really belong here. It should rather be turned on by the application, if needed. Signed-off-by: Emanuele Di Santo <[email protected]>
The library depends on a full libc implementation with variadic printf and scanf. It also needs the IPC driver. Signed-off-by: Emanuele Di Santo <[email protected]>
Reword prompt. Signed-off-by: Emanuele Di Santo <[email protected]>
e54a0b1
to
fa9c3ab
Compare
Have changed the commits, please revist. |
@@ -1,10 +1,15 @@ | |||
# | |||
# Copyright (c) 2023 Nordic Semiconductor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: This file is older than this
Introduce a Kconfig choice for the binary version.