Skip to content

Commit 9c4ac4e

Browse files
authored
Merge pull request #2 from JurajSadel/update
Update to [email protected] and [email protected]
2 parents 6050c74 + 05b25f5 commit 9c4ac4e

File tree

4 files changed

+610
-909
lines changed

4 files changed

+610
-909
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)