This commit is contained in:
hathach 2024-05-03 18:12:55 +07:00
parent f38fbbfb2b
commit fcfd5a6625
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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. */