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'):
'''build AVR binaries''' '''build AVR binaries'''
config = open(reltopdir('config.mk'), mode='w') config = open(reltopdir('config.mk'), mode='w')
config.write(''' config.write('''
HAL_BOARD=HAL_BOARD_APM1
BOARD=%s BOARD=%s
PORT=/dev/null PORT=/dev/null
''' % board) ''' % board)

Loading…
Cancel
Save