2023-03-20 23:45:51 +03:00

10 lines
212 B
Makefile

BINARY := nitrogen
# MCU code
MCU := F302xc
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f302xB.ld
DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32