axplat-dyn 0.6.2

A dynamic platform module for ArceOS, providing runtime platform detection and configuration
Documentation
1
2
3
4
5
6
#[cfg(feature = "rockchip-dwmmc")]
mod dwmmc;
#[cfg(feature = "rockchip-sdhci")]
mod sdhci_rk3568;
#[cfg(feature = "rockchip-sdhci")]
mod sdhci_rk3588;