Internal_Datalogger but with USB support removed (for MAX40108 Demo board), proof of concept that MAX32625 can be used successfully with VDDB(USB) left unpowered, as long as the USB library is not used.

Dependencies:   max32625pico CmdLine

Changes

RevisionDateWhoCommit message
62:a618b70c4f22 2022-05-12 whismanoid L@ Datalogger_RunActionTable() fully support math channels; rephrase comment text default tip
61:52456e705fa8 2022-05-11 whismanoid L@ Datalogger_RunActionTable() fully support math channels
60:129bc521f88c 2022-04-26 whismanoid L@ parse_action_table_args fix logic error
59:89713c92669f 2022-04-25 whismanoid L@ action table listing -- group the aliases for action and condition
58:9b1e13e0527d 2022-04-19 whismanoid MAX40108 %F save board calibration #380 Platform_Enable_ch[0..5]
57:9bc5ad707216 2022-04-16 whismanoid Math Option for sensor, adjust L@ thresholds
56:8469ffda6119 2022-04-15 whismanoid Fix L@9 x=0.61 not being parsed
55:477ba09475d7 2021-12-31 whismanoid Editable customChannelHeader strings #363
54:ba36cb18504f 2021-11-17 whismanoid initial load_arg_startup quiet; default g_board_serial_number %A sn=2111009999
53:fdb510e3eb37 2021-11-12 whismanoid action table L@ editing shortcuts
52:bb09c0f452ec 2021-11-10 whismanoid %A cl0n= cl0v= ch0n= ch0v= -- unambiguous low and high cal points alternative to cal0n= cal0v= cal0n= cal0v= #354
51:a41d3fd5e441 2021-11-05 whismanoid Flash load/save Datalogger_action_table and button handlers
50:f42de27fc652 2021-11-04 whismanoid update initial calibration values
49:359a6b9df7c1 2021-11-03 whismanoid Calibration %A vl5cal=0.123V | vh5cal=1.123V | v4copy=5 #350
48:18647e0516f2 2021-10-31 whismanoid Configuration load/save in flash (%A cal? values); #312
47:f1a56afb4aca 2021-10-29 whismanoid Configuration load/save in flash (%A cal? values); #312
46:469d0061df5d 2021-10-27 whismanoid Configuration load/save in flash (%A cal? values); #312
45:74bf1fe021e5 2021-05-18 whismanoid LT count=10 base=1000 sleep=1 -- LP1 deep sleep works (mbed-os-5.15)
44:84402faa8eb9 2021-05-18 whismanoid WIP LT sleep=1 use MAX32625 LP1 deep sleep and RTC timer; signs of life
43:4c4733760d4c 2021-05-18 whismanoid WIP LT sleep=1 use MAX32625 LP1 deep sleep and RTC timer; signs of life
42:89607d5d4e6d 2021-05-12 whismanoid WIP-AMEND LT sleep=1 Sleep vs Deep Sleep (mbed-os-5.15); Board_Calibration_Data separate from program logic
41:13a6a097502c 2021-05-12 whismanoid WIP LT sleep=1 Sleep vs Deep Sleep (mbed-os-5.15)
40:330b28116178 2021-05-07 whismanoid WIP LT sleep=2 Sleep vs Deep Sleep; > no LF; < rx only
39:4d285e961435 2021-05-05 whismanoid WIP LT sleep=2 Sleep vs Deep Sleep; use CE for business logic on s/n 1,5
38:fda80a0020d1 2021-05-04 whismanoid Calibrating prototype boards
37:3f369235e5bc 2021-05-03 whismanoid %A avg=16 -- average; FW_REV macro
36:e7aac874b8be 2021-05-03 whismanoid BOARD_SERIAL_NUMBER data unique to certain boards based on serial number
35:c9549b5c01de 2021-05-01 whismanoid %A v0cal=1.000V -- calibrate channel against a known input voltage (fixed cal0n multi point)
34:a1993a1ee904 2021-04-30 whismanoid %A v0cal=1.000V -- calibrate channel against a known input voltage
33:70a28cfe9e01 2021-04-29 whismanoid Fixed %B1@0 first line in empty table
32:80f3e5eb77d4 2021-04-28 whismanoid Fixed LT count= off-by-1
31:47eee7e0cc2d 2021-04-27 whismanoid Datalog #comment WIP reduce unwanted text during button event (cmdLine.quiet)
30:07197a430869 2021-04-27 whismanoid button1-9, action_button, Datalog comment field from #remarks in button handler
29:6a9edb6e973b 2021-04-26 whismanoid button1-9, action_button, WIP Datalog comment field from #remarks in button handler
28:a9a3a9db592b 2021-04-26 whismanoid MAX40108DEMOP2U9 no HAS_I2C: J91.2=P1_6(button3/'%B3!') J91.3=P1_7(button2/'%B2!'); brief help
27:b4ac095b83b3 2021-04-25 whismanoid MAX40108DEMOP2U9 no HAS_I2C: J91.2=P1_6(button3/'%B3!') J91.3=P1_7(button2/'%B2!')
26:13cba69d88eb 2021-04-25 whismanoid MAX40108DEMOP2U9 no HAS_I2C: J91.2=P1_6(button3/'%B3!') J91.3=P1_7(button2/'%B2!')
25:8a61cb34191d 2021-04-25 whismanoid MAX40108DEMOP2U9 no HAS_I2C: J91.2=P1_6(button3/'%B3!') J91.3=P1_7(button2/'%B2!')
24:032f3683cb2a 2021-04-24 whismanoid Button command tables %B1! trigger %B1@ view/edit; 3 buttons
23:c6c652bef4b9 2021-04-24 whismanoid %B1! trigger onButton1FallingEdge(); %B1@ view command table; WIP edit
22:d6dc8a85f435 2021-04-23 whismanoid MAX40108DEMOP2U9 DAPLINK TX/RX swap
21:ac062a97a71d 2021-04-23 whismanoid When user presses button BUTTON1, perform actions
20:78ef670955d4 2021-04-23 whismanoid HAS_AUX_SERIAL_HELP_BRIEF condense help string for >> args
19:5ff09c8e9daf 2021-04-22 whismanoid Support custom target MAX40108DEMOP2U9 based on MAX32625PICO but MAX32625_NO_BOOT
18:1235c17b451e 2021-04-18 whismanoid support LEDs as digital pins 91 92 93; WIP button as digital pin 90
17:9397ea3ea7e9 2021-04-17 whismanoid command L@ editable business logic in Datalogger_action_table
16:819c5aaf5271 2021-04-14 whismanoid MAX40108_u9 banner message
15:37c83ec50ea0 2021-03-31 whismanoid MAX40108 demo: diagnostic %H2..%H7,%H8..%H15 for P0/P4 port testing, %H16/%H17 for P1 I2C port
14:d4092094dbfe 2021-03-05 whismanoid MAX40108 Demo: MAX32625PICO but no USB, for on-board MAX32625 - verified VDDB(USB) can be left unpowered if USB library is not used
13:184a08909405 2021-02-02 whismanoid Optional custom per-channel header suffix
12:2dfc1f2009e0 2021-01-29 whismanoid Blink LEDs on startup (diagnostic)
11:2b8adc78618a 2021-01-17 whismanoid Datalog Volts omit V suffix from numbers #275 because Excel graphs can't
10:04022a61b527 2021-01-15 whismanoid MAX32625 AIN4,AIN5 FS=6.0V not 1.2V; USE_AUX_SERIAL_CMD_FORWARDING
9:45f98573eb6d 2020-12-18 whismanoid Align mbed Internal_DataLogger with MAX11410-EMC FW
8:dffee7509bfb 2020-11-30 whismanoid MAX32625PICO MAX32630FTHR WIP MAX32620FTHR support AUXserial DAPLINKserial enable
7:949ec8581f5e 2020-11-30 whismanoid MAX32625PICO MAX32630FTHR WIP MAX32620FTHR support
6:f6d16658342b 2020-11-29 whismanoid MAX32625PICO AUXserial WIP
5:aaf8b5f5fda1 2020-11-29 whismanoid Datalogger_AcquireRow() Datalogger_PrintRow() to support more triggers
4:d9b05924ad4c 2020-11-29 whismanoid Datalog free run until command, LR start free run again
3:9055e17e181a 2020-11-25 whismanoid Merge MAX11410_EMC MAX11410_DataLogger Arduino into mbed