[bsp][acm32] 修复 acm32 并添加 ci (#7783)
This commit is contained in:
parent
efbcd5d487
commit
c0a5129ed4
|
@ -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:
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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']:
|
||||
|
|
Loading…
Reference in New Issue