forked from grblHAL/iMXRT1062
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.tpl
More file actions
41 lines (35 loc) · 799 Bytes
/
Copy pathplatformio.tpl
File metadata and controls
41 lines (35 loc) · 799 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
30
31
32
33
34
35
36
37
38
39
40
41
#
# Template for Web Builder, iMXRT1062
#
[platformio]
src_dir = src
include_dir = src
[common]
build_flags =
-I bluetooth # workaround for relative 3rd party plugin includes starting with ../
-g3
-fmax-errors=5
-fno-strict-aliasing
-D OVERRIDE_MY_MACHINE
lib_archive = no
lib_deps =
extra_scripts =
src_filter = +<src/*>
[env]
framework = arduino
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
monitor_speed = 250000
monitor_flags =
[eth_networking]
build_flags =
lib_deps = /home/webbuilder/grblHAL/teensy41_ethernet
[env:%env_name%]
board = %board%
platform = teensy@4.16
build_flags = ${common.build_flags}
%build_flags%
lib_deps = ${common.lib_deps}
%lib_deps%
/home/webbuilder/grblHAL/uSDFS