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 multiple Kconfig warnings when building samples/hello_world #22831

Merged
merged 13 commits into from
Feb 14, 2020

Conversation

carlescufi
Copy link
Member

@carlescufi carlescufi commented Feb 14, 2020

See commit messages.

Fixes #22474.

Override the default log buffer size only when logging is actually
enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
For the non-secure image, the architecture still supports secure
execution, so express that in the defconfig.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
Enable RNG only if the actual entropy generator is enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
In order to overrdie a choice one needs to define it again. Override it
by redefining it in the .defconfig file.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
Set the ztest stack size only when ztest itself is enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
Enable RNG only if the actual entropy generator is enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
This board now has an entropy driver, no need to use the test one
anymore.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
This board now has an entropy driver, no need to use the test one
anymore.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
@zephyrbot zephyrbot added area: ADC Analog-to-Digital Converter (ADC) area: Boards labels Feb 14, 2020
@zephyrbot
Copy link
Collaborator

zephyrbot commented Feb 14, 2020

All checks are passing now.

Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages.

Override the default log buffer size only when logging is actually
enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
Set the IPM console stack size only when the console is enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
In the default configuration we want to enable the generic GPIO module
so that we avoid Kconfig warnings.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
Set the IPM console stack size only when the console is enabled.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
Fix up the board definition so that the actual board can at least be
processed by Kconfig.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
@jhedberg jhedberg added this to the v2.2.0 milestone Feb 14, 2020
@jhedberg jhedberg merged commit b470fe5 into zephyrproject-rtos:master Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC) area: Boards
Projects
None yet
Development

Successfully merging this pull request may close these issues.

boards that have Kconfig warnings on hello_world.
8 participants