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

Dependencies:   MaximTinyTester MAX11131 CmdLine MAX541 USBDevice

Changes

RevisionDateWhoCommit message
35:cea78ee8292b 2021-06-23 whismanoid SelfTest -- report names of enabled test groups default tip
34:e28c083ce03d 2021-06-06 whismanoid selftest SPIfrequency SPIgetFrequency
33:c8457aa26ed0 2021-06-03 whismanoid WIP restoring SelfTest Test_Main_MAX11131
32:3d22e3e23670 2021-06-01 whismanoid WIP restoring SelfTest Test_Main_MAX11131
31:b9e5a1745cce 2021-06-01 whismanoid WIP restoring SelfTest Test_Main_MAX11131
30:9b4063876773 2021-05-29 whismanoid WIP restoring SelfTest Test_Main_MAX11131
29:c4975953cb65 2021-05-28 whismanoid WIP restoring SelfTest Test_Main_MAX11131
28:298907617848 2021-04-13 whismanoid update libs, replace main with Test_Main_MAX11131 (broke SelfTest, WIP)
27:c566a314640e 2019-09-27 whismanoid Added tag 2019-09-27_r1.0 for changeset 7d1595cd458d
26:7d1595cd458d 2019-09-27 whismanoid update lib dependencies 2019-09-27_r1.0
25:e3545f563e77 2019-09-23 whismanoid updated CmdLine lib dependency
24:38d2bef2bcdb 2019-09-22 whismanoid MAX32600MBED LED blink pattern: check if LED_ON/LED_OFF already defined
23:cebc8b06c25e 2019-08-13 whismanoid CmdLine optional diagnostic_led_EOF() handler
22:0ae9ebdd471b 2019-08-02 whismanoid MAX32600MBED target limit SCLK=6MHz
21:58de1593e2ca 2019-08-02 whismanoid Support MAX32600MBED target (no MAX541 test fixture)
20:b156b328349d 2019-08-02 whismanoid Support MAX32600MBED target (no MAX541 test fixture)
19:8e81fd761a62 2019-07-18 whismanoid MAX32620FTHR support: USBSerial not working yet...
18:6d02d823fd7a 2019-07-18 whismanoid WIP testing MAX32620FTHR support
17:c2f46173f6b2 2019-07-18 whismanoid Preliminary support MAX32625PICO MAX32620FTHR (buildable, not tested yet)
16:09f10869b638 2019-07-14 whismanoid update MAX12345 placeholder
15:6bc6822b8bca 2019-07-14 whismanoid Workaround MAX32630FTHR issue with SPI mode2, mode3
14:93dbe154f46b 2019-07-12 whismanoid Support MAX32630FTHR
13:7757d28efaa5 2019-07-10 whismanoid Support Nucleo_F446RE (LED indicators are NC)
12:28aca24adc15 2019-07-10 whismanoid Support MAX32600
11:38b95a59de02 2019-06-26 whismanoid Move MA11131_menu_onEOLcommandParser from main.cpp into Test_Menu_MA11131.cpp;
10:8bc22d5740d5 2019-06-21 whismanoid MaximTinyTester status LED blink timing adjustment
9:32f27a0857bf 2019-06-21 whismanoid add LED indicators m_PassLED, m_FailLED, m_BusyLED; ; pulse blue LED during test to indicate activity
8:132276960128 2019-06-20 whismanoid tester cleanup rename Serial microUSBserial(..) to Serial serial(..); always HAS_MICROUSBSERIAL 1; optional secondary Serial DAPLINKserial(..);
7:eb54828e501b 2019-06-20 whismanoid remove dead code; tester cleanup always #define USE_COMMAND_BUFFER 1; tester cleanup always #define HAS_pwmDrivers 0;
6:95367feb30e8 2019-06-20 whismanoid remove if-else-endif USE_MAXIMTINYTESTER always 1
5:a158b6246907 2019-06-19 whismanoid MAX11131 fork from MAX5715 tester
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?