mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* rename `esp-wifi` to `esp-radio` * Add migration guide entry * changelog entry * address reviews * more fixes * address reviews * Thank you for this rebase! * mmm, rebase * Remove unnecessary diff bob * get rid off all `esp-wifi` references * drop the links ƒrom the table
14 lines
486 B
TOML
14 lines
486 B
TOML
[package]
|
|
name = "esp-radio-preempt-driver"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
rust-version = "1.86.0"
|
|
description = "Task scheduler interface for esp-radio"
|
|
documentation = "https://docs.espressif.com/projects/rust/esp-radio-preempt-driver/latest/"
|
|
keywords = ["esp32", "espressif", "no-std"]
|
|
categories = ["embedded", "hardware-support", "no-std"]
|
|
repository = "https://github.com/esp-rs/esp-hal"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|