[bsp] stm32h750-artpi-h750/stm32f412-st-nucleo support armclang.

This commit is contained in:
guozhanxin
2021-07-01 01:31:56 +08:00
parent 194e33a792
commit 43d19a8b78
3 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [cwd]
if rtconfig.PLATFORM == 'armcc':
if rtconfig.PLATFORM == 'armcc' or rtconfig.PLATFORM == 'armclang':
src += Glob('*_rvds.S')
if rtconfig.PLATFORM == 'gcc':