mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
Enable APM32F0 dependency fetching and CI
This commit is contained in:
1
.github/workflows/ci_set_matrix.py
vendored
1
.github/workflows/ci_set_matrix.py
vendored
@ -16,6 +16,7 @@ toolchain_list = [
|
||||
|
||||
# family: [supported toolchain]
|
||||
family_list = {
|
||||
"apm32f0xx": ["arm-gcc"],
|
||||
"at32f402_405": ["arm-gcc"],
|
||||
"at32f403a_407": ["arm-gcc"],
|
||||
"at32f413": ["arm-gcc"],
|
||||
|
||||
Reference in New Issue
Block a user