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

Dependencies:   MaximTinyTester CmdLine MAX5171 USBDevice

Changes

RevisionDateWhoCommit message
24:3ef3dd32c7b5 2020-05-15 whismanoid Support MAX5171BOB Self Test default tip
23:abd02fed1ae4 2020-04-03 whismanoid Support MAX5171BOB Self Test
22:a14c19b97d0b 2020-03-12 whismanoid replace main.cpp monster with Test_Main_MAX5171
21:d7cbdc13aa92 2019-09-22 whismanoid MAX32600MBED LED blink pattern: check if LED_ON/LED_OFF already defined
20:373d71e6de5f 2019-08-13 whismanoid CmdLine optional diagnostic_led_EOF() handler
19:906f8a15a728 2019-07-18 whismanoid MAX32620FTHR support: USBSerial not working yet...
18:f1958016e719 2019-07-18 whismanoid WIP testing MAX32620FTHR support
17:54182da7bbc2 2019-07-18 whismanoid Preliminary support MAX32625PICO MAX32620FTHR (buildable, not tested yet)
16:21b7d8fc9e36 2019-07-14 whismanoid update MAX12345 placeholder
15:8eff20290998 2019-07-14 whismanoid Workaround MAX32630FTHR issue with SPI mode2, mode3
14:3232e8b26e55 2019-07-12 whismanoid Support MAX32630FTHR
13:9d1a7d1c4d3c 2019-07-10 whismanoid Support Nucleo_F446RE (LED indicators are NC)
12:8faea635a2cd 2019-07-10 whismanoid Support MAX32600
11:48aefcaa1d29 2019-06-26 whismanoid Move MA5171_menu_onEOLcommandParser from main.cpp into Test_Menu_MA5171.cpp;
10:53a0cf1bb69b 2019-06-21 whismanoid MaximTinyTester status LED blink timing adjustment
9:b09c02ca59db 2019-06-21 whismanoid add LED indicators m_PassLED, m_FailLED, m_BusyLED; ; pulse blue LED during test to indicate activity
8:9f9f09e349b7 2019-06-21 whismanoid MAX5171 fork from MAX5715 tester
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?