Edward Emelianov 6059c3a798 start
2025-10-02 21:42:37 +03:00

11 lines
223 B
Makefile

BINARY := bme280
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
DEFINES := -DUSB1_16
LDADD := -lm
include ../makefile.f3
include ../../makefile.stm32