Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions esp-radio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ portable-atomic = { version = "1.11", default-features = false }
enumset = { version = "1.1", default-features = false, optional = true }
critical-section = { version = "1", default-features = false }


# ⚠️ Unstable dependencies
esp-radio-rtos-driver = { version = "0.2.0", path = "../esp-radio-rtos-driver" }
instability = "0.3.9"

# Unstable dependencies that are not (strictly) part of the public API
allocator-api2 = { version = "0.3.0", default-features = false, features = ["alloc"] }
document-features = "0.2"
embassy-sync = { version = "0.7.1" }
esp-alloc = { version = "0.9.0", path = "../esp-alloc", optional = true }
esp-config = { version = "0.6.1", path = "../esp-config" }
esp-metadata-generated = { version = "0.3.0", path = "../esp-metadata-generated" }
Expand Down
1 change: 1 addition & 0 deletions esp-radio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ fn is_interrupts_disabled() -> bool {
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
/// Error which can be returned during radio initialization.
#[non_exhaustive]
#[instability::unstable]
pub enum InitializationError {
/// An error from the Wi-Fi driver.
#[cfg(feature = "wifi")]
Expand Down
Loading
Loading