-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
boards that have Kconfig warnings on hello_world. #22474
Comments
@carlescufi @nashif fyi. Not sure if all of these would trigger CI errors. Some generate additional warnings. |
none of those would trigger errors in CI, we have lots of kconfig warnings in many of the samples, those are being fixed slowly by ulf afaik. |
Those warnings are implemented in There's fewer of them than I thought at least. I'm a bit afraid of turning it into an error, because I suspect some samples might rely on turning on some option for all boards even though it only makes sense for some of them. Maybe some of those cases could be cleaned up though. |
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]>
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]>
Override the default log buffer size only when logging is actually enabled. See #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 #22474. Signed-off-by: Carles Cufi <[email protected]>
Enable RNG only if the actual entropy generator is enabled. See #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 #22474. Signed-off-by: Carles Cufi <[email protected]>
Set the ztest stack size only when ztest itself is enabled. See #22474. Signed-off-by: Carles Cufi <[email protected]>
Enable RNG only if the actual entropy generator is enabled. See #22474. Signed-off-by: Carles Cufi <[email protected]>
This board now has an entropy driver, no need to use the test one anymore. See #22474. Signed-off-by: Carles Cufi <[email protected]>
This board now has an entropy driver, no need to use the test one anymore. See #22474. Signed-off-by: Carles Cufi <[email protected]>
Override the default log buffer size only when logging is actually enabled. See #22474. Signed-off-by: Carles Cufi <[email protected]>
Set the IPM console stack size only when the console is enabled. See #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 #22474. Signed-off-by: Carles Cufi <[email protected]>
Set the IPM console stack size only when the console is enabled. See #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 #22474. Signed-off-by: Carles Cufi <[email protected]>
Below is a list of boards that on current master produce Kconfig warnings when asked to build hello_world. Generated from something like:
Relates to #22472 and #22417
The text was updated successfully, but these errors were encountered: