All configsys stuff moved to tools/configsys/ directory, not used anymore.
21 lines
373 B
Plaintext
21 lines
373 B
Plaintext
#
|
|
# Duinomite-eMega board
|
|
# =====================
|
|
#
|
|
# Console on USB
|
|
# For Windows, use the driver: http://www.schmalzhaus.com/UBW32/FW/UBW32inf.zip
|
|
|
|
core pic32mx7
|
|
mapping generic
|
|
linker bootloader-maximite
|
|
|
|
device kernel cpu_khz=80000 bus_khz=40000 led=B15
|
|
|
|
device console device=ttyUSB0
|
|
device uartusb
|
|
|
|
device rdisk led=C1
|
|
device sd0 port=3 cs=G12 power=G13
|
|
|
|
device gpio
|