-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplatformio.ini
26 lines (25 loc) · 1.03 KB
/
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
; 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:rocket_flight_computer]
platform = atmelsam
board = rocket_flight_computer
board_build.variants_dir = boards/variants
board_build.variant = rocket_flight_computer
framework = arduino
lib_deps =
https://github.com/ImperialSpaceSociety/Accelerometer_H3LIS331DL#v1.0.2-rfc
sparkfun/SparkFun LSM9DS1 IMU@^2.0.0
https://github.com/Schm1tz1/arduino-ms5xxx#1.0.2
https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#v2.0.7
https://github.com/rlogiacco/BatterySense ; Battery SOC estimator
https://github.com/ImperialSpaceSociety/Si446x#v1.0.0
FreeRTOS_SAMD21 @ ^2.3.0
https://github.com/ImperialSpaceSociety/Arduino_MKRMEM#1.2.0-rc2
adafruit/Adafruit SPIFlash @ 2.0.2