Skip to content

Commit 8214157

Browse files
committed
test: Add ESP32 boards
1 parent 1920a75 commit 8214157

File tree

2 files changed

+69
-2
lines changed

2 files changed

+69
-2
lines changed

.github/workflows/platformio.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- SimpleSynth
2626
- CustomBaudRate
2727
board:
28+
# Arduino
2829
- uno
2930
- due
3031
- zero
@@ -34,10 +35,14 @@ jobs:
3435
- nano_every
3536
- nano33ble
3637
- megaatmega2560
38+
# Teensy
3739
- teensy2
3840
- teensy30
3941
- teensy31
4042
- teensylc
43+
# ESP-32
44+
- featheresp32
45+
- pico32
4146
steps:
4247
- uses: actions/checkout@v2
4348
- name: Cache pip

.vscode/settings.json

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,68 @@
99
"string_view": "cpp",
1010
"vector": "cpp",
1111
"istream": "cpp",
12-
"system_error": "cpp"
12+
"system_error": "cpp",
13+
"ios": "cpp",
14+
"__bit_reference": "cpp",
15+
"__bits": "cpp",
16+
"__config": "cpp",
17+
"__debug": "cpp",
18+
"__errc": "cpp",
19+
"__hash_table": "cpp",
20+
"__mutex_base": "cpp",
21+
"__node_handle": "cpp",
22+
"__nullptr": "cpp",
23+
"__split_buffer": "cpp",
24+
"__std_stream": "cpp",
25+
"__string": "cpp",
26+
"__threading_support": "cpp",
27+
"__tree": "cpp",
28+
"__tuple": "cpp",
29+
"array": "cpp",
30+
"atomic": "cpp",
31+
"bit": "cpp",
32+
"bitset": "cpp",
33+
"cctype": "cpp",
34+
"chrono": "cpp",
35+
"cinttypes": "cpp",
36+
"clocale": "cpp",
37+
"cmath": "cpp",
38+
"compare": "cpp",
39+
"complex": "cpp",
40+
"concepts": "cpp",
41+
"cstdarg": "cpp",
42+
"cstdint": "cpp",
43+
"cstdio": "cpp",
44+
"cstdlib": "cpp",
45+
"cstring": "cpp",
46+
"ctime": "cpp",
47+
"cwchar": "cpp",
48+
"cwctype": "cpp",
49+
"deque": "cpp",
50+
"exception": "cpp",
51+
"coroutine": "cpp",
52+
"fstream": "cpp",
53+
"initializer_list": "cpp",
54+
"iomanip": "cpp",
55+
"iosfwd": "cpp",
56+
"iostream": "cpp",
57+
"limits": "cpp",
58+
"locale": "cpp",
59+
"map": "cpp",
60+
"memory": "cpp",
61+
"mutex": "cpp",
62+
"new": "cpp",
63+
"optional": "cpp",
64+
"ratio": "cpp",
65+
"sstream": "cpp",
66+
"stack": "cpp",
67+
"stdexcept": "cpp",
68+
"streambuf": "cpp",
69+
"tuple": "cpp",
70+
"type_traits": "cpp",
71+
"typeinfo": "cpp",
72+
"unordered_map": "cpp",
73+
"variant": "cpp",
74+
"algorithm": "cpp"
1375
}
14-
}
76+
}

0 commit comments

Comments
 (0)