brotherax_teletype/brotherax240_cntrl/platformio.ini

22 lines
542 B
INI
Raw Normal View History

2022-02-13 12:37:40 +00:00
; 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:genericSTM32F103C8]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
2022-02-13 13:28:10 +00:00
build_flags =
-D HAVE_HWSERIAL1
2022-02-13 12:37:40 +00:00
upload_protocol = serial
2022-02-13 13:28:10 +00:00
monitor_speed = 9200