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