Test program running on MAX32625MBED. Control through USB Serial commands using a terminal emulator such as teraterm or putty.

Dependencies:   MaximTinyTester MAX11410 CmdLine USBDevice

Revision:
70:9e6b01c6ea37
Parent:
68:f98c73c824e1
Child:
72:118719cf19c6
--- a/Test_Main_MAX11410.cpp	Tue Apr 21 05:54:58 2020 +0000
+++ b/Test_Main_MAX11410.cpp	Fri Apr 24 00:52:27 2020 +0000
@@ -1835,7 +1835,7 @@
 // enable by changing the #define value from 0 to 1
 
 // SelfTest group POR description:
-// verify initial register values (enabled by default)
+// verify initial register values
 #ifndef MAX11410_SELFTEST_POR
 #define MAX11410_SELFTEST_POR 1
 #endif
@@ -1965,7 +1965,7 @@
     // ASSERT_EQ(g_MAX11410_device.Init(()), (uint8_t)1); // 
     tinyTester.FunctionCall_su_Expect("MAX11410.Init", fn_MAX11410_Init, /* empty docTest_argList */ /* expect: */ (uint8_t)1); // 
 
-    // @test group POR // verify initial register values (enabled by default)
+    // @test group POR // verify initial register values
     // @test group PORverbose // verify initial register values
     // @test group PORverbose tinyTester.print("PART_ID value")
     // docTest_item['actionType'] = 'print-string'