-
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
Fix multiple Kconfig warnings when building samples/hello_world #22831
Fix multiple Kconfig warnings when building samples/hello_world #22831
Commits on Feb 14, 2020
-
boards: bbc_microbit: Set log buffer size conditionally
Override the default log buffer size only when logging is actually enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69fd0f7 - Browse repository at this point
Copy the full SHA 69fd0f7View commit details -
boards: em_starterkit: Enable ARC_HAS_SECURE in normal image
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]>
Configuration menu - View commit details
-
Copy full SHA for c772005 - Browse repository at this point
Copy the full SHA c772005View commit details -
boards: esp32: Conditionally enable RNG
Enable RNG only if the actual entropy generator is enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d253b74 - Browse repository at this point
Copy the full SHA d253b74View commit details -
boards: frdm_kw41z: Override ADC vref choice properly
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]>
Configuration menu - View commit details
-
Copy full SHA for 2581bbd - Browse repository at this point
Copy the full SHA 2581bbdView commit details -
boards: mps2_an385: Conditionally set ztest stack size
Set the ztest stack size only when ztest itself is enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1bd345 - Browse repository at this point
Copy the full SHA a1bd345View commit details -
boards: odroid_go: Conditionally enable RNG
Enable RNG only if the actual entropy generator is enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ee0b98 - Browse repository at this point
Copy the full SHA 7ee0b98View commit details -
boards: olimex_stm32_e407: Remove stale entropy Kconfig settings
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]>
Configuration menu - View commit details
-
Copy full SHA for 06f5565 - Browse repository at this point
Copy the full SHA 06f5565View commit details -
boards: olimex_stm32_p405: Remove stale entropy Kconfig settings
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]>
Configuration menu - View commit details
-
Copy full SHA for 1deffe0 - Browse repository at this point
Copy the full SHA 1deffe0View commit details -
boards: qemu_cortex_m0: Set log buffer size conditionally
Override the default log buffer size only when logging is actually enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c73dd7 - Browse repository at this point
Copy the full SHA 8c73dd7View commit details -
boards: qemu_xtensa: Conditionally set IPM console stack size
Set the IPM console stack size only when the console is enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37c3412 - Browse repository at this point
Copy the full SHA 37c3412View commit details -
boards: sam4s_xplained: Enable generic GPIO
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]>
Configuration menu - View commit details
-
Copy full SHA for 0b11b27 - Browse repository at this point
Copy the full SHA 0b11b27View commit details -
boards: xt-sim*: Conditionally set IPM console stack size
Set the IPM console stack size only when the console is enabled. See zephyrproject-rtos#22474. Signed-off-by: Carles Cufi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e23e894 - Browse repository at this point
Copy the full SHA e23e894View commit details -
boards: xt-sim_intel_s1000: Fix board definition
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]>
Configuration menu - View commit details
-
Copy full SHA for 35e7d3e - Browse repository at this point
Copy the full SHA 35e7d3eView commit details