-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
29 lines (25 loc) · 858 Bytes
/
Copy pathplatformio.ini
File metadata and controls
29 lines (25 loc) · 858 Bytes
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
; 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
; Airbrakes flying seal: /dev/cu.usbserial-AU0K3FHU
; On sled flying seal: /dev/cu.usbserial-AU0K4AAD
[env:genericSTM32F103C8]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
build_flags = -D HAVE_HWSERIAL1
upload_protocol = serial
upload_speed = 115200
monitor_speed = 115200
upload_port = /dev/cu.usbserial-AU0K4AAD
monitor_port = /dev/cu.usbserial-AU0K4AAD
lib_deps =
arduino-libraries/SD@^1.3.0
sparkfun/SparkFun BNO080 Cortex Based IMU@^1.1.12
adafruit/RTClib