Skip to content

Commit

Permalink
add esp32 to smoketester
Browse files Browse the repository at this point in the history
  • Loading branch information
t-moe committed Dec 4, 2024
1 parent 99c55c7 commit 6b2e28c
Show file tree
Hide file tree
Showing 14 changed files with 1,624 additions and 20 deletions.
13 changes: 13 additions & 0 deletions .github/test-projects/esp32/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[target.'cfg(target_arch = "riscv32")']
rustflags = [
"-C", "force-frame-pointers",
]

[target.'cfg(target_arch = "xtensa")']
rustflags = [
"-C", "link-arg=-nostartfiles",
]

[unstable]
build-std = ["core"]

2 changes: 2 additions & 0 deletions .github/test-projects/esp32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/output
Loading

0 comments on commit 6b2e28c

Please sign in to comment.