Browse Source

Tools: rename f103-periph/hwdef.dat to .inc (f303 too)

zr-v5.1
Peter Barker 4 years ago committed by Andrew Tridgell
parent
commit
e46969957a
  1. 2
      Tools/scripts/configure_all.py

2
Tools/scripts/configure_all.py

@ -32,7 +32,7 @@ def get_board_list(): @@ -32,7 +32,7 @@ def get_board_list():
'''add boards based on existance of hwdef-bl.dat in subdirectories for ChibiOS'''
board_list = []
# these are base builds, and don't build directly
omit = ['f103-periph', 'f303-periph']
omit = []
dirname, dirlist, filenames = next(os.walk('libraries/AP_HAL_ChibiOS/hwdef'))
for d in dirlist:
hwdef = os.path.join(dirname, d, 'hwdef.dat')

Loading…
Cancel
Save