-
Notifications
You must be signed in to change notification settings - Fork 1.3k
kconfig: Add hide options Kconfig #23060
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
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6d8d38cb338dd45caa951fe0e61d23275a4ca8ac more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (110)
Outputs:ToolchainVersion: 684b32e022 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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.
Adds a Kconfig that, when enabled, will hide the Kconfig tree of NCS
This doesn't seem to be what this PR is doing 😛
0625cd6
to
e4d58b8
Compare
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with PR revision and 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-23060/nrf/templates/application_README.html |
0e75ac4
to
ae10632
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9090[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23060/25) |
89102df
to
ca46513
Compare
901c5e8
to
3b6fb0c
Compare
This method of selection was deprecated years ago and should have been removed from the tree at the same time Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This text is completely superfluous and should not have been added Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Uses a name which is already in the allow list Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Adds the folders for these locations to the zephyr module file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Includes a workaround for setting the static NRF Kconfig path Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Allows for modules to override the NCS Kconfig root Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Allows for modules to override the NCS Sysbuild Kconfig root Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This text is completely superfluous and should not have been added Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Enables Kconfig and sysbuild Kconfig compliance checks Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes a Kconfig name Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Adds a Kconfig that, when enabled, will hide the Kconfig tree of NCS