Skip to content

Commit 42c0144

Browse files
authored
Merge pull request #5023 from wenbodong2015/BSP_HC32L196
创建 HC32L196 bsp, 实现 uart 和 gpio 驱动
2 parents 45f9f38 + 3ec0a46 commit 42c0144

File tree

132 files changed

+78170
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+78170
-0
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
- {RTT_BSP: "smartfusion2", RTT_TOOL_CHAIN: "sourcery-arm"}
135135
- {RTT_BSP: "raspberry-pico", RTT_TOOL_CHAIN: "sourcery-arm"}
136136
- {RTT_BSP: "raspberry-pi/raspi4-32", RTT_TOOL_CHAIN: "sourcery-arm"}
137+
- {RTT_BSP: "hc32l196", RTT_TOOL_CHAIN: "sourcery-arm"}
137138
steps:
138139
- uses: actions/checkout@v2
139140
- name: Set up Python

bsp/Copyright_Notice.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@ Path:
227227
- bsp/hc32f460/Libraries/CMSIS
228228
- bsp/hc32f460/Libraries/HC32F460_StdPeriph_Driver
229229

230+
### hc32l196
231+
232+
License: bsd-new
233+
234+
Copyright: Copyright (c) 2020, Huada Semiconductor Co., Ltd.
235+
236+
Path:
237+
238+
- bsp/hc32l196/Libraries/CMSIS
239+
- bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver
230240

231241
### hk32
232242

0 commit comments

Comments
 (0)