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

Dependencies:   MaximTinyTester CmdLine MAX541 MAX5715 USBDevice

Changes

RevisionDateWhoCommit message
18:14afc2a2150f 2019-07-18 whismanoid MAX32620FTHR support: USBSerial not working yet... default tip
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?