4 lines
246 B
Makefile
4 lines
246 B
Makefile
# These may be specific to where you installed the GNU Arm Embedded Toolchain
|
|
override GNU_INSTALL_ROOT := C:/Program Files (x86)/GNU Arm Embedded Toolchain/9 2020-q2-update/bin/
|
|
override GNU_VERSION := 9.3.1
|
|
override GNU_PREFIX := arm-none-eabi
|