add xmc4000 to ci build
This commit is contained in:
1
.github/workflows/build_arm.yml
vendored
1
.github/workflows/build_arm.yml
vendored
@@ -57,6 +57,7 @@ jobs:
|
|||||||
- 'stm32f7'
|
- 'stm32f7'
|
||||||
- 'stm32h7'
|
- 'stm32h7'
|
||||||
- 'stm32l4'
|
- 'stm32l4'
|
||||||
|
- 'xmc4000'
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
@@ -136,6 +136,10 @@
|
|||||||
|
|
||||||
#elif CFG_TUSB_MCU == OPT_MCU_MM32F327X
|
#elif CFG_TUSB_MCU == OPT_MCU_MM32F327X
|
||||||
#include "mm32_device.h"
|
#include "mm32_device.h"
|
||||||
|
|
||||||
|
#elif CFG_TUSB_MCU == OPT_MCU_XMC4000
|
||||||
|
#include "xmc_device.h"
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#error "Missing MCU header"
|
#error "Missing MCU header"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user