Skip to content

Commit 0dd59e9

Browse files
committed
foa_mesh: Implemented baisc architecture.
1 parent 216396b commit 0dd59e9

File tree

15 files changed

+1943
-0
lines changed

15 files changed

+1943
-0
lines changed

foa_mesh/.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[unstable]
2+
build-std = ["core"]
3+

foa_mesh/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

foa_mesh/.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rust-analyzer.check.allTargets": false,
3+
"rust-analyzer.cargo.target": "xtensa-esp32-none-elf",
4+
"rust-analyzer.cargo.features": ["esp32"],
5+
"editor.formatOnSave": true
6+
}

0 commit comments

Comments
 (0)