af28821c77
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>
41 lines
882 B
Plaintext
41 lines
882 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_SUREPIC32MX
|
|
|
|
choice
|
|
prompt "Select Sure PIC32MX Board"
|
|
default ARCH_DBDP11215
|
|
|
|
config ARCH_DBDP11215
|
|
bool "DB_DP11215 PIC32 Storage Demo Board"
|
|
select ARCH_HAVE_LEDS
|
|
---help---
|
|
DB_DP11215 PIC32 Storage Demo Board
|
|
|
|
- PIC32MX44F512H
|
|
- SD card slot
|
|
- RS-2323 Interface
|
|
- USB (MINI-B)
|
|
- 2x16 LCD display
|
|
- Three tactile switches
|
|
- Four user LEDs
|
|
|
|
config ARCH_DBDP11212
|
|
bool "DB-DP11212 PIC32 General Purpose Demo Board"
|
|
---help---
|
|
DB-DP11212 PIC32 General Purpose Demo Board
|
|
|
|
- PIC32MX44F512H
|
|
- LM75A temperature sensor and temperature resistor (NTC-SMD thermistor)
|
|
- SPI FLASH: AT25DF041A
|
|
- USB (MINI-B)
|
|
- 2x16 LCD display
|
|
- 4 digit, 8 segment LED display
|
|
- Three tactile switches
|
|
|
|
endchoice
|
|
endif
|