utat-ss/HERON-lib-common

Specify MCU device type when using make upload for Test Harness

Closed this issue · 0 comments

The following command does not allow the user to specify the MCU (32m1 or 64m1), as it is hardcoded in harness_tests/makefile. The user should be able to specify the MCU via the argument list.

The current format for accepting user args is as follows :
python3 ./bin/harness.py -p [Programming Port(s)] -u [UART Port(s)] -d [Test directory]