Files
retrobsd/tools/configsys/board/MAX32
Serge Vakulenko 717ab59efd Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
2015-09-07 22:22:35 -07:00

28 lines
485 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 mhz=10
device gpio
device spi
device adc
device pwm
#device skel
device foreignbootloader