4 lines
101 B
Makefile
4 lines
101 B
Makefile
# Describes the CPU on this board to the rest of the SDK.
|
|
RISCV_ARCH := rv32imac
|
|
RISCV_ABI := ilp32
|