-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from RationalAsh/main
Adding basic support for GD32F425
- Loading branch information
Showing
9 changed files
with
55,072 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
- gd32f1 | ||
- gd32f2 | ||
- gd32f3 | ||
- gd32f4 | ||
env: | ||
CRATES: ${{ matrix.crate }} | ||
CARGO_INCREMENTAL: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 2024 The gd32-rs authors. | ||
# | ||
# SPDX-License-Identifier: MIT OR Apache-2.0 | ||
|
||
RCU: | ||
_modify: | ||
CTL: | ||
name: "CTL0" | ||
ADDINT: | ||
_modify: | ||
IRC48MSTBIC: | ||
access: write-only | ||
VKEY: | ||
_modify: | ||
KEY: | ||
access: write-only | ||
USART0: | ||
STAT1: | ||
_modify: | ||
EBF: | ||
access: write-only | ||
RTF: | ||
access: write-only | ||
TLI: | ||
_modify: | ||
CPPOS: | ||
access: read-only |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright 2024 The gd32-rs authors. | ||
# | ||
# SPDX-License-Identifier: MIT OR Apache-2.0 | ||
|
||
_svd: ../svd/gd32f425.svd | ||
|
||
_modify: | ||
name: "GD32F425" | ||
_include: | ||
- common_patches/gd32f425.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.