You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
; NOTE: See https://github.com/platformio/platform-ststm32/blob/master/examples/arduino-blink/platformio.ini
; for information regarding STM32F103 build targets in PlatformIO
[env:genericSTM32F103C8]
; build_build.core = maple ; Unnecessary, as "genericSTM32F103C8" target imples usage of the maple core
platform = ststm32
board = genericSTM32F103C8
framework = arduino
monitor_speed = 250000
upload_protocol = dfu
; Replace above line with following lines if using ST-Link for upload/debugging
; upload_protocol = stlink
; debug_tool = stlink
lib_deps =
MPU6050_tockn@>=1.5.1
868
; Replace above with one of these when and if DFU support is merged into the PlatformIO repo (https://github.com/platformio/platform-ststm32/issues/249)