2 comments:
Patch Set #3, Line 13: TEST=build and run mst commands
Test your changes each time you revise the patch otherwise this line isn't valid.
I believe I did try this for every change I have made. Build, copy to DUT and test with multiple commands.
Patch Set #3, Line 124: MCU_ISP_MODE_MASK, MCU_ISP_MODE_MASK
this isn't right, you have mask used for the target.
I believe we are waiting for the bit 7 to reach 1 so we do expect to have '(val & MCU_ISP_MODE_MASK) = MCU_ISP_MODE_MASK' as the enter ISP success. Does it means I have to use 0x80 directly here?
To view, visit change 48662. To unsubscribe, or for help writing mail filters, visit settings.