22 lines
362 B
Plaintext
22 lines
362 B
Plaintext
#
|
|
# UBW32 board
|
|
# ===========
|
|
#
|
|
# Console on USB
|
|
# For Windows, use the driver: http://www.schmalzhaus.com/UBW32/FW/UBW32inf.zip
|
|
|
|
core pic32mx7
|
|
linker bootloader-ubw32
|
|
mapping generic
|
|
|
|
device kernel invled=E2
|
|
|
|
device console invled=E3 device=ttyUSB0
|
|
device uartusb
|
|
|
|
device rdisk invled=E1 invswap=E0
|
|
device sd0 port=1 cs=A9
|
|
device sd1 port=1 cs=A10
|
|
|
|
device gpio
|