Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
10 changes: 10 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,16 @@
"cwalk": {
"ignore_upstream_meson": "1.2.9"
},
"gd32f4xx-spl": {
"_comment": "Embedded ARM Cortex-M4 firmware library, cannot be built on host CI",
"build_on": {
"alpine": false,
"darwin": false,
"linux": false,
"msys2": false,
"windows": false
}
},
"dlfcn-win32": {
"_comment": "- Requires Windows",
"build_on": {
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,14 @@
"2.9.9-1"
]
},
"gd32f4xx-spl": {
"dependency_names": [
"gd32f4xx_spl"
],
"versions": [
"3.3.3-3"
]
},
"gdbm": {
"dependency_names": [
"gdbm"
Expand Down
8 changes: 8 additions & 0 deletions subprojects/gd32f4xx-spl.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[wrap-file]
directory = GD32F4xx_SPL-3.3.3-4
source_url = https://github.com/wjjsn/GD32F4xx_SPL/archive/refs/tags/3.3.3-4.tar.gz
source_filename = GD32F4xx_SPL-3.3.3-4.tar.gz
source_hash = 81836bc1dbbde2afac886cf92a3e668af59d2fe668058469232a08b5cc259a3b

[provide]
dependency_names = gd32f4xx_spl
Loading