; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:bluepill_f103c8] platform = ststm32 board = bluepill_f103c8 framework = arduino upload_protocol = stlink debug_tool = stlink monitor_speed = 115200 upload_flags = -c set CPUTAPID 0x1ba01477 debug_server = c:\Users\vpodberezsky\.platformio\packages\tool-openocd\bin\openocd -s c:\Users\vpodberezsky\.platformio\packages\tool-openocd\scripts -f interface/stlink.cfg -c "transport select hla_swd" -c "set CPUTAPID 0x1ba01477" -f target/stm32f1x.cfg -c "reset_config none" lib_deps = thomasfredericks/Bounce2@^2.72 adafruit/Adafruit ST7735 and ST7789 Library@^1.11.0 adafruit/Adafruit GFX Library @ ^1.11.9 stm32duino/STM32duino RTC@^1.7.0