Crate jh71xx_hal
source ·Expand description
§JH71xx-HAL
jh71xx-hal
is a HAL (hardware abstraction layer) crate for JH71xx
-based SoCs from StarFive.
Currently, only the JH7110
SoC is supported. JH7100
appears to be discontinued, and the next SoC line from StarFive will be the JH81xx
series.
Please submit changes if you would like to add support for the JH7100
SoC!
See individual module documentation for more information and examples.
Re-exports§
pub extern crate jh71xx_pac as pac;
Modules§
- Clock initialization and configuration.
- Functions and types for handling DDR configuration.
- GPIO configuration and access.
- I2C configuration and access.
- PLL initialization and configuration.
- PWM configuration and access.
- SPI configuration and access.
- UART peripheral access