small refactoring, add efm8 reset

This commit is contained in:
Conor Patrick
2018-07-15 12:24:32 -04:00
parent dad7d90481
commit a54cbd60a1
14 changed files with 104 additions and 39 deletions

View File

@@ -1367,6 +1367,7 @@ async function run_tests() {
p = await dev.bootloader_finish(sig);
TEST(p.status == 'CTAP1_SUCCESS', 'Device booted new image with correct signature');
document.getElementById('progress').textContent = ''+100+' %';
}
//while(1)
@@ -1377,9 +1378,9 @@ async function run_tests() {
//await test_rng();
//}
//await benchmark();
//await test_persistence();
await test_persistence();
await test_bootloader();
//await test_bootloader();
}