Fixes#2974 Tested with tested with BMP Firmware v1.9.0 Hardware v2.3 OK and to test NOPWR in airframe defined:
<configure name="FLASH_MODE" value="SWD_NOPWR"/>
<configure name="BMP_PORT" value="/dev/ttyACM0" />
To fix#2974 tested with:
tested with BMP Firmware v1.6.1 Hardware v1.0 OK
tested with BMP Firmware v1.8.2 Hardware v1.0 OK
tested with BMP Firmware v1.6.1 Hardware v2.0 OK
tested with BMP Firmware v1.8.2 Hardware v2.3 OK
tested with BMP Firmware v1.9.0 Hardware v2.3 OK
This required making a seperate board file for the mxs. Hence also changed the ladylisamxs airframe file to use the new board. Also added a cx10 airframe file.
This should fix situations where it is impossible to program a target
using JTAG or SWD as the target can not be found.
Also added comments and a check if the load was successful.