Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

Fix board-setup-helper.py to handle boards that expose multiple serial ports #81

Closed vanti closed 4 years ago

vanti commented 4 years ago

Add cc3220SF and cc13x2-launchpad to 'make board-configs' of the automated setup flow.

In addition, fix contrib/board-setup-helper.py to handle these types of boards that expose multiple serial ports, so that a single connection_command is generated in the board file for the first port found.

Intended to be merged after #77.

pfalcon commented 4 years ago

@erwango: FYI re: you question on how to add a disco device.

pfalcon commented 4 years ago

@vanti, so I cherry-picked the "Makefile: add cc3220SF and cc13x2-launchpad to 'make board-configs'" commit, but not the other one, in case you'd like to update it based on the comment (plus, to give @galak a chance to review it, as he wrote that script). So, please rebase.

vanti commented 4 years ago

@vanti, so I cherry-picked the "Makefile: add cc3220SF and cc13x2-launchpad to 'make board-configs'" commit, but not the other one, in case you'd like to update it based on the comment (plus, to give @galak a chance to review it, as he wrote that script). So, please rebase.

Thanks, rebased.

pfalcon commented 4 years ago

Thanks for updates, merging.