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

Dependencies:   MaximTinyTester CmdLine MAX541 USBDevice

Changes

RevisionDateWhoCommit message
32:ad00de965151 2019-07-26 whismanoid MAX11410 future menu items 'W' 'R' regs; '@' VRef,status,data0 for test default tip
31:8068c5394e0d 2019-07-26 whismanoid MAX11410 future menu items 'W' 'R' regs; '@' VRef,status,data0 for test
30:9eb6eff512e7 2019-07-26 whismanoid MAX11410 future menu items '@' VRef,status,data0
29:7d0bc70036be 2019-07-26 whismanoid MAX11410 future menu items
28:d2ee1c57ff81 2019-07-25 whismanoid MAX11410 future menu items
27:d60fb04bec93 2019-07-25 whismanoid MAX11410 future menu items
26:89e860decd94 2019-07-25 whismanoid MAX11410BOB WIP buildable, need test
25:a2afb91c605a 2019-07-25 whismanoid MAX11410 WIP buildable, need test
24:c03e67c9a1e7 2019-07-25 whismanoid CodeGenerator MAX11410 WIP Configure_Voltage (not buildable yet)
23:e0c36767f98b 2019-07-25 whismanoid CodeGenerator MAX11410 WIP Configure_Voltage (not buildable yet)
22:3e03687b7e95 2019-07-25 whismanoid CodeGenerator MAX11410 WIP Configure_Voltage (not buildable yet)
21:498357e216b0 2019-07-25 whismanoid CodeGenerator MAX11410 WIP Configure_Voltage (not buildable yet)
20:97dccb1c9b61 2019-07-24 whismanoid CodeGenerator MAX11410 WIP Configure_Voltage (not buildable yet)
19:8f951e448ab1 2019-07-24 whismanoid CodeGenerator MAX11410 WIP Configure_Voltage (not buildable yet)
18:14afc2a2150f 2019-07-18 whismanoid MAX32620FTHR support: USBSerial not working yet...
17:bf4efc8f5eee 2019-07-18 whismanoid WIP testing MAX32620FTHR support
16:3c75011e705a 2019-07-18 whismanoid Preliminary support MAX32625PICO MAX32620FTHR (buildable, not tested yet)
15:2c21eaa9188b 2019-07-14 whismanoid update MAX12345 placeholder
14:cbe972986136 2019-07-14 whismanoid Workaround MAX32630FTHR issue with SPI mode2, mode3
13:e36d51f46794 2019-07-12 whismanoid Support MAX32630FTHR
12:5d3f9663ea0c 2019-07-10 whismanoid Support Nucleo_F446RE (LED indicators are NC)
11:9fa2402071de 2019-07-10 whismanoid Support MAX32600
10:228a52f8107d 2019-06-26 whismanoid Move MA5715_menu_onEOLcommandParser from main.cpp into Test_Menu_MA5715.cpp;
9:9b4232e20020 2019-06-21 whismanoid MaximTinyTester status LED blink timing adjustment
8:6bdfb1376fed 2019-06-21 whismanoid add LED indicators m_PassLED, m_FailLED, m_BusyLED; ; pulse blue LED during test to indicate activity
7:bf501f8cb637 2019-06-20 whismanoid tester cleanup rename Serial microUSBserial(..) to Serial serial(..); always HAS_MICROUSBSERIAL 1; optional secondary Serial DAPLINKserial(..);
6:dc823dc85234 2019-06-20 whismanoid remove dead code; tester cleanup always #define USE_COMMAND_BUFFER 1; tester cleanup always #define HAS_pwmDrivers 0;
5:82037e281451 2019-06-20 whismanoid remove if-else-endif USE_MAXIMTINYTESTER always 1
4:f2b9bedd3906 2019-06-10 whismanoid MAX5715BOB MAX11131BOB MAX5171BOB MaximTinyTester ok mbed-os-5.11
3:8913cb4a8b9f 2019-06-10 whismanoid MAX5715BOB MAX11131BOB MAX5171BOB MaximTinyTester ok
2:b3a8a0ca0a94 2019-06-10 whismanoid replace C++11 lambda expressions with named functions
1:40369075c365 2019-06-10 whismanoid ide.mbed.com does not support C++11 Lambda Expressions
0:3edb3708c8c5 2019-06-10 whismanoid based on sandbox monster, need remove unrelated products; does online ide not support c++11 lambda expressions?