boards: defconfig: Consistently quote string defaults
In preparation for introducing a warning. Unquoted string defaults work through a quirk of Kconfig (undefined symbols get their name as their string value), but look confusing. It's done inconsistently now too. Suggested by Kumar Gala. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
3ac3216d89
commit
a3128e6a2c
85 changed files with 85 additions and 85 deletions
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_96B_ARGONKEY
|
if BOARD_96B_ARGONKEY
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default 96b_argonkey
|
default "96b_argonkey"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_96B_CARBON
|
if BOARD_96B_CARBON
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default 96b_carbon
|
default "96b_carbon"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_96B_CARBON_NRF51
|
if BOARD_96B_CARBON_NRF51
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default 96b_carbon_nrf51
|
default "96b_carbon_nrf51"
|
||||||
|
|
||||||
if UART_NRF5
|
if UART_NRF5
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_96B_NEONKEY
|
if BOARD_96B_NEONKEY
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default 96b_neonkey
|
default "96b_neonkey"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_96B_NITROGEN
|
if BOARD_96B_NITROGEN
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default 96b_nitrogen
|
default "96b_nitrogen"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
if BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO
|
if BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default adafruit_feather_m0_basic_proto
|
default "adafruit_feather_m0_basic_proto"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
if BOARD_ADAFRUIT_TRINKET_M0
|
if BOARD_ADAFRUIT_TRINKET_M0
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default adafruit_trinket_m0
|
default "adafruit_trinket_m0"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_ARDUINO_DUE
|
if BOARD_ARDUINO_DUE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default arduino_due
|
default "arduino_due"
|
||||||
|
|
||||||
if GPIO
|
if GPIO
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
if BOARD_ARDUINO_ZERO
|
if BOARD_ARDUINO_ZERO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default arduino_zero
|
default "arduino_zero"
|
||||||
|
|
||||||
endif # BOARD_ARDUINO_ZERO
|
endif # BOARD_ARDUINO_ZERO
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_BBC_MICROBIT
|
if BOARD_BBC_MICROBIT
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default bbc_microbit
|
default "bbc_microbit"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
if BOARD_CC2650_SENSORTAG
|
if BOARD_CC2650_SENSORTAG
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default cc2650_sensortag
|
default "cc2650_sensortag"
|
||||||
|
|
||||||
endif # BOARD_CC2650_SENSORTAG
|
endif # BOARD_CC2650_SENSORTAG
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
if BOARD_CC3220SF_LAUNCHXL
|
if BOARD_CC3220SF_LAUNCHXL
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default cc3220sf_launchxl
|
default "cc3220sf_launchxl"
|
||||||
|
|
||||||
if I2C
|
if I2C
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_COLIBRI_IMX7D_M4
|
if BOARD_COLIBRI_IMX7D_M4
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default colibri_imx7d_m4
|
default "colibri_imx7d_m4"
|
||||||
|
|
||||||
if GPIO_IMX
|
if GPIO_IMX
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_CURIE_BLE
|
if BOARD_CURIE_BLE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default curie_ble
|
default "curie_ble"
|
||||||
|
|
||||||
if UART_NRF5
|
if UART_NRF5
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_DISCO_L475_IOT1
|
if BOARD_DISCO_L475_IOT1
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default disco_l475_iot1
|
default "disco_l475_iot1"
|
||||||
|
|
||||||
if CLOCK_STM32_SYSCLK_SRC_PLL
|
if CLOCK_STM32_SYSCLK_SRC_PLL
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_DRAGINO_LSN50
|
if BOARD_DRAGINO_LSN50
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default dragino_lsn50
|
default "dragino_lsn50"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_EFM32WG_STK3800
|
if BOARD_EFM32WG_STK3800
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default efm32wg_stk3800
|
default "efm32wg_stk3800"
|
||||||
|
|
||||||
config CMU_HFXO_FREQ
|
config CMU_HFXO_FREQ
|
||||||
default 48000000
|
default 48000000
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_FRDM_K64F
|
if BOARD_FRDM_K64F
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default frdm_k64f
|
default "frdm_k64f"
|
||||||
|
|
||||||
config OSC_XTAL0_FREQ
|
config OSC_XTAL0_FREQ
|
||||||
default 50000000
|
default 50000000
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_FRDM_KL25Z
|
if BOARD_FRDM_KL25Z
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default frdm_kl25z
|
default "frdm_kl25z"
|
||||||
|
|
||||||
config OSC_XTAL0_FREQ
|
config OSC_XTAL0_FREQ
|
||||||
default 8000000
|
default 8000000
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_FRDM_KW41Z
|
if BOARD_FRDM_KW41Z
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default frdm_kw41z
|
default "frdm_kw41z"
|
||||||
|
|
||||||
config OSC_XTAL0_FREQ
|
config OSC_XTAL0_FREQ
|
||||||
default 32000000
|
default 32000000
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_HEXIWEAR_K64
|
if BOARD_HEXIWEAR_K64
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default hexiwear_k64
|
default "hexiwear_k64"
|
||||||
|
|
||||||
config OSC_XTAL0_FREQ
|
config OSC_XTAL0_FREQ
|
||||||
default 12000000
|
default 12000000
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_HEXIWEAR_KW40Z
|
if BOARD_HEXIWEAR_KW40Z
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default hexiwear_kw40z
|
default "hexiwear_kw40z"
|
||||||
|
|
||||||
config OSC_XTAL0_FREQ
|
config OSC_XTAL0_FREQ
|
||||||
default 32000000
|
default 32000000
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_LPCXPRESSO54114_M0
|
if BOARD_LPCXPRESSO54114_M0
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default lpcxpresso54114_m0
|
default "lpcxpresso54114_m0"
|
||||||
|
|
||||||
if USART_MCUX_LPC
|
if USART_MCUX_LPC
|
||||||
config USART_MCUX_LPC_0
|
config USART_MCUX_LPC_0
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_LPCXPRESSO54114_M4
|
if BOARD_LPCXPRESSO54114_M4
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default lpcxpresso54114_m4
|
default "lpcxpresso54114_m4"
|
||||||
|
|
||||||
if USART_MCUX_LPC
|
if USART_MCUX_LPC
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_MIMXRT1050_EVK
|
if BOARD_MIMXRT1050_EVK
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default mimxrt1050_evk
|
default "mimxrt1050_evk"
|
||||||
|
|
||||||
if GPIO_MCUX_IGPIO
|
if GPIO_MCUX_IGPIO
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_MPS2_AN385
|
if BOARD_MPS2_AN385
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default mps2_an385
|
default "mps2_an385"
|
||||||
|
|
||||||
if GPIO
|
if GPIO
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
if BOARD_MSP_EXP432P401R_LAUNCHXL
|
if BOARD_MSP_EXP432P401R_LAUNCHXL
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default msp_exp432p401r_launchxl
|
default "msp_exp432p401r_launchxl"
|
||||||
|
|
||||||
endif # BOARD_MSP_EXP432P401R_LAUNCHXL
|
endif # BOARD_MSP_EXP432P401R_LAUNCHXL
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF51_BLE400
|
if BOARD_NRF51_BLE400
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf51_ble400
|
default "nrf51_ble400"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF51_BLENANO
|
if BOARD_NRF51_BLENANO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf51_blenano
|
default "nrf51_blenano"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF51_PCA10028
|
if BOARD_NRF51_PCA10028
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf51_pca10028
|
default "nrf51_pca10028"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF51_VBLUNO51
|
if BOARD_NRF51_VBLUNO51
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf51_vbluno51
|
default "nrf51_vbluno51"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF52840_PCA10056
|
if BOARD_NRF52840_PCA10056
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf52840_pca10056
|
default "nrf52840_pca10056"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF52_BLENANO2
|
if BOARD_NRF52_BLENANO2
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf52_blenano2
|
default "nrf52_blenano2"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF52_PCA10040
|
if BOARD_NRF52_PCA10040
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf52_pca10040
|
default "nrf52_pca10040"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF52_PCA20020
|
if BOARD_NRF52_PCA20020
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf52_pca20020
|
default "nrf52_pca20020"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NRF52_SPARKFUN
|
if BOARD_NRF52_SPARKFUN
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf52_sparkfun
|
default "nrf52_sparkfun"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_NRF52_VBLUNO52
|
if BOARD_NRF52_VBLUNO52
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nrf52_vbluno52
|
default "nrf52_vbluno52"
|
||||||
|
|
||||||
if GPIO_NRF5
|
if GPIO_NRF5
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F030R8
|
if BOARD_NUCLEO_F030R8
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f030r8
|
default "nucleo_f030r8"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F070RB
|
if BOARD_NUCLEO_F070RB
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f070rb
|
default "nucleo_f070rb"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F091RC
|
if BOARD_NUCLEO_F091RC
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f091rc
|
default "nucleo_f091rc"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F103RB
|
if BOARD_NUCLEO_F103RB
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f103rb
|
default "nucleo_f103rb"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F334R8
|
if BOARD_NUCLEO_F334R8
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f334r8
|
default "nucleo_f334r8"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F401RE
|
if BOARD_NUCLEO_F401RE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f401re
|
default "nucleo_f401re"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F411RE
|
if BOARD_NUCLEO_F411RE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f411re
|
default "nucleo_f411re"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F412ZG
|
if BOARD_NUCLEO_F412ZG
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f412zg
|
default "nucleo_f412zg"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F413ZH
|
if BOARD_NUCLEO_F413ZH
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f413zh
|
default "nucleo_f413zh"
|
||||||
|
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F429ZI
|
if BOARD_NUCLEO_F429ZI
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f429zi
|
default "nucleo_f429zi"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_F446RE
|
if BOARD_NUCLEO_F446RE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_f446re
|
default "nucleo_f446re"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_L053R8
|
if BOARD_NUCLEO_L053R8
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_l053r8
|
default "nucleo_l053r8"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_NUCLEO_L073RZ
|
if BOARD_NUCLEO_L073RZ
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_l073rz
|
default "nucleo_l073rz"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
if BOARD_NUCLEO_L432KC
|
if BOARD_NUCLEO_L432KC
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_l432kc
|
default "nucleo_l432kc"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
if BOARD_NUCLEO_L476RG
|
if BOARD_NUCLEO_L476RG
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default nucleo_l476rg
|
default "nucleo_l476rg"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_OLIMEX_STM32_E407
|
if BOARD_OLIMEX_STM32_E407
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default olimex_stm32_e407
|
default "olimex_stm32_e407"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_OLIMEX_STM32_H407
|
if BOARD_OLIMEX_STM32_H407
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default olimex_stm32_h407
|
default "olimex_stm32_h407"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_OLIMEX_STM32_P405
|
if BOARD_OLIMEX_STM32_P405
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default olimex_stm32_p405
|
default "olimex_stm32_p405"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_OLIMEXINO_STM32
|
if BOARD_OLIMEXINO_STM32
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default olimexino_stm32
|
default "olimexino_stm32"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ config BUILD_OUTPUT_BIN
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default qemu_cortex_m3
|
default "qemu_cortex_m3"
|
||||||
|
|
||||||
endif # BOARD_QEMU_CORTEX_M3
|
endif # BOARD_QEMU_CORTEX_M3
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if BOARD_QUARK_SE_C1000_BLE
|
if BOARD_QUARK_SE_C1000_BLE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default quark_se_c1000_ble
|
default "quark_se_c1000_ble"
|
||||||
|
|
||||||
if UART_NRF5
|
if UART_NRF5
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ if BOARD_SAM4S_XPLAINED
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
string
|
string
|
||||||
default sam4s_xplained
|
default "sam4s_xplained"
|
||||||
|
|
||||||
if I2C
|
if I2C
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ if BOARD_SAM_E70_XPLAINED
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
string
|
string
|
||||||
default sam_e70_xplained
|
default "sam_e70_xplained"
|
||||||
|
|
||||||
if I2S
|
if I2S
|
||||||
config I2S_SAM_SSC
|
config I2S_SAM_SSC
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM3210C_EVAL
|
if BOARD_STM3210C_EVAL
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm3210c_eval
|
default "stm3210c_eval"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32373C_EVAL
|
if BOARD_STM32373C_EVAL
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32373c_eval
|
default "stm32373c_eval"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32_MIN_DEV
|
if BOARD_STM32_MIN_DEV
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32_min_dev
|
default "stm32_min_dev"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32_MINI_A15
|
if BOARD_STM32_MINI_A15
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32_mini_a15
|
default "stm32_mini_a15"
|
||||||
|
|
||||||
config BOARD_DEPRECATED
|
config BOARD_DEPRECATED
|
||||||
default "1.11"
|
default "1.11"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F072_EVAL
|
if BOARD_STM32F072_EVAL
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f072_eval
|
default "stm32f072_eval"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F072B_DISCO
|
if BOARD_STM32F072B_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f072b_disco
|
default "stm32f072b_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F0_DISCO
|
if BOARD_STM32F0_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f0_disco
|
default "stm32f0_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F3_DISCO
|
if BOARD_STM32F3_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f3_disco
|
default "stm32f3_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F411E_DISCO
|
if BOARD_STM32F411E_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f411e_disco
|
default "stm32f411e_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
if BOARD_STM32F412G_DISCO
|
if BOARD_STM32F412G_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f412g_disco
|
default "stm32f412g_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F429I_DISC1
|
if BOARD_STM32F429I_DISC1
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f429i_disc1
|
default "stm32f429i_disc1"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F469I_DISCO
|
if BOARD_STM32F469I_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f469i_disco
|
default "stm32f469i_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32F4_DISCO
|
if BOARD_STM32F4_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32f4_disco
|
default "stm32f4_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_STM32L476G_DISCO
|
if BOARD_STM32L476G_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32l476g_disco
|
default "stm32l476g_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
if BOARD_STM32L496G_DISCO
|
if BOARD_STM32L496G_DISCO
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default stm32l496g_disco
|
default "stm32l496g_disco"
|
||||||
|
|
||||||
if UART_CONSOLE
|
if UART_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
if BOARD_USB_KW24D512
|
if BOARD_USB_KW24D512
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default usb_kw24d512
|
default "usb_kw24d512"
|
||||||
|
|
||||||
config OSC_XTAL0_FREQ
|
config OSC_XTAL0_FREQ
|
||||||
# The MCU is configured to use 4 MHz external
|
# The MCU is configured to use 4 MHz external
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
if BOARD_V2M_BEETLE
|
if BOARD_V2M_BEETLE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default v2m_beetle
|
default "v2m_beetle"
|
||||||
|
|
||||||
if GPIO
|
if GPIO
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ config BUILD_OUTPUT_STRIPPED
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default galileo
|
default "galileo"
|
||||||
|
|
||||||
config I2C
|
config I2C
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
if BOARD_MINNOWBOARD
|
if BOARD_MINNOWBOARD
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default minnowboard
|
default "minnowboard"
|
||||||
|
|
||||||
config BUILD_OUTPUT_STRIPPED
|
config BUILD_OUTPUT_STRIPPED
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
|
@ -6,6 +6,6 @@ config BUILD_OUTPUT_BIN
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default qemu_x86
|
default "qemu_x86"
|
||||||
|
|
||||||
endif # BOARD_QEMU_X86
|
endif # BOARD_QEMU_X86
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
if BOARD_X86_JAILHOUSE
|
if BOARD_X86_JAILHOUSE
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default x86_jailhouse
|
default "x86_jailhouse"
|
||||||
|
|
||||||
config JAILHOUSE
|
config JAILHOUSE
|
||||||
bool "Zephyr port to boot as a (x86) Jailhouse inmate cell payload"
|
bool "Zephyr port to boot as a (x86) Jailhouse inmate cell payload"
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
if BOARD_ESP32
|
if BOARD_ESP32
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default esp32
|
default "esp32"
|
||||||
|
|
||||||
endif # BOARD_ESP32
|
endif # BOARD_ESP32
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
if BOARD_INTEL_S1000_CRB
|
if BOARD_INTEL_S1000_CRB
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default intel_s1000_crb
|
default "intel_s1000_crb"
|
||||||
|
|
||||||
config BOARD_XTENSA
|
config BOARD_XTENSA
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
|
@ -8,6 +8,6 @@ config BUILD_OUTPUT_BIN
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default qemu_xtensa
|
default "qemu_xtensa"
|
||||||
|
|
||||||
endif # BOARD_QEMU_XTENSA
|
endif # BOARD_QEMU_XTENSA
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
if BOARD_XT_SIM
|
if BOARD_XT_SIM
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default xt-sim
|
default "xt-sim"
|
||||||
|
|
||||||
endif # BOARD_SIMULATOR_XTENSA
|
endif # BOARD_SIMULATOR_XTENSA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue