mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00

* Abstract out LP-core targeting packages * Encode targets_lp_core in Cargo.toml * Encode architecture compatibility in Cargo.toml * Move semver_checked into Cargo.toml * Cache parsed tomls * Parse simple feature sets from Cargo.toml * Move all basic feature rules to Cargo.toml * Add check configs * Limit command length on Windows * Update cargo.rs * Add clippy configs * Use a single syntax, use a single doc-config line * Fix known problems * Run cargo check in CI command * Fix more problems * Fix esp-storage
18 lines
589 B
TOML
18 lines
589 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"
|
|
|
|
[package.metadata.espressif]
|
|
check-configs = [{ features = [] }]
|
|
clippy-configs = [{ features = [] }]
|
|
|
|
[dependencies]
|