2012-04-06 23:58:25 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 23:58:25 +08:00
|
|
|
#
|
2012-04-24 03:55:32 +08:00
|
|
|
|
|
|
|
if ARCH_BOARD_SUREPIC32MX
|
2013-05-27 06:44:53 +08:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Select Sure PIC32MX Board"
|
|
|
|
default ARCH_DBDP11215
|
|
|
|
|
|
|
|
config ARCH_DBDP11215
|
|
|
|
bool "DB_DP11215 PIC32 Storage Demo Board"
|
2013-07-04 01:39:54 +08:00
|
|
|
select ARCH_HAVE_LEDS
|
2013-05-27 06:44:53 +08:00
|
|
|
---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
|
2012-04-24 03:55:32 +08:00
|
|
|
endif
|