-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathplatformio.ini
32 lines (28 loc) · 1022 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
; 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
; http://docs.platformio.org/page/projectconf.html
[env:genericSTM32F103C8]
platform = ststm32@~3.8.0
board = genericSTM32F103C8
framework = arduino
upload_protocol = serial
; debug_tool = stlink-v2
; upload_protocol = stlink-v2
; upload_flags = -c set CPUTAPID 0x2ba01477
;upload_port = COM5
;!!! ^---Make sure to change the COM port number to what ever COM port your computer reports! If unsure, check in the Arduino IDE under Tools->Port
;[env:genericSTM32F103C8]
;platform = https://github.com/platformio/platform-ststm32.git
;board = genericSTM32F103C8
;framework = arduino
;debug_tool = stlink
;upload_protocol = serial
;board_build.core = maple
;upload_port = COM6
;lib_deps = olikraus/U8g2@^2.28.8