Skip to content

Commit 45bc2bf

Browse files
committed
Update documentation field
1 parent d79348b commit 45bc2bf

File tree

17 files changed

+17
-16
lines changed

17 files changed

+17
-16
lines changed

esp-alloc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.7.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "A heap allocator for Espressif devices"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-alloc/latest/"
88
keywords = ["allocator", "embedded", "esp32", "espressif", "memory"]
99
categories = ["embedded", "memory-management", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-backtrace/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.15.1"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Bare-metal backtrace support for Espressif devices"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-backtrace/latest/"
88
keywords = ["backtrace", "embedded", "esp32", "espressif"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Build utilities for esp-hal"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-build/latest/"
88
repository = "https://github.com/esp-rs/esp-hal"
99
license = "MIT OR Apache-2.0"
1010

esp-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Configure projects using esp-hal and related packages"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-config/latest/"
88
repository = "https://github.com/esp-rs/esp-hal"
99
license = "MIT OR Apache-2.0"
1010

esp-hal-embassy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.7.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Embassy support for esp-hal"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-hal-embassy/latest/"
88
keywords = ["async", "embedded", "esp32", "espressif"]
99
categories = ["asynchronous", "embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-hal-procmacros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.17.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Procedural macros for esp-hal"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-hal-procmacros/latest/"
88
repository = "https://github.com/esp-rs/esp-hal"
99
license = "MIT OR Apache-2.0"
1010

esp-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0-beta.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Bare-metal HAL for Espressif devices"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-hal/latest/"
88
keywords = ["embedded", "embedded-hal", "esp32", "espressif", "hal"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-ieee802154/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Low-level IEEE 802.15.4 driver for the ESP32-C6 and ESP32-H2"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-ieee802154/latest/"
88
keywords = ["embedded", "esp32", "espressif", "ieee802154", "wpan"]
99
categories = ["embedded", "network-programming", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-lp-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "HAL for low-power RISC-V coprocessors found in ESP32 devices"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-lp-hal/latest/"
88
keywords = ["embedded", "embedded-hal", "esp32", "espressif", "hal"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Metadata for Espressif devices"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-metadata/latest/"
88
repository = "https://github.com/esp-rs/esp-hal"
99
license = "MIT OR Apache-2.0"
1010

esp-println/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.13.1"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Provides `print!` and `println!` implementations various Espressif devices"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-println/latest/"
88
keywords = ["defmt", "embedded", "esp32", "espressif", "logging"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-riscv-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.10.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Minimal runtime / startup for RISC-V CPUs from Espressif"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-riscv-rt/latest/"
88
keywords = ["esp32", "espressif", "riscv", "runtime", "startup"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

esp-storage/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Implementation of embedded-storage traits to access unencrypted ESP32 flash"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-storage/latest/"
88
keywords = ["embedded-storage", "esp32", "espressif", "no-std"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-storage"

esp-wifi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.13.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "A WiFi, Bluetooth and ESP-NOW driver for use with Espressif chips and bare-metal Rust"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/esp-wifi/latest/"
88
keywords = ["wifi", "bluetooth", "esp-now", "esp32", "no-std"]
99
categories = ["embedded", "hardware-support", "no-std"]
1010
repository = "https://github.com/esp-rs/esp-hal"

xtensa-lx-rt-proc-macros/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.2.2"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Attributes re-exported in `xtensa-lx-rt`"
7+
documentation = "https://docs.espressif.com/projects/rust/xtensa-lx-rt-proc-macros/latest/"
78
repository = "https://github.com/esp-rs/esp-hal"
89
license = "MIT OR Apache-2.0"
910
keywords = ["esp32", "xtensa-lx-rt", "runtime", "startup"]

xtensa-lx-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.18.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Minimal startup/runtime for Xtensa LX CPUs"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/xtensa-lx-rt/latest/"
88
repository = "https://github.com/esp-rs/esp-hal"
99
license = "MIT OR Apache-2.0"
1010
keywords = ["lx", "peripheral", "register", "xtensa"]

xtensa-lx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.10.0"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Low-level access to Xtensa LX processors and peripherals"
7-
documentation = "https://docs.espressif.com/projects/rust/"
7+
documentation = "https://docs.espressif.com/projects/rust/xtensa-lx/latest/"
88
repository = "https://github.com/esp-rs/esp-hal"
99
license = "MIT OR Apache-2.0"
1010
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)