-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/timeout: Make CONFIG_SYS_TIMEOUT_LEGACY_API default
There is desire that the legacy mode of the timeout API be the default configuration, so change that value and swap the variable in all the existing tests. Note that no test configuration is changing in this commit, just the default sense of the variable. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
- Loading branch information
Andy Ross
committed
Oct 1, 2019
1 parent
d725cc2
commit 573bfba
Showing
486 changed files
with
387 additions
and
277 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CONFIG_STDOUT_CONSOLE=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1,4 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_SERIAL=n | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,3 @@ | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,3 @@ | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,3 @@ | ||
CONFIG_ARM_MPU=n | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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 |
---|---|---|
|
@@ -33,3 +33,5 @@ CONFIG_EARLY_CONSOLE=n | |
|
||
# Build | ||
CONFIG_SIZE_OPTIMIZATIONS=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,5 @@ CONFIG_ERRNO=n | |
CONFIG_SCHED_DUMB=y | ||
CONFIG_WAITQ_DUMB=y | ||
|
||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,5 @@ | ||
# Single-threaded, no timer support in the kernel | ||
|
||
CONFIG_MULTITHREADING=n | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,3 @@ | ||
CONFIG_NUM_PREEMPT_PRIORITIES=0 | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1,4 @@ | ||
# No timer support in the kernel | ||
CONFIG_SYS_CLOCK_EXISTS=n | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,3 @@ | ||
CONFIG_X86_MMU=n | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,4 +2,3 @@ CONFIG_PRINTK=y | |
CONFIG_HEAP_MEM_POOL_SIZE=256 | ||
CONFIG_ASSERT=y | ||
CONFIG_GPIO=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,4 +1,3 @@ | ||
CONFIG_BT=y | ||
CONFIG_BT_DEBUG_LOG=y | ||
CONFIG_BT_DEVICE_NAME="Test beacon" | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,2 @@ | ||
CONFIG_BT=y | ||
CONFIG_BT_CENTRAL=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -23,4 +23,3 @@ CONFIG_FLASH_MAP=y | |
CONFIG_FCB=y | ||
CONFIG_SETTINGS=y | ||
CONFIG_SETTINGS_FCB=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -17,4 +17,3 @@ CONFIG_FLASH_MAP=y | |
CONFIG_FCB=y | ||
CONFIG_SETTINGS=y | ||
CONFIG_SETTINGS_FCB=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -2,4 +2,3 @@ CONFIG_BT=y | |
CONFIG_BT_BROADCASTER=y | ||
CONFIG_BT_OBSERVER=y | ||
CONFIG_BT_DEBUG_LOG=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -14,4 +14,3 @@ CONFIG_AUDIO_MPXXDTYY=y | |
|
||
CONFIG_DMA=y | ||
CONFIG_DMA_0_IRQ_PRI=0 | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -10,3 +10,5 @@ CONFIG_LPS22HB=y | |
CONFIG_VL53L0X=y | ||
CONFIG_LSM6DSL=y | ||
CONFIG_LP3943=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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 +0,0 @@ | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y | ||
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,4 +2,3 @@ | |
CONFIG_GPIO=y | ||
CONFIG_DISPLAY=y | ||
CONFIG_MICROBIT_DISPLAY=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,5 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_I2C=y | ||
CONFIG_PRINTK=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,4 +3,3 @@ CONFIG_DISPLAY=y | |
CONFIG_MICROBIT_DISPLAY=y | ||
CONFIG_PWM=y | ||
CONFIG_PWM_NRF5_SW=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ CONFIG_PRINTK=y | |
CONFIG_STDOUT_CONSOLE=y | ||
CONFIG_EARLY_CONSOLE=y | ||
CONFIG_LOG=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,2 +1 @@ | ||
CONFIG_CPLUSPLUS=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,5 @@ CONFIG_LOG=y | |
|
||
CONFIG_CFB_LOG_LEVEL_DBG=y | ||
CONFIG_CHARACTER_FRAMEBUFFER=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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 |
---|---|---|
|
@@ -5,3 +5,5 @@ CONFIG_I2C=y | |
|
||
CONFIG_DISPLAY=y | ||
CONFIG_GROVE_LCD_RGB=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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 |
---|---|---|
|
@@ -10,3 +10,5 @@ CONFIG_DISPLAY_LOG_LEVEL_DBG=y | |
|
||
CONFIG_LOG=y | ||
|
||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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 |
---|---|---|
|
@@ -13,3 +13,5 @@ CONFIG_ST7789V_RGB565=y | |
CONFIG_DISPLAY_LOG_LEVEL_DBG=y | ||
|
||
CONFIG_LOG=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,4 +5,3 @@ CONFIG_CAN_MAX_FILTER=5 | |
CONFIG_SHELL=y | ||
CONFIG_CAN_SHELL=y | ||
CONFIG_DEVICE_SHELL=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,2 @@ | ||
CONFIG_PRINTK=y | ||
CONFIG_COUNTER=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,5 @@ | ||
CONFIG_STDOUT_CONSOLE=y | ||
CONFIG_PRINTK=y | ||
CONFIG_I2C=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1,3 @@ | ||
CONFIG_ENTROPY_GENERATOR=y | ||
CONFIG_STDOUT_CONSOLE=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1 @@ | ||
CONFIG_GPIO=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -4,4 +4,3 @@ CONFIG_GPIO=y | |
CONFIG_LED=y | ||
CONFIG_HT16K33=y | ||
CONFIG_HT16K33_KEYSCAN=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,5 @@ CONFIG_STDOUT_CONSOLE=y | |
CONFIG_PRINTK=y | ||
|
||
CONFIG_I2C=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1,4 @@ | ||
CONFIG_I2C_NRFX=y | ||
CONFIG_I2C_0=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,2 +1,4 @@ | ||
CONFIG_PRINTK=y | ||
CONFIG_I2C=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,3 @@ | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,4 +2,3 @@ | |
|
||
CONFIG_LOG=y | ||
CONFIG_LED_STRIP=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,4 +2,3 @@ CONFIG_LOG=y | |
CONFIG_I2C=y | ||
CONFIG_LED=y | ||
CONFIG_LP3943=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,4 +2,3 @@ CONFIG_LOG=y | |
CONFIG_I2C=y | ||
CONFIG_LED=y | ||
CONFIG_LP5562=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,4 +8,3 @@ CONFIG_SPI=y | |
|
||
CONFIG_LED_STRIP=y | ||
CONFIG_LPD880X_STRIP=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -4,4 +4,3 @@ CONFIG_I2C=y | |
|
||
CONFIG_LED=y | ||
CONFIG_PCA9633=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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,4 +2,3 @@ | |
|
||
CONFIG_LOG=y | ||
CONFIG_LED_STRIP=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ CONFIG_PRINTK=y | |
|
||
CONFIG_SPI=y | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,5 @@ | ||
CONFIG_LOG=y | ||
CONFIG_WDT_LOG_LEVEL_DBG=y | ||
CONFIG_WATCHDOG=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,5 @@ CONFIG_LOG=y | |
|
||
CONFIG_LVGL=y | ||
CONFIG_LVGL_OBJ_LABEL=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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 @@ | ||
# nothing here | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,5 @@ | ||
CONFIG_MULTITHREADING=n | ||
CONFIG_SHELL=y | ||
CONFIG_LOG=y | ||
|
||
CONFIG_SYS_TIMEOUT_LEGACY_API=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,4 +6,3 @@ CONFIG_ETH_E1000=y | |
CONFIG_PCIE=y | ||
|
||
#CONFIG_ETHERNET_LOG_LEVEL_DBG=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -17,4 +17,3 @@ CONFIG_LOG=y | |
|
||
CONFIG_SLIP_STATISTICS=n | ||
CONFIG_NET_SHELL=y | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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 |
---|---|---|
|
@@ -9,4 +9,3 @@ IPV6_ROUTE_1="2001:db8::/64" | |
|
||
IPV4_ADDR_1="192.0.2.2" | ||
IPV4_ROUTE_1="192.0.2.0/24" | ||
CONFIG_SYS_TIMEOUT_LEGACY_API=y |
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
Oops, something went wrong.