Skip to content
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

Fix unsatisfied dependencies by static Kconfig elements #223

Merged
merged 9 commits into from
May 13, 2024
Merged

Fix unsatisfied dependencies by static Kconfig elements #223

merged 9 commits into from
May 13, 2024

Conversation

rexut
Copy link
Member

@rexut rexut commented May 13, 2024

With the new Kconfig.defconfig hookup in the Bridle board extension folder, all static configurations can be removed and Kconfig can work more sensitively, e.g. only influence the log level in the USB subsystem if the USB stack is really activated.

This resolves #222

rexut added 2 commits May 11, 2024 11:35
Rename all old identifier `rpi_pico_w` to the new `rpi_pico/rp2040/w`,
introduced with the new hardware model v2.

Signed-off-by: Stephan Linz <[email protected]>
Add more details to the two different revision 1 and 2.1, e.g. new
pictures of the different chips on PCB-A or different sessions for
the `helloshell`sample.

Signed-off-by: Stephan Linz <[email protected]>
rexut added 7 commits May 13, 2024 09:22
Remove all the static default configuration in board extensions
or snippets and introduce the more sensitive `Kconfig.defconfig`
pattern for the RaspberryPi Pico and Pico W board extension.

Signed-off-by: Stephan Linz <[email protected]>
Remove all the static default configuration in snippets and
introduce the more sensitive `Kconfig.defconfig` pattern for
the Seeeduino XIAO board extension.

Signed-off-by: Stephan Linz <[email protected]>
Remove all the static default configuration in snippets and
introduce the more sensitive `Kconfig.defconfig` pattern for
the new STMicroelectronics Nucleo F767ZI board extension.

Signed-off-by: Stephan Linz <[email protected]>
Remove all the static default configuration in board extensions
or snippets and introduce the more sensitive `Kconfig.defconfig`
pattern for the NXP MIMXRT1010-EVK board extension.

Signed-off-by: Stephan Linz <[email protected]>
Remove all the static default configuration in board extensions
or snippets and introduce the more sensitive `Kconfig.defconfig`
pattern for the NXP MIMXRT1060-EVK board extension.

Signed-off-by: Stephan Linz <[email protected]>
Add details about the new nix flake support.

Signed-off-by: Stephan Linz <[email protected]>
Add details about the new sensitive Kconfig hoockups in
boards extensions folder.

Signed-off-by: Stephan Linz <[email protected]>
Copy link

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

Copy link
Contributor

@tobiaskaestner tobiaskaestner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rexut rexut merged commit 90e1f1a into main May 13, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] unsatisfied dependencies by static Kconfig elements
2 participants