platformio.ini 311 Bytes
Newer Older
1 2 3 4
[env:bluepill_f103c8]
platform = ststm32
framework = arduino
board = bluepill_f103c8_128k
5 6
platform_packages =
    toolchain-gccarmnoneeabi @ 1.90201.191206
7
upload_protocol = jlink
8
build_flags = -O3 -UDEBUG -DNDEBUG
9 10 11
    -D NUM_ANALOG_INPUTS=10
    -D NUM_ANALOG_FIRST=20
build_unflags = -Os
12
build_type = release