Skip to content

Commit

Permalink
Add test files for AT32F403A
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgndf committed Oct 23, 2024
1 parent 1ea6c43 commit 83b34e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_set_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# family: [supported toolchain]
family_list = {
"at32f403a_407": ["arm-gcc"],
"broadcom_32bit": ["arm-gcc"],
"broadcom_64bit": ["aarch64-gcc"],
"ch32v10x ch32v20x ch32v307 fomu gd32vf103": ["riscv-gcc"],
Expand Down
3 changes: 3 additions & 0 deletions tools/get_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
'hw/mcu/wch/ch32f20x': ['https://github.com/openwch/ch32f20x.git',
'77c4095087e5ed2c548ec9058e655d0b8757663b',
'ch32f20x'],
'hw/mcu/artery/at32f403a_407': ['https://github.com/ArteryTek/AT32F403A_407_Firmware_Library.git',
'f2cb360c3d28fada76b374308b8c4c61d37a090b',
'at32f403a_407'],
'lib/CMSIS_5': ['https://github.com/ARM-software/CMSIS_5.git',
'20285262657d1b482d132d20d755c8c330d55c1f',
'imxrt kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx mm32 msp432e4 nrf ra saml2x'
Expand Down

0 comments on commit 83b34e9

Please sign in to comment.