mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 10:45:11 +03:00
10 lines
223 B
Makefile
10 lines
223 B
Makefile
BINARY := adc
|
|
#PREFIX=/opt/ARM10/bin/arm-none-eabi
|
|
# MCU code
|
|
MCU := F303xb
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT := stm32f303xB.ld
|
|
|
|
include ../makefile.f3
|
|
include ../../makefile.stm32
|