-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
46 lines (42 loc) · 1.07 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[platformio]
src_dir = examples/ArenaControllerTeensy12-12
lib_dir = src
default_envs = teensy41
[common_env_data]
build_flags =
-Isrc
lib_deps_builtin =
SPI
lib_deps_external =
; https://github.com/janelia-arduino/SdFat.git#2.1.2
https://github.com/janelia-arduino/WatchdogTeensy4.git#0.1.0
https://github.com/janelia-arduino/QNEthernet.git#v0.29.1
https://github.com/janelia-arduino/TimerOne.git#1.2.0
https://github.com/janelia-arduino/qp-arduino.git#main
https://github.com/janelia-arduino/TimerThree.git#1.1.1
lib_deps_local =
src/ArenaController
[env]
lib_ldf_mode = off
build_flags =
${common_env_data.build_flags}
; monitor_flags =
; --echo
; --eol
; CRLF
monitor_filters =
send_on_enter
colorize
monitor_speed = 115200
lib_deps =
${common_env_data.lib_deps_builtin}
${common_env_data.lib_deps_external}
${common_env_data.lib_deps_local}
[env:teensy41]
platform = teensy
framework = arduino
board = teensy41
upload_protocol = teensy-cli
; pio run
; pio run -e teensy41 --target upload --upload-port /dev/ttyACM0
; pio device monitor