Skip to content

Commit a78b254

Browse files
committed
1 parent 069cb35 commit a78b254

File tree

4 files changed

+606
-906
lines changed

4 files changed

+606
-906
lines changed

.cargo/config.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ runner = "espflash flash --monitor"
33

44

55
[build]
6-
rustflags = [
7-
"-C", "link-arg=-Tlinkall.x",
8-
"-C", "link-arg=-nostartfiles",
9-
"-C", "link-arg=-Trom_functions.x",
10-
]
6+
rustflags = ["-C", "link-arg=-Tlinkall.x", "-C", "link-arg=-nostartfiles"]
117

128
target = "xtensa-esp32-none-elf"
139

1410
[unstable]
15-
build-std = ["core"]
11+
build-std = ["alloc", "core"]
12+
13+
[env]
14+
ESP_LOG = "info"

0 commit comments

Comments
 (0)