-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
65 lines (63 loc) · 1.69 KB
/
platformio.ini
File metadata and controls
65 lines (63 loc) · 1.69 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
; 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:teensy35]
platform = teensy
board = teensy35
framework = arduino
upload_protocol = teensy-gui
build_unflags = -std=gnu++11
build_flags =
-std=gnu++17
-I./ekf
src_filter =
+<*>
+<../ekf/*.cpp>
lib_deps =
hideakitai/ArxTypeTraits @ ^0.2.3
hideakitai/ArduinoEigen @ ^0.3.0
adafruit/Adafruit VC0706 Serial Camera Library @ ^1.1.0
adafruit/Adafruit BusIO @ ^1.14.1
adafruit/Adafruit LIS3MDL @ ^1.2.1
adafruit/Adafruit LSM9DS1 Library @ ^2.2.1
adafruit/Adafruit Unified Sensor @ ^1.1.9
monitor_speed = 9600
upload_flags =
-mmcu=imxrt1062
-w ; Wait for device
-r ; Auto reboot after upload
upload_port = COMX
test_port = COMX ; Same port as monitor_port
[env:teensy40]
platform = teensy
board = teensy40
framework = arduino
upload_protocol = teensy-gui
build_unflags = -std=gnu++11
build_flags =
-std=gnu++17
-I./ekf
src_filter =
+<*>
+<../ekf/*.cpp>
lib_deps =
hideakitai/ArxTypeTraits @ ^0.2.3
hideakitai/ArduinoEigen @ ^0.3.0
adafruit/Adafruit VC0706 Serial Camera Library @ ^1.1.0
adafruit/Adafruit BusIO @ ^1.14.1
adafruit/Adafruit LIS3MDL @ ^1.2.1
adafruit/Adafruit LSM9DS1 Library @ ^2.2.1
adafruit/Adafruit Unified Sensor @ ^1.1.9
monitor_speed = 9600
upload_flags =
-mmcu=imxrt1062
-w
-r
upload_port = COMX
test_port = COMX