Browse Source

autotest: added HAL_BOARD to build config

master
Andrew Tridgell 12 years ago
parent
commit
7b2d65e3e7
  1. 1
      Tools/autotest/pysim/util.py

1
Tools/autotest/pysim/util.py

@ -69,6 +69,7 @@ def build_AVR(atype, board='mega2560'): @@ -69,6 +69,7 @@ def build_AVR(atype, board='mega2560'):
'''build AVR binaries'''
config = open(reltopdir('config.mk'), mode='w')
config.write('''
HAL_BOARD=HAL_BOARD_APM1
BOARD=%s
PORT=/dev/null
''' % board)

Loading…
Cancel
Save