22 lines
373 B
Plaintext
22 lines
373 B
Plaintext
# MAX32 board
|
|
|
|
core pic32mx7
|
|
linker bootloader-max32
|
|
mapping max32
|
|
device kernel led=12 cpu_khz=80000 bus_khz=80000
|
|
|
|
device console device=tty0 led=LED
|
|
device uart1 baud=115200
|
|
#device uart2 baud=115200
|
|
#device uart3 baud=115200
|
|
#device uart4 baud=115200
|
|
|
|
device rdisk led=44
|
|
device sd0 port=4 cs=9
|
|
device sd1 port=4 cs=10
|
|
|
|
device gpio
|
|
device adc
|
|
|
|
device foreignbootloader
|