sifli-hal 0.1.1

Hardware Abstraction Layer (HAL) for SiFli MCUs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Chip Data


The specific data format can be referenced in [build_serde.rs](https://chatgpt.com/build_serde.rs).

## HPSYS_RCC.yaml, HPSYS_CFG.yaml


Generated using the `extract-all` command from [chiptool](https://github.com/embassy-rs/chiptool), with some manual corrections applied. For details, see [sifli-pac/transform/SF32LB52x.yaml](https://github.com/OpenSiFli/sifli-pac/blob/main/transform/SF32LB52x.yaml).

## pinmux.yaml


Generated from [c_array_to_pinmux_yaml.py](../../scripts/c_array_to_pinmux_yaml.py).

Data source: [bf0_pin_const.c](https://github.com/OpenSiFli/SiFli-SDK/blob/main/drivers/cmsis/sf32lb52x/bf0_pin_const.c)

## Others


Derived through LLM processing or manually written.