-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathplatformio.ini
More file actions
138 lines (113 loc) · 2.56 KB
/
platformio.ini
File metadata and controls
138 lines (113 loc) · 2.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:adafruit_circuitplayground_m0]
platform = atmelsam
framework = arduino
board = adafruit_circuitplayground_m0
[env:adafruit_feather_m0]
platform = atmelsam
framework = arduino
board = adafruit_feather_m0
[env:adafruit_metro_m4]
platform = atmelsam
framework = arduino
board = adafruit_metro_m4
[env:due]
platform = atmelsam
framework = arduino
board = due
[env:dueUSB]
platform = atmelsam
framework = arduino
board = dueUSB
[env:digix]
platform = atmelsam
framework = arduino
board = digix
[env:industruino_420maker]
platform = atmelsam
board = industruino_420maker
framework = arduino
; External 3.3v on or off:
; EXT_3V3_ON=1 or EXT_3V3_ON=0
; Serial communication SPI+I2C or SPI+UART or I2C+UART:
; SERCOM_CONFIG_1 or SERCOM_CONFIG_2 or SERCOM_CONFIG_3
build_flags = -D EXT_3V3_ON=1 -D SERCOM_CONFIG_1
[env:industruino_d21g]
platform = atmelsam
board = industruino_d21g
framework = arduino
[env:mkr1000USB]
platform = atmelsam
framework = arduino
board = mkr1000USB
[env:mkrzero]
platform = atmelsam
framework = arduino
board = mkrzero
[env:mzeropro]
platform = atmelsam
framework = arduino
board = mzeropro
[env:mzeroUSB]
platform = atmelsam
framework = arduino
board = mzeroUSB
[env:sodaq_autonomo]
platform = atmelsam
framework = arduino
board = sodaq_autonomo
[env:sparkfun samd21 mini usb]
platform = atmelsam
framework = arduino
board = sparkfun_samd21_mini_usb
[env:sparkfun_samd51_thing_plus]
platform = atmelsam
framework = arduino
board = sparkfun_samd51_thing_plus
[env:tian]
platform = atmelsam
framework = arduino
board = tian
[env:zero]
platform = atmelsam
framework = arduino
board = zero
[env:zeroUSB]
platform = atmelsam
framework = arduino
board = zeroUSB
[env:current_ranger]
platform = atmelsam
framework = arduino
board = current_ranger
[env:minitronics20]
platform = atmelsam
framework = arduino
board = minitronics20
[env:seeed_wio_terminal]
platform = atmelsam
board = seeed_wio_terminal
framework = arduino
[env:seeed_xiao]
platform = atmelsam
board = seeed_xiao
framework = arduino
[env:seeed_femto]
platform = atmelsam
board = seeed_femto
framework = arduino
[env:seeed_zero]
platform = atmelsam
board = seeed_zero
framework = arduino
[env:seeed_wio_lite_mg126]
platform = atmelsam
board = seeed_wio_lite_mg126
framework = arduino