Skip to content
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"
Comment thread
supperthomas marked this conversation as resolved.
Outdated

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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