add xmc4000 to ci build

This commit is contained in:
hathach 2021-11-05 13:23:31 +07:00
parent 422f439bf7
commit 3fc3e400b0
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
2 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,7 @@ jobs:
- 'stm32f7'
- 'stm32h7'
- 'stm32l4'
- 'xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v2

View File

@ -136,6 +136,10 @@
#elif CFG_TUSB_MCU == OPT_MCU_MM32F327X
#include "mm32_device.h"
#elif CFG_TUSB_MCU == OPT_MCU_XMC4000
#include "xmc_device.h"
#else
#error "Missing MCU header"
#endif