This commit is contained in:
Edward Emelianov
2025-10-02 21:42:37 +03:00
parent 83b9fd552b
commit 6059c3a798
33 changed files with 3487 additions and 0 deletions

10
F3:F303/BME280/Makefile Normal file
View File

@@ -0,0 +1,10 @@
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