mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
Merged in alinjerpelea/nuttx (pull request #966)
group boards by architecture * z80: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z16: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * xtensa: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * x86: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sim: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * risc-v: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * renesas: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * or1k: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * misoc: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mips: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * hc: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * avr: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * arm: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: group boards by architecture Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
c6b5049e3e
commit
af28821c77
3863 changed files with 2177 additions and 2160 deletions
938
boards/Kconfig
938
boards/Kconfig
|
@ -2064,519 +2064,525 @@ config ARCH_IRQBUTTONS
|
|||
comment "Board-Specific Options"
|
||||
|
||||
|
||||
if ARCH_BOARD_AMBER
|
||||
source "boards/amber/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ARDUINO_MEGA2560
|
||||
source "boards/arduino-mega2560/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ARDUINO_DUE
|
||||
source "boards/arduino-due/Kconfig"
|
||||
source "boards/arm/arduino-due/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_AVR32DEV1
|
||||
source "boards/avr32dev1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_BAMBINO_200E
|
||||
source "boards/bambino-200e/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_C5471EVM
|
||||
source "boards/c5471evm/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_CLICKER2_STM32
|
||||
source "boards/clicker2-stm32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_CLOUDCTRL
|
||||
source "boards/cloudctrl/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_DEMOS92S12NEC64
|
||||
source "boards/demo9s12ne64/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_DK_TM4C129X
|
||||
source "boards/dk-tm4c129x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EA3131
|
||||
source "boards/ea3131/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EA3152
|
||||
source "boards/ea3152/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EAGLE100
|
||||
source "boards/eagle100/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EFM32G8XXSTK
|
||||
source "boards/efm32-g8xx-stk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EFM32GG_STK3700
|
||||
source "boards/efm32gg-stk3700/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EKKLM3S9B96
|
||||
source "boards/ekk-lm3s9b96/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ESP32CORE
|
||||
source "boards/esp32-core/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EZ80F910200KITG
|
||||
source "boards/ez80f910200kitg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EZ80F910200ZCO
|
||||
source "boards/ez80f910200zco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FIRE_STM32
|
||||
source "boards/fire-stm32v2/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FLIPNCLICK_PIC32MZ
|
||||
source "boards/flipnclick-pic32mz/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FLIPNCLICK_SAM3X
|
||||
source "boards/flipnclick-sam3x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_K28F
|
||||
source "boards/freedom-k28f/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_K64F
|
||||
source "boards/freedom-k64f/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_K66F
|
||||
source "boards/freedom-k66f/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_KL25Z
|
||||
source "boards/freedom-kl25z/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_KL26Z
|
||||
source "boards/freedom-kl26z/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_GAPUINO
|
||||
source "boards/gapuino/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_HYMINI_STM32V
|
||||
source "boards/hymini-stm32v/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_IMXRT1050_EVK
|
||||
source "boards/imxrt1050-evk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_IMXRT1060_EVK
|
||||
source "boards/imxrt1060-evk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_KWIKSTIK_K40
|
||||
source "boards/kwikstik-k40/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LAUNCHXL_CC1310
|
||||
source "boards/launchxl-cc1310/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LAUNCHXL_CC1312R1
|
||||
source "boards/launchxl-cc1312r1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LAUNCHXL_TMS57004
|
||||
source "boards/launchxl-tms57004/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LC823450_XGEVK
|
||||
source "boards/lc823450-xgevk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LINCOLN60
|
||||
source "boards/lincoln60/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S6432S2E
|
||||
source "boards/lm3s6432-s2e/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S6965EK
|
||||
source "boards/lm3s6965-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S8962EK
|
||||
source "boards/lm3s8962-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S8962EK
|
||||
source "boards/lm4f120-launchpad/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4088_DEVKIT
|
||||
source "boards/lpc4088-devkit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4088_QUICKSTART
|
||||
source "boards/lpc4088-quickstart/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4330_XPLORER
|
||||
source "boards/lpc4330-xplorer/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4337_WS
|
||||
source "boards/lpc4337-ws/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4357_EVB
|
||||
source "boards/lpc4357-evb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4370_LINK2
|
||||
source "boards/lpc4370-link2/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPCXPRESSO
|
||||
source "boards/lpcxpresso-lpc1768/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPCXPRESSO_LPC54628
|
||||
source "boards/lpcxpresso-lpc54628/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MAKERLISP
|
||||
source "boards/makerlisp/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MAPLE
|
||||
source "boards/maple/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MAX32660_EVSYS
|
||||
source "boards/max32660-evsys/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MBED
|
||||
source "boards/mbed/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MCB1700
|
||||
source "boards/mcb1700/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MCU123_LPC214X
|
||||
source "boards/mcu123-lpc214x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_METRO_M4
|
||||
source "boards/metro-m4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MICROPENDOUS3
|
||||
source "boards/micropendous3/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MIKROE_STM32F4
|
||||
source "boards/mikroe-stm32f4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MIRTOO
|
||||
source "boards/mirtoo/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MISOC_QEMU || ARCH_BOARD_MISOC_VERILATOR
|
||||
source "boards/misoc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MOTEINO_MEGA
|
||||
source "boards/moteino-mega/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MOXA
|
||||
source "boards/moxa/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NE64BADGE
|
||||
source "boards/ne64badge/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NRF52_GENERIC
|
||||
source "boards/nrf52-generic/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NTOSD_DM320
|
||||
source "boards/ntosd-dm320/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_144
|
||||
source "boards/nucleo-144/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F072RB
|
||||
source "boards/nucleo-f072rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F091RC
|
||||
source "boards/nucleo-f091rc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F103RB
|
||||
source "boards/nucleo-f103rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F207ZG
|
||||
source "boards/nucleo-f207zg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F302R8
|
||||
source "boards/nucleo-f302r8/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F303RE
|
||||
source "boards/nucleo-f303re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F303ZE
|
||||
source "boards/nucleo-f303ze/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F334R8
|
||||
source "boards/nucleo-f334r8/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F401RE || ARCH_BOARD_NUCLEO_F411RE
|
||||
source "boards/nucleo-f4x1re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F44RE
|
||||
source "boards/nucleo-f446re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F410RB
|
||||
source "boards/nucleo-f410rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_G071RB
|
||||
source "boards/nucleo-g071rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_H743ZI
|
||||
source "boards/nucleo-h743zi/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L073RZ
|
||||
source "boards/nucleo-l073rz/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L152RE
|
||||
source "boards/nucleo-l152re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L432KC
|
||||
source "boards/nucleo-l432kc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L452RE
|
||||
source "boards/nucleo-l452re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L476RG
|
||||
source "boards/nucleo-l476rg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L496ZG
|
||||
source "boards/nucleo-l496zg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUTINY_NUC120
|
||||
source "boards/nutiny-nuc120/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_EFM32G880F128_STK
|
||||
source "boards/olimex-efm32g880f128-stk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC1766STK
|
||||
source "boards/olimex-lpc1766stk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEXLPC2378
|
||||
source "boards/olimex-lpc2378/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_LPC_H3131
|
||||
source "boards/olimex-lpc-h3131/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32H405
|
||||
source "boards/olimex-stm32-h405/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32H407
|
||||
source "boards/olimex-stm32-h407/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32E407
|
||||
source "boards/olimex-stm32-e407/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32P107
|
||||
source "boards/olimex-stm32-p107/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32P207
|
||||
source "boards/olimex-stm32-p207/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32P407
|
||||
source "boards/olimex-stm32-p407/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STRP711
|
||||
source "boards/olimex-strp711/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEXINO_STM32
|
||||
source "boards/olimexino-stm32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OMNIBUSF4
|
||||
source "boards/omnibusf4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OPEN1788
|
||||
source "boards/open1788/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OR1K
|
||||
source "boards/or1k/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PCDUINO_A10
|
||||
source "boards/pcduino-a10/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_BEAGLEBONE_BLACK
|
||||
source "boards/beaglebone-black/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PIC32MX_STARTERKIT
|
||||
source "boards/pic32mx-starterkit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PIC32MX7MMB
|
||||
source "boards/pic32mx7mmb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PIC32MZ_STARTERKIT
|
||||
source "boards/pic32mz-starterkit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_QEMU_I486
|
||||
source "boards/qemu-i486/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SABRE_6QUAD
|
||||
source "boards/sabre-6quad/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D2_XULT
|
||||
source "boards/sama5d2-xult/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D3X_EK
|
||||
source "boards/sama5d3x-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D3_XPLAINED
|
||||
source "boards/sama5d3-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D4_EK
|
||||
source "boards/sama5d4-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMD20_XPLAINED
|
||||
source "boards/samd20-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMD21_XPLAINED
|
||||
source "boards/samd21-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAML21_XPLAINED
|
||||
source "boards/saml21-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM3UEK
|
||||
source "boards/sam3u-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4CMP_DB
|
||||
source "boards/sam4cmp-db/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4EEK
|
||||
source "boards/sam4e-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4L_XPLAINED
|
||||
source "boards/sam4l-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4S_XPLAINED
|
||||
source "boards/sam4s-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4S_XPLAINED_PRO
|
||||
source "boards/sam4s-xplained-pro/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAME70_XPLAINED
|
||||
source "boards/same70-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMV71_XULT
|
||||
source "boards/samv71-xult/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SHENZHOU
|
||||
source "boards/shenzhou/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SKP16C26
|
||||
source "boards/skp16c26/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PHOTON
|
||||
source "boards/photon/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PNEV5180B
|
||||
source "boards/pnev5180b/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32_BUTTERFLY2
|
||||
source "boards/stm32butterfly2/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32_TINY
|
||||
source "boards/stm32_tiny/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F051_DISCOVERY
|
||||
source "boards/stm32f051-discovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F072_DISCOVERY
|
||||
source "boards/stm32f072-discovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F103_MINIMUM
|
||||
source "boards/stm32f103-minimum/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM3210E_EVAL
|
||||
source "boards/stm3210e-eval/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM3220G_EVAL
|
||||
source "boards/stm3220g-eval/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM3240G_EVAL
|
||||
source "boards/stm3240g-eval/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F334_DISCO
|
||||
source "boards/stm32f334-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F4_DISCOVERY
|
||||
source "boards/stm32f4discovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F411E_DISCO
|
||||
source "boards/stm32f411e-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F429I_DISCO
|
||||
source "boards/stm32f429i-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F746G_DISCO
|
||||
source "boards/stm32f746g-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F769I_DISCO
|
||||
source "boards/stm32f769i-disco/Kconfig"
|
||||
if ARCH_BOARD_AXOLOTI
|
||||
source "boards/arm/axoloti/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_B_L072Z_LRWAN1
|
||||
source "boards/b-l072z-lrwan1/Kconfig"
|
||||
source "boards/arm/b-l072z-lrwan1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_B_L475E_IOT01A
|
||||
source "boards/b-l475e-iot01a/Kconfig"
|
||||
source "boards/arm/b-l475e-iot01a/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_BAMBINO_200E
|
||||
source "boards/arm/bambino-200e/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_BEAGLEBONE_BLACK
|
||||
source "boards/arm/beaglebone-black/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_C5471EVM
|
||||
source "boards/arm/c5471evm/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_CLICKER2_STM32
|
||||
source "boards/arm/clicker2-stm32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_CLOUDCTRL
|
||||
source "boards/arm/cloudctrl/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_DK_TM4C129X
|
||||
source "boards/arm/dk-tm4c129x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EA3131
|
||||
source "boards/arm/ea3131/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EA3152
|
||||
source "boards/arm/ea3152/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EAGLE100
|
||||
source "boards/arm/eagle100/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EFM32G8XXSTK
|
||||
source "boards/arm/efm32-g8xx-stk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EFM32GG_STK3700
|
||||
source "boards/arm/efm32gg-stk3700/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EKKLM3S9B96
|
||||
source "boards/arm/ekk-lm3s9b96/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FIRE_STM32
|
||||
source "boards/arm/fire-stm32v2/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FLIPNCLICK_SAM3X
|
||||
source "boards/arm/flipnclick-sam3x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_K28F
|
||||
source "boards/arm/freedom-k28f/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_K64F
|
||||
source "boards/arm/freedom-k64f/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_K66F
|
||||
source "boards/arm/freedom-k66f/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_KL25Z
|
||||
source "boards/arm/freedom-kl25z/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FREEDOM_KL26Z
|
||||
source "boards/arm/freedom-kl26z/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_HYMINI_STM32V
|
||||
source "boards/arm/hymini-stm32v/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_IMXRT1050_EVK
|
||||
source "boards/arm/imxrt1050-evk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_IMXRT1060_EVK
|
||||
source "boards/arm/imxrt1060-evk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_KWIKSTIK_K40
|
||||
source "boards/arm/kwikstik-k40/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LAUNCHXL_CC1310
|
||||
source "boards/arm/launchxl-cc1310/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LAUNCHXL_CC1312R1
|
||||
source "boards/arm/launchxl-cc1312r1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LAUNCHXL_TMS57004
|
||||
source "boards/arm/launchxl-tms57004/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LC823450_XGEVK
|
||||
source "boards/arm/lc823450-xgevk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LINCOLN60
|
||||
source "boards/arm/lincoln60/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S6432S2E
|
||||
source "boards/arm/lm3s6432-s2e/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S6965EK
|
||||
source "boards/arm/lm3s6965-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S8962EK
|
||||
source "boards/arm/lm3s8962-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LM3S8962EK
|
||||
source "boards/arm/lm4f120-launchpad/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4088_DEVKIT
|
||||
source "boards/arm/lpc4088-devkit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4088_QUICKSTART
|
||||
source "boards/arm/lpc4088-quickstart/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4330_XPLORER
|
||||
source "boards/arm/lpc4330-xplorer/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4337_WS
|
||||
source "boards/arm/lpc4337-ws/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4357_EVB
|
||||
source "boards/arm/lpc4357-evb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC4370_LINK2
|
||||
source "boards/arm/lpc4370-link2/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPCXPRESSO
|
||||
source "boards/arm/lpcxpresso-lpc1768/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPCXPRESSO_LPC54628
|
||||
source "boards/arm/lpcxpresso-lpc54628/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MAPLE
|
||||
source "boards/arm/maple/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MAX32660_EVSYS
|
||||
source "boards/arm/max32660-evsys/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MBED
|
||||
source "boards/arm/mbed/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MCB1700
|
||||
source "boards/arm/mcb1700/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MCU123_LPC214X
|
||||
source "boards/arm/mcu123-lpc214x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_METRO_M4
|
||||
source "boards/arm/metro-m4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MIKROE_STM32F4
|
||||
source "boards/arm/mikroe-stm32f4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MOXA
|
||||
source "boards/arm/moxa/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NRF52_GENERIC
|
||||
source "boards/arm/nrf52-generic/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NTOSD_DM320
|
||||
source "boards/arm/ntosd-dm320/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_144
|
||||
source "boards/arm/nucleo-144/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F072RB
|
||||
source "boards/arm/nucleo-f072rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F091RC
|
||||
source "boards/arm/nucleo-f091rc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F103RB
|
||||
source "boards/arm/nucleo-f103rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F207ZG
|
||||
source "boards/arm/nucleo-f207zg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F302R8
|
||||
source "boards/arm/nucleo-f302r8/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F303RE
|
||||
source "boards/arm/nucleo-f303re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F303ZE
|
||||
source "boards/arm/nucleo-f303ze/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F334R8
|
||||
source "boards/arm/nucleo-f334r8/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F401RE || ARCH_BOARD_NUCLEO_F411RE
|
||||
source "boards/arm/nucleo-f4x1re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F44RE
|
||||
source "boards/arm/nucleo-f446re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_F410RB
|
||||
source "boards/arm/nucleo-f410rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_G071RB
|
||||
source "boards/arm/nucleo-g071rb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_H743ZI
|
||||
source "boards/arm/nucleo-h743zi/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L073RZ
|
||||
source "boards/arm/nucleo-l073rz/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L152RE
|
||||
source "boards/arm/nucleo-l152re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L432KC
|
||||
source "boards/arm/nucleo-l432kc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L452RE
|
||||
source "boards/arm/nucleo-l452re/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L476RG
|
||||
source "boards/arm/nucleo-l476rg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUCLEO_L496ZG
|
||||
source "boards/arm/nucleo-l496zg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NUTINY_NUC120
|
||||
source "boards/arm/nutiny-nuc120/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_EFM32G880F128_STK
|
||||
source "boards/arm/olimex-efm32g880f128-stk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_LPC1766STK
|
||||
source "boards/arm/olimex-lpc1766stk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEXLPC2378
|
||||
source "boards/arm/olimex-lpc2378/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_LPC_H3131
|
||||
source "boards/arm/olimex-lpc-h3131/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32H405
|
||||
source "boards/arm/olimex-stm32-h405/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32H407
|
||||
source "boards/arm/olimex-stm32-h407/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32E407
|
||||
source "boards/arm/olimex-stm32-e407/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32P107
|
||||
source "boards/arm/olimex-stm32-p107/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32P207
|
||||
source "boards/arm/olimex-stm32-p207/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STM32P407
|
||||
source "boards/arm/olimex-stm32-p407/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEX_STRP711
|
||||
source "boards/arm/olimex-strp711/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OLIMEXINO_STM32
|
||||
source "boards/arm/olimexino-stm32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OMNIBUSF4
|
||||
source "boards/arm/omnibusf4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OPEN1788
|
||||
source "boards/arm/open1788/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PCDUINO_A10
|
||||
source "boards/arm/pcduino-a10/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SABRE_6QUAD
|
||||
source "boards/arm/sabre-6quad/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D2_XULT
|
||||
source "boards/arm/sama5d2-xult/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D3X_EK
|
||||
source "boards/arm/sama5d3x-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D3_XPLAINED
|
||||
source "boards/arm/sama5d3-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMA5D4_EK
|
||||
source "boards/arm/sama5d4-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMD20_XPLAINED
|
||||
source "boards/arm/samd20-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMD21_XPLAINED
|
||||
source "boards/arm/samd21-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAML21_XPLAINED
|
||||
source "boards/arm/saml21-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM3UEK
|
||||
source "boards/arm/sam3u-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4CMP_DB
|
||||
source "boards/arm/sam4cmp-db/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4EEK
|
||||
source "boards/arm/sam4e-ek/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4L_XPLAINED
|
||||
source "boards/arm/sam4l-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4S_XPLAINED
|
||||
source "boards/arm/sam4s-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAM4S_XPLAINED_PRO
|
||||
source "boards/arm/sam4s-xplained-pro/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAME70_XPLAINED
|
||||
source "boards/arm/same70-xplained/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SAMV71_XULT
|
||||
source "boards/arm/samv71-xult/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SHENZHOU
|
||||
source "boards/arm/shenzhou/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PHOTON
|
||||
source "boards/arm/photon/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PNEV5180B
|
||||
source "boards/arm/pnev5180b/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32_BUTTERFLY2
|
||||
source "boards/arm/stm32butterfly2/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32_TINY
|
||||
source "boards/arm/stm32_tiny/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F051_DISCOVERY
|
||||
source "boards/arm/stm32f051-discovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F072_DISCOVERY
|
||||
source "boards/arm/stm32f072-discovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F103_MINIMUM
|
||||
source "boards/arm/stm32f103-minimum/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM3210E_EVAL
|
||||
source "boards/arm/stm3210e-eval/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM3220G_EVAL
|
||||
source "boards/arm/stm3220g-eval/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM3240G_EVAL
|
||||
source "boards/arm/stm3240g-eval/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F334_DISCO
|
||||
source "boards/arm/stm32f334-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F4_DISCOVERY
|
||||
source "boards/arm/stm32f4discovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F411E_DISCO
|
||||
source "boards/arm/stm32f411e-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F429I_DISCO
|
||||
source "boards/arm/stm32f429i-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F746G_DISCO
|
||||
source "boards/arm/stm32f746g-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F769I_DISCO
|
||||
source "boards/arm/stm32f769i-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32F746_WS
|
||||
source "boards/stm32f746-ws/Kconfig"
|
||||
source "boards/arm/stm32f746-ws/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32L476VG_DISCO
|
||||
source "boards/stm32l476vg-disco/Kconfig"
|
||||
source "boards/arm/stm32l476vg-disco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32L476_MDK
|
||||
source "boards/stm32l476-mdk/Kconfig"
|
||||
source "boards/arm/stm32l476-mdk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32L_DISCOVERY
|
||||
source "boards/stm32ldiscovery/Kconfig"
|
||||
source "boards/arm/stm32ldiscovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_STM32VL_DISCOVERY
|
||||
source "boards/stm32vldiscovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SUREPIC32MX
|
||||
source "boards/sure-pic32mx/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TEENSY_20
|
||||
source "boards/teensy-2.0/Kconfig"
|
||||
source "boards/arm/stm32vldiscovery/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TEENSY_3X
|
||||
source "boards/teensy-3.x/Kconfig"
|
||||
source "boards/arm/teensy-3.x/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TEENSY_LC
|
||||
source "boards/teensy-lc/Kconfig"
|
||||
source "boards/arm/teensy-lc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TM4C123G_LAUNCHPAD
|
||||
source "boards/tm4c123g-launchpad/Kconfig"
|
||||
source "boards/arm/tm4c123g-launchpad/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TM4C1294_LAUNCHPAD
|
||||
source "boards/tm4c1294-launchpad/Kconfig"
|
||||
source "boards/arm/tm4c1294-launchpad/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TMS570LS31X_USB_KIT
|
||||
source "boards/tms570ls31x-usb-kit/Kconfig"
|
||||
source "boards/arm/tms570ls31x-usb-kit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TWR_K60N512
|
||||
source "boards/twr-k60n512/Kconfig"
|
||||
source "boards/arm/twr-k60n512/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TWR_K64F120M
|
||||
source "boards/twr-k64f120m/Kconfig"
|
||||
source "boards/arm/twr-k64f120m/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_U_BLOX_C027
|
||||
source "boards/u-blox-c027/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_UBW32
|
||||
source "boards/ubw32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_US7032EVB1
|
||||
source "boards/us7032evb1/Kconfig"
|
||||
source "boards/arm/u-blox-c027/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_VIEWTOOL_STM32F107
|
||||
source "boards/viewtool-stm32f107/Kconfig"
|
||||
source "boards/arm/viewtool-stm32f107/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_XMC4500RELAX
|
||||
source "boards/xmc4500-relax/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z16F2800100ZCOG
|
||||
source "boards/z16f2800100zcog/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z80SIM
|
||||
source "boards/z80sim/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z8ENCORE000ZCO
|
||||
source "boards/z8encore000zco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z8F64200100KIT
|
||||
source "boards/z8f64200100kit/Kconfig"
|
||||
source "boards/arm/xmc4500-relax/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ZP214XPA
|
||||
source "boards/zp214xpa/Kconfig"
|
||||
source "boards/arm/zp214xpa/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ZKITARM
|
||||
source "boards/zkit-arm-1769/Kconfig"
|
||||
source "boards/arm/zkit-arm-1769/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SPRESENSE
|
||||
source "boards/spresense/Kconfig"
|
||||
source "boards/arm/spresense/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SIM
|
||||
source "boards/sim/Kconfig"
|
||||
if ARCH_BOARD_AMBER
|
||||
source "boards/avr/amber/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ARDUINO_MEGA2560
|
||||
source "boards/avr/arduino-mega2560/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_AVR32DEV1
|
||||
source "boards/avr/avr32dev1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MICROPENDOUS3
|
||||
source "boards/avr/micropendous3/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MOTEINO_MEGA
|
||||
source "boards/avr/moteino-mega/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_TEENSY_20
|
||||
source "boards/avr/teensy-2.0/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_CUSTOM
|
||||
source "boards/dummy/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_DEMOS92S12NEC64
|
||||
source "boards/hc/demo9s12ne64/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NE64BADGE
|
||||
source "boards/hc/ne64badge/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_FLIPNCLICK_PIC32MZ
|
||||
source "boards/mips/flipnclick-pic32mz/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MIRTOO
|
||||
source "boards/mips/mirtoo/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PIC32MX_STARTERKIT
|
||||
source "boards/mips/pic32mx-starterkit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PIC32MX7MMB
|
||||
source "boards/mips/pic32mx7mmb/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_PIC32MZ_STARTERKIT
|
||||
source "boards/mips/pic32mz-starterkit/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SUREPIC32MX
|
||||
source "boards/mips/sure-pic32mx/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_UBW32
|
||||
source "boards/mips/ubw32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MISOC_QEMU || ARCH_BOARD_MISOC_VERILATOR
|
||||
source "boards/misoc/misoc/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_OR1K
|
||||
source "boards/or1k/or1k/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SKP16C26
|
||||
source "boards/renesas/skp16c26/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_US7032EVB1
|
||||
source "boards/renesas/us7032evb1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_GAPUINO
|
||||
source "boards/risc-v/gapuino/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NR5M100_NEXYS4
|
||||
source "boards/risc-v/nr5m100-nexys4/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_SIM
|
||||
source "boards/sim/sim/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_QEMU_I486
|
||||
source "boards/x86/qemu-i486/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_ESP32CORE
|
||||
source "boards/xtensa/esp32-core/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z16F2800100ZCOG
|
||||
source "boards/z16/z16f2800100zcog/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EZ80F910200KITG
|
||||
source "boards/z80/ez80f910200kitg/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_EZ80F910200ZCO
|
||||
source "boards/z80/ez80f910200zco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MAKERLISP
|
||||
source "boards/z80/makerlisp/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z80SIM
|
||||
source "boards/z80/z80sim/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z8ENCORE000ZCO
|
||||
source "boards/z80/z8encore000zco/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_Z8F64200100KIT
|
||||
source "boards/z80/z8f64200100kit/Kconfig"
|
||||
endif
|
||||
|
||||
config BOARD_CRASHDUMP
|
||||
bool "Enable Board level logging of crash dumps"
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __BOARDS_ARDUINO_DUE_INCLUDE_BOARD_H
|
||||
#define __BOARDS_ARDUINO_DUE_INCLUDE_BOARD_H
|
||||
#ifndef __BOARDS_ARM_ARDUINO_DUE_INCLUDE_BOARD_H
|
||||
#define __BOARDS_ARM_ARDUINO_DUE_INCLUDE_BOARD_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -224,4 +224,4 @@
|
|||
GPIO_PIN8 | GPIO_CFG_PULLUP)
|
||||
#endif
|
||||
|
||||
#endif /* __BOARDS_ARDUINO_DUE_INCLUDE_BOARD_H */
|
||||
#endif /* __BOARDS_ARM_ARDUINO_DUE_INCLUDE_BOARD_H */
|
|
@ -44,13 +44,13 @@ ifeq ($(WINTOOL),y)
|
|||
MKDEP = $(TOPDIR)/tools/mkwindeps.sh
|
||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/arduino-due.ld}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/arduino-due.ld}"
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/arduino-due.ld
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/arduino-due.ld
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __BOARDS_ARDUINO_DUE_SRC_ARDUNO_DUE_H
|
||||
#define __BOARDS_ARDUINO_DUE_SRC_ARDUNO_DUE_H
|
||||
#ifndef __BOARDS_ARM_ARDUINO_DUE_SRC_ARDUNO_DUE_H
|
||||
#define __BOARDS_ARM_ARDUINO_DUE_SRC_ARDUNO_DUE_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -360,5 +360,5 @@ int sam_tsc_setup(int minor);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __BOARDS_ARDUINO_DUE_SRC_ARDUNO_DUE_H */
|
||||
#endif /* __BOARDS_ARM_ARDUINO_DUE_SRC_ARDUNO_DUE_H */
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __BOARDS_AXOLOTI_INCLUDE_BOARD_H
|
||||
#define __BOARDS_AXOLOTI_INCLUDE_BOARD_H
|
||||
#ifndef __BOARDS_ARM_AXOLOTI_INCLUDE_BOARD_H
|
||||
#define __BOARDS_ARM_AXOLOTI_INCLUDE_BOARD_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -272,4 +272,4 @@
|
|||
|
||||
#define DMAMAP_SDIO DMAMAP_SDIO_2
|
||||
|
||||
#endif /* __CONFIG_AXOLOTI_INCLUDE_BOARD_H */
|
||||
#endif /* __BOARDS_ARM_AXOLOTI_INCLUDE_BOARD_H */
|
|
@ -46,13 +46,13 @@ ifeq ($(WINTOOL),y)
|
|||
MKDEP = $(TOPDIR)/tools/mkwindeps.sh
|
||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
||||
|
@ -112,9 +112,9 @@ CXXELFFLAGS = $(CXXFLAGS) -mlong-calls # --target1-abs
|
|||
|
||||
LDELFFLAGS = -r -e main
|
||||
ifeq ($(WINTOOL),y)
|
||||
LDELFFLAGS += -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/gnu-elf.ld}"
|
||||
LDELFFLAGS += -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/gnu-elf.ld}"
|
||||
else
|
||||
LDELFFLAGS += -T $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/gnu-elf.ld
|
||||
LDELFFLAGS += -T $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/gnu-elf.ld
|
||||
endif
|
||||
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __BOARDS_AXOLOTI_SRC_AXOLOTI_H
|
||||
#define __BOARDS_AXOLOTI_SRC_AXOLOTI_H
|
||||
#ifndef __BOARDS_ARM_AXOLOTI_SRC_AXOLOTI_H
|
||||
#define __BOARDS_ARM_AXOLOTI_SRC_AXOLOTI_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -248,4 +248,4 @@ int stm32_sdram_initialize(void);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __BOARDS_AXOLOTI_SRC_AXOLOTI_H */
|
||||
#endif /* __BOARDS_ARM_AXOLOTI_SRC_AXOLOTI_H */
|
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __CONFIG_B_L072Z_LRWAN1_INCLUDE_BOARD_H
|
||||
#define __CONFIG_B_L072Z_LRWAN1_INCLUDE_BOARD_H
|
||||
#ifndef __BOARDS_ARM_B_L072Z_LRWAN1_INCLUDE_BOARD_H
|
||||
#define __BOARDS_ARM_B_L072Z_LRWAN1_INCLUDE_BOARD_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -258,4 +258,4 @@
|
|||
|
||||
#define ADC1_DMA_CHAN DMACHAN_ADC1_1 /* DMA1_CH1 */
|
||||
|
||||
#endif /* __CONFIG_NUCLEO_LO73RZ_INCLUDE_BOARD_H */
|
||||
#endif /* __BOARDS_ARM_NUCLEO_LO73RZ_INCLUDE_BOARD_H */
|
|
@ -46,13 +46,13 @@ ifeq ($(WINTOOL),y)
|
|||
MKDEP = $(TOPDIR)/tools/mkwindeps.sh
|
||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __BOARDS_B_L072Z_LRWAN1_SRC_B_L072Z_LRWAN1_H
|
||||
#define __BOARDS_B_L072Z_LRWAN1_SRC_B_L072Z_LRWAN1_H
|
||||
#ifndef __BOARDS_ARM_B_L072Z_LRWAN1_SRC_B_L072Z_LRWAN1_H
|
||||
#define __BOARDS_ARM_B_L072Z_LRWAN1_SRC_B_L072Z_LRWAN1_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -177,4 +177,4 @@ int stm32_lpwaninitialize(void);
|
|||
int stm32_adc_setup(void);
|
||||
#endif
|
||||
|
||||
#endif /* __BOARDS_B_L072Z_LRWAN1_SRC_B_L072Z_LRWAN1_H */
|
||||
#endif /* __BOARDS_ARM_B_L072Z_LRWAN1_SRC_B_L072Z_LRWAN1_H */
|
|
@ -32,8 +32,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __CONFIG_B_L475E_IOT01A_INCLUDE_B_L475E_IOT01A_CLOCK_H
|
||||
#define __CONFIG_B_L475E_IOT01A_INCLUDE_B_L475E_IOT01A_CLOCK_H
|
||||
#ifndef __BOARDS_ARM_B_L475E_IOT01A_INCLUDE_B_L475E_IOT01A_CLOCK_H
|
||||
#define __BOARDS_ARM_B_L475E_IOT01A_INCLUDE_B_L475E_IOT01A_CLOCK_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -515,4 +515,4 @@ extern "C"
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __CONFIG_B_L475E_IOT01A_INCLUDE_B_L475E_IOT01A_CLOCK */
|
||||
#endif /* __BOARDS_ARM_B_L475E_IOT01A_INCLUDE_B_L475E_IOT01A_CLOCK */
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __CONFIG_B_L475E_IOT01A_INCLUDE_BOARD_H
|
||||
#define __CONFIG_B_L475E_IOT01A_INCLUDE_BOARD_H
|
||||
#ifndef __BOARDS_ARM_B_L475E_IOT01A_INCLUDE_BOARD_H
|
||||
#define __BOARDS_ARM_B_L475E_IOT01A_INCLUDE_BOARD_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -198,4 +198,4 @@ extern "C"
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __CONFIG_B_L475E_IOT01A_INCLUDE_BOARD_H */
|
||||
#endif /* __BOARDS_ARM_B_L475E_IOT01A_INCLUDE_BOARD_H */
|
|
@ -46,13 +46,13 @@ ifeq ($(WINTOOL),y)
|
|||
MKDEP = $(TOPDIR)/tools/mkwindeps.sh
|
||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __BOARDS_B_L475E_IOT01A_SRC_B_L475E_IOT01A_H
|
||||
#define __BOARDS_B_L475E_IOT01A_SRC_B_L475E_IOT01A_H
|
||||
#ifndef __BOARDS_ARM_B_L475E_IOT01A_SRC_B_L475E_IOT01A_H
|
||||
#define __BOARDS_ARM_B_L475E_IOT01A_SRC_B_L475E_IOT01A_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -206,4 +206,4 @@ int stm32l4_spirit_initialize(void);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __BOARDS_B_L475E_IOT01A_SRC_B_L475E_IOT01A_H */
|
||||
#endif /* __BOARDS_ARM_B_L475E_IOT01A_SRC_B_L475E_IOT01A_H */
|
|
@ -67,14 +67,14 @@ ifeq ($(WINTOOL),y)
|
|||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" \
|
||||
-isystem "${shell cygpath -w $(TOPDIR)/include/cxx}" \
|
||||
-isystem "${shell cygpath -w $(TOPDIR)/include/libcxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include \
|
||||
-isystem $(TOPDIR)/include/cxx -isystem $(TOPDIR)/include/libcxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __CONFIG_BAMBINO_200E_INCLUDE_BOARD_H
|
||||
#define __CONFIG_BAMBINO_200E_INCLUDE_BOARD_H
|
||||
#ifndef __BOARDS_ARM_BAMBINO_200E_INCLUDE_BOARD_H
|
||||
#define __BOARDS_ARM_BAMBINO_200E_INCLUDE_BOARD_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -399,4 +399,4 @@
|
|||
#define GPIO_SD_CMD PINCONF_SD_CMD_1
|
||||
#define GPIO_SD_CLK CLKCONF_SD_CLK_2
|
||||
|
||||
#endif /* __CONFIG_BAMBINO_200E_INCLUDE_BOARD_H */
|
||||
#endif /* __BOARDS_ARM_BAMBINO_200E_INCLUDE_BOARD_H */
|
|
@ -65,13 +65,13 @@ ifeq ($(WINTOOL),y)
|
|||
MKDEP = $(TOPDIR)/tools/mkwindeps.sh
|
||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
ARCHSCRIPT = -T$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue