Skip to content

Commit

Permalink
Most of Rust code completed!
Browse files Browse the repository at this point in the history
Learning rust!
  • Loading branch information
pete-q committed Nov 3, 2024
1 parent 179a8ff commit 919b561
Show file tree
Hide file tree
Showing 1,490 changed files with 14,413 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added firmware/.DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions firmware/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was automatically generated.

[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor"


[env]
ESP_LOGLEVEL="INFO"

[build]
rustflags = [
"-C",
"link-arg=-nostartfiles",
]

target = "xtensa-esp32s3-none-elf"

[unstable]
build-std = ["core", "alloc"]
Loading

0 comments on commit 919b561

Please sign in to comment.