Skip to content

Commit

Permalink
Fixed line length
Browse files Browse the repository at this point in the history
  • Loading branch information
FredPraca committed Nov 3, 2021
1 parent b1f9600 commit 870dc24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions arm/cortexm.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,9 @@ def __init__(self, board):

elif self.mcu in ['stm32f4x1']:
self.add_gnat_source('arm/stm32/stm32f4x1/s-stm32.adb')
self.add_linker_script('arm/stm32/%s/memory-map.ld.tmpl' % self.mcu)

self.add_linker_script('arm/stm32/%s/memory-map.ld.tmpl'
% self.mcu)

elif self.mcu in ['stm32f429x',
'stm32f469x']:
self.add_gnat_source('arm/stm32/stm32f429x/s-stm32.adb')
Expand Down
4 changes: 3 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ def usage():
print(" available. The runtimes are installed in the toolchain itself.")


ALL_BSP = {'arm-eabi': ['stm32f4', 'nucleo_f401re', 'nucleo_f411re', 'stm32f429disco',
ALL_BSP = {'arm-eabi': ['stm32f4',
'nucleo_f401re', 'nucleo_f411re',
'stm32f429disco',
'stm32f469disco',
'stm32f746disco', 'stm32756geval', 'stm32f769disco',
'samg55', 'sam4s', 'samv71', 'openmv2', 'rpi2',
Expand Down

0 comments on commit 870dc24

Please sign in to comment.