-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
22 lines (19 loc) · 818 Bytes
/
platformio.ini
File metadata and controls
22 lines (19 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; 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:genericSTM32F401CC]
platform = ststm32
board = genericSTM32F401CC
framework = arduino
upload_protocol = stlink
build_flags = -D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
lib_deps = https://github.com/adafruit/Adafruit_BNO08x.git
https://github.com/bluerobotics/BlueRobotics_MS5837_Library.git
; https://github.com/rahulknns/MPU_6050.git#v1.1
https://github.com/auvsocietyiiitdm/rosserial_arduino_custommsgs_lib.git