24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
#
|
|
# Ethernet/USB Starter Kit with I/O Expansion board
|
|
# =================================================
|
|
#
|
|
# Console on USB
|
|
# For Windows, use the driver: http://www.schmalzhaus.com/UBW32/FW/UBW32inf.zip
|
|
|
|
core pic32mx7
|
|
linker bootloader
|
|
mapping generic
|
|
|
|
device kernel led=D2
|
|
|
|
device console device=ttyUSB0
|
|
device uartusb
|
|
|
|
device rdisk led=D1
|
|
device sd0 port=1 cs=B1
|
|
|
|
device gpio
|
|
device adc
|
|
|
|
device bootloader button=D6 jump=0x9d000000 led=D0 invled2=D1 invled3=D2
|