Skip to content

Commit ef07a49

Browse files
install.py: add zfp-cortex-m* run-times to build list
Part of T420-038. Change-Id: I878b4fe5592919847f7c3ca0a4ecf21062c1e1a3
1 parent 68b9add commit ef07a49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ def usage():
2525
ALL_BSP = {'arm-eabi': ['stm32f4', 'stm32f429disco', 'stm32f469disco',
2626
'stm32f746disco', 'stm32756geval', 'stm32f769disco',
2727
'samg55', 'sam4s', 'samv71', 'openmv2', 'rpi2',
28-
'feather_stm32f405'],
28+
'feather_stm32f405', 'cortex-m0', 'cortex-m0p',
29+
'cortex-m1', 'cortex-m3', 'cortex-m7f', 'cortex-m7df'
30+
],
2931
'aarch64-elf': ['rpi3']}
3032

3133

0 commit comments

Comments
 (0)