-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kconfig.zephyr: check priorities by default
Enable build time initialization priority by default. Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
- Loading branch information
1 parent
502ecae
commit b829dbc
Showing
26 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CONFIG_TEST=y | ||
CONFIG_TEST_USERSPACE=y | ||
CONFIG_COUNTER=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CONFIG_TEST=y | ||
CONFIG_TEST_USERSPACE=y | ||
CONFIG_DAC=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ CONFIG_TEST=y | |
CONFIG_TEST_USERSPACE=y | ||
CONFIG_EEPROM=y | ||
CONFIG_GPIO=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ CONFIG_TEST_RANDOM_GENERATOR=y | |
CONFIG_TEST_USERSPACE=y | ||
|
||
CONFIG_GPIO=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CONFIG_TEST=y | ||
CONFIG_TEST_USERSPACE=y | ||
CONFIG_I3C=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CONFIG_TEST=y | ||
CONFIG_TEST_USERSPACE=y | ||
CONFIG_LED=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ CONFIG_GPIO=y | |
CONFIG_SPI=y | ||
CONFIG_LED_STRIP=y | ||
CONFIG_TLC5971_STRIP=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ CONFIG_NETWORKING=y | |
CONFIG_NET_SOCKETS=y | ||
CONFIG_NET_IPV4=y | ||
CONFIG_WIFI=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ CONFIG_NET_PPP=y | |
CONFIG_NET_L2_PPP=y | ||
CONFIG_MODEM=y | ||
CONFIG_MODEM_GSM_PPP=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ CONFIG_NETWORKING=y | |
CONFIG_NET_SOCKETS=y | ||
CONFIG_MODEM=y | ||
CONFIG_MODEM_SIM7080=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ CONFIG_NETWORKING=y | |
CONFIG_NET_SOCKETS=y | ||
CONFIG_MODEM=y | ||
CONFIG_MODEM_UBLOX_SARA=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CONFIG_TEST=y | ||
CONFIG_TEST_USERSPACE=y | ||
CONFIG_SERIAL=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CONFIG_PWM=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ CONFIG_SPI=y | |
CONFIG_W1=y | ||
CONFIG_SENSOR=y | ||
CONFIG_ICM42605_TRIGGER_NONE=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y | |
CONFIG_GPIO=y | ||
CONFIG_I2C=y | ||
CONFIG_VIDEO=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ CONFIG_ZTEST=y | |
CONFIG_I2C=n | ||
CONFIG_ZTEST_NEW_API=y | ||
CONFIG_DEVICE_DEPS=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Empty | ||
CONFIG_CHECK_INIT_PRIORITIES=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ CONFIG_ZTEST=y | |
CONFIG_ZTEST_NEW_API=y | ||
CONFIG_SENSOR=y | ||
CONFIG_BMI160_TRIGGER_NONE=y | ||
CONFIG_CHECK_INIT_PRIORITIES=n |