You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Mbed CE support for FF_LPC546XX
* Remove dataflash component, it isn't supported in hardware :(
* Remove (for now) mismapped SPI pins
* Fix build
* Oops don't enable dataflash debug
* Oops, didn't mean to commit that
"""Acknowledge device rebooted correctly and feed the test execution
45
49
"""
@@ -68,7 +72,7 @@ def test_steps(self):
68
72
69
73
system_reset=yield
70
74
ifself.reset==False:
71
-
raiseRuntimeError('Platform did not auto-reboot as expected.')
75
+
raiseRuntimeError('Platform did not auto-reboot as expected. This is likely due to failing to auto-reboot after a reset, or failing to preserve the contents of crash data RAM across resets.')
0 commit comments