Skip to content

Commit 749e5b6

Browse files
committed
Update dependencies and improve build script
- Updated dependencies in Cargo.toml for esp-hal, esp-rtos, esp-radio, and others to their latest versions. - Enhanced build.rs to provide clearer error messages for missing symbols and improved linker script handling. - Modified main.rs to include stricter Clippy linting for memory safety and updated the initialization of peripherals. - Refactored connect_to_wifi function in wifi.rs to use the new esp-radio API and improved DHCP configuration handling. - Adjusted WiFi connection logic to use the new ClientConfig structure for better configuration management.
1 parent 95041dc commit 749e5b6

File tree

6 files changed

+471
-300
lines changed

6 files changed

+471
-300
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@ rustflags = ["-C", "link-arg=-nostartfiles"]
1010

1111
target = "xtensa-esp32s3-none-elf"
1212

13-
[cargo-new]
14-
edition = "2024"
15-
1613
[unstable]
1714
build-std = ["alloc", "core"]

0 commit comments

Comments
 (0)