Files
retrobsd/sys/pic32/max32-eth/MAX32-ETH
2014-04-09 14:27:18 +01:00

26 lines
454 B
Plaintext

#
# Max32 board with Arduino Ethernet shield
# ========================================
#
# Console on UART1
# SD/MMC card driver on SPI2
core pic32mx7
mapping max32
linker bootloader-max32
device kernel led=LED cpu_khz=80000 bus_khz=80000
device console device=tty0
device uart1 baud=115200
device uart2 baud=115200
device uart3 baud=115200
device uart4 baud=115200
device sd0 port=2 cs=4
device gpio
device spi
device adc
device foreignbootloader