Compare commits
2 Commits
414e7f0041
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d09ce7bc1 | |||
| 0f2d455a42 |
@@ -14,4 +14,4 @@ rustflags = [
|
||||
target = "xtensa-esp32-none-elf"
|
||||
|
||||
[unstable]
|
||||
build-std = ["alloc", "core"]
|
||||
build-std = ["core"]
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
extern crate alloc;
|
||||
use esp_backtrace as _;
|
||||
|
||||
use embedded_hal::serial::Read;
|
||||
|
||||
Reference in New Issue
Block a user