mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-17 23:50:24 +08:00
251910aa0e
pkgs_test / change (push) Has been skipped
ToolsCI / Tools (push) Has been cancelled
AutoTestCI / components/cpp11 (push) Has been cancelled
AutoTestCI / kernel/atomic (push) Has been cancelled
AutoTestCI / kernel/atomic/riscv64 (push) Has been cancelled
AutoTestCI / kernel/atomic_c11 (push) Has been cancelled
AutoTestCI / kernel/atomic_c11/riscv64 (push) Has been cancelled
AutoTestCI / kernel/device (push) Has been cancelled
AutoTestCI / kernel/ipc (push) Has been cancelled
AutoTestCI / kernel/irq (push) Has been cancelled
AutoTestCI / kernel/mem (push) Has been cancelled
AutoTestCI / kernel/mem/riscv64 (push) Has been cancelled
AutoTestCI / kernel/thread (push) Has been cancelled
AutoTestCI / kernel/timer (push) Has been cancelled
AutoTestCI / rtsmart/aarch64 (push) Has been cancelled
AutoTestCI / rtsmart/arm (push) Has been cancelled
AutoTestCI / rtsmart/riscv64 (push) Has been cancelled
AutoTestCI / components/utest (push) Has been cancelled
RT-Thread BSP Static Build Check / 🔍 Summary of Git Diff Changes (push) Has been cancelled
utest_auto_run / AARCH64-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / A9-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / RISCV-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / XUANTIE-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / AARCH64 :default.cfg (push) Has been cancelled
utest_auto_run / A9 :default.cfg (push) Has been cancelled
utest_auto_run / A9-smp :default.cfg (push) Has been cancelled
utest_auto_run / RISCV :default.cfg (push) Has been cancelled
RT-Thread BSP Static Build Check / ${{ matrix.legs.RTT_BSP }} (push) Has been cancelled
RT-Thread BSP Static Build Check / collect-artifacts (push) Has been cancelled
manual_trigger_update_all / update and create pull request (push) Has been cancelled
manual_trigger_scons_build_all / ${{ github.event.inputs.bsp_options }} (push) Has been cancelled
HC32 BSP 说明
HC32 系列 BSP 目前支持情况如下表所示:
| BSP 文件夹名称 | 开发板名称 |
|---|---|
| F1 系列 | |
| F4 系列 | |
| ev_hc32f460_lqfp100_v2 | 小华 官方 EV_F460_LQ100_V2 开发板 |
| ev_hc32f4a0_lqfp176 | 小华 官方 EV_F4A0_LQ176 开发板 |
| ev_hc32f448_lqfp80 | 小华 官方 EV_F448_LQ80 开发板 |
| ev_hc32f472_lqfp100 | 小华 官方 EV_F472_LQ100 开发板 |
| lckfb-hc32f4a0-lqfp100 | 立创开发板 天空星-HC32F4A0PITB |
| M1 系列 | |
| M4 系列 |
可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:
| BSP 使用教程 | 简介 |
|---|---|
| 外设驱动使用教程 | 讲解 BSP 上更多外设驱动的使用方法 |
| 外设驱动介绍 | 讲解 HC32 系列 BSP 驱动的支持情况,以及如何利用驱动框架开发应用程序 |
| BSP 制作与提交 | 简介 |
| BSP 制作教程 | 讲解 HC32 系列 BSP 的制作方法 |