mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
fix ci
This commit is contained in:
parent
f38fbbfb2b
commit
fcfd5a6625
4
.github/workflows/build_cmake.yml
vendored
4
.github/workflows/build_cmake.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
cmake-build/cmake-build-feather_nrf52840_express/*/*/*.elf
|
cmake-build/cmake-build-feather_nrf52840_express/*/*/*.elf
|
||||||
|
|
||||||
- name: Upload Artifacts for Hardware Testing (samd51)
|
- name: Upload Artifacts for Hardware Testing (samd51)
|
||||||
if: matrix.family == 'samd51' && github.repository_owner == 'hathach'
|
if: matrix.family == 'samd5x_e5x' && github.repository_owner == 'hathach'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: itsybitsy_m4
|
name: itsybitsy_m4
|
||||||
@ -139,7 +139,7 @@ jobs:
|
|||||||
#- 'ra' port later
|
#- 'ra' port later
|
||||||
#- 'rp2040' port later
|
#- 'rp2040' port later
|
||||||
- 'samd21'
|
- 'samd21'
|
||||||
- 'samd51'
|
- 'samd5x_e5x'
|
||||||
- 'stm32f0'
|
- 'stm32f0'
|
||||||
- 'stm32f1'
|
- 'stm32f1'
|
||||||
- 'stm32f2'
|
- 'stm32f2'
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
// skip if included from IAR assembler
|
// skip if included from IAR assembler
|
||||||
#ifndef __IASMARM__
|
#ifndef __IASMARM__
|
||||||
#include "msp.h"
|
#include "TM4C123.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Cortex M23/M33 port configuration. */
|
/* Cortex M23/M33 port configuration. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user