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