pico-engine-hal 0.1.1

Hardware Abstraction Layer wrapper for Pico Engine (RP2040/RP235x)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "pico-engine-hal"

version = "0.1.1"

edition = "2021"

authors = ["Pico Engine Contributors"]

description = "Hardware Abstraction Layer wrapper for Pico Engine (RP2040/RP235x)"

license = "MIT OR Apache-2.0"

repository = "https://github.com/yourusername/pico-engine"



[dependencies]

rp235x-hal = { version = "0.3", git = "https://github.com/rp-rs/rp-hal", features = ["critical-section-impl", "rt"], default-features = false }



[features]

default = ["rt", "critical-section-impl"]

rt = ["rp235x-hal/rt"]

critical-section-impl = ["rp235x-hal/critical-section-impl"]

binary-info = ["rp235x-hal/binary-info"]