24 lines
319 B
Plaintext
24 lines
319 B
Plaintext
#
|
|
# Fubarino board
|
|
# ==============
|
|
#
|
|
# Console on USB
|
|
# SD/MMC card driver on SPI2
|
|
|
|
core pic32mx7
|
|
mapping fubarino
|
|
linker bootloader-max32
|
|
|
|
device kernel led=21 cpu_khz=80000 bus_khz=80000
|
|
|
|
device console device=ttyUSB0
|
|
device uartusb
|
|
|
|
device sd0 port=2 cs=SS
|
|
|
|
device gpio
|
|
device pwm
|
|
device spi
|
|
device adc
|
|
device glcd
|