mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add I2C for F303, fix bug in USB (some variables wasn't volatile)
This commit is contained in:
8
F3:F303/I2C_scan/Makefile
Normal file
8
F3:F303/I2C_scan/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
BINARY := i2cscan
|
||||
# MCU code
|
||||
MCU := F303xb
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT := stm32f303xB.ld
|
||||
|
||||
include ../makefile.f3
|
||||
include ../../makefile.stm32
|
||||
Reference in New Issue
Block a user