Skip to content

Commit 59af4ec

Browse files
committed
add esp32 to smoketester
1 parent 99c55c7 commit 59af4ec

14 files changed

+1624
-20
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[target.'cfg(target_arch = "riscv32")']
2+
rustflags = [
3+
"-C", "force-frame-pointers",
4+
]
5+
6+
[target.'cfg(target_arch = "xtensa")']
7+
rustflags = [
8+
"-C", "link-arg=-nostartfiles",
9+
]
10+
11+
[unstable]
12+
build-std = ["core"]
13+
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
/output

0 commit comments

Comments
 (0)