Skip to content

[ht32][drv]新增了CAN、USB和SDIO的驱动文件 #9876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/bsp_buildings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- "rm48x50"
- "ht32/ht32f52352"
- "ht32/ht32f12366"
- "ht32/ht32f53252"
- "w60x"
- "essemi/es32f0654"
- "essemi/es32f365x"
Expand Down Expand Up @@ -391,6 +392,7 @@ jobs:
- "nrf5x/nrf52833"
- "nrf5x/nrf52840"
- "nrf5x/nrf5340"
- "ht32/ht32f53252"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

     -  RTT_BSP: "others_at32_hc32_ht32"
        RTT_TOOL_CHAIN: "sourcery-arm"
        SUB_RTT_BSP: 
            - "qemu-vexpress-a9"
            - "airm2m/air32f103"
            ...
            - "ht32/ht32f53252"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

所以这里是需要删除nordic(yml)里的"ht32/ht32f53252",保留others_at32_hc32_ht32中的是吗?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的。

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
Loading
Loading