[bsp][acm32] 修复 acm32 并添加 ci (#7783)

This commit is contained in:
zhkag 2023-07-05 18:22:45 +08:00 committed by GitHub
parent efbcd5d487
commit c0a5129ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

@ -69,8 +69,10 @@ jobs:
- "hc32l196"
#- "tae32f5300"
- "mm32/mm32f3270-100ask-pitaya"
- "sam7x"
- "sam7x"
- "hk32/hk32f030c8-mini"
- "acm32/acm32f0x0-nucleo"
- "acm32/acm32f4xx-nucleo"
- RTT_BSP: "stm32l4_f0_f1"
RTT_TOOL_CHAIN: "sourcery-arm"
SUB_RTT_BSP:

View File

@ -19,7 +19,7 @@ libpath = ['.', cwd + '/Device', cwd + '/HAL_Driver/Src']
libs = ['System_Accelerate', 'HAL_EFlash_EX']
if rtconfig.PLATFORM in ['gcc']:
src += ['Device/Startup_ACM32F4_gcc.s']
src += ['Device/startup_ACM32F4_gcc.s']
elif rtconfig.PLATFORM in ['armcc', 'armclang']:
src += ['Device/Startup_ACM32F4.s']
elif rtconfig.PLATFORM in ['iccarm']: