editable serial input line buffer

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Changes

RevisionDateWhoCommit message
20:92a1fb8a5732 2021-12-02 whismanoid clear warning CmdLine variable 'idxBR' set but not used default tip
19:b14922500968 2021-11-30 whismanoid cmdLine final key=value arg wrongly included in parse_byteCount_byteList_ buffer #358
18:2c3c44a34d81 2021-11-10 whismanoid doubleVar = strtod() instead of strtof()
17:371f0c5956da 2021-10-19 whismanoid Support indexed global like ULIMIT[10] #347 - cmdLine.parse_uint16_dec_arrayUpdate() parse_and_remove_key_and_arrayIndex()
16:592df067fe14 2021-06-08 whismanoid cmdLine.parse_double_or_uint32 support DACCodeOfVoltage conversion to code
15:34b039027e5f 2021-04-27 whismanoid cmdLine.quiet support datalogger and button events
14:9abcdf4eb4e4 2020-05-08 whismanoid case may fall through, by design
13:abedfe18f924 2020-04-06 whismanoid MAX11410 int futility_countdown_limit need cmdLine.parse_int_dec
12:447a747099e6 2019-12-19 whismanoid toupper requires ctype.h
11:e8a4162d4fd1 2019-11-25 whismanoid CmdLine parse_and_remove_key match_is_case_sensitive works now
10:3e2ff983be1c 2019-11-13 whismanoid CmdLine parse_and_remove_key match_is_case_sensitive=false
9:12e37800ecdd 2019-11-11 whismanoid MAX11410 support: chSeparator, int32/uint32 parse functions
8:daa44ddd49fb 2019-09-27 whismanoid Added tag 2019-09-27_r1.0 for changeset 0bda7cfee767
7:0bda7cfee767 2019-09-27 whismanoid CmdLine parse_double 2019-09-27_r1.0
6:88e92f832c9a 2019-08-13 whismanoid optional diagnostic_led_EOF() handler
5:1a14de1c4d7b 2019-07-16 whismanoid CmdLine::parse_interval_usec() fix us suffix
4:700b71cd3bd2 2019-07-16 whismanoid CmdLine::parse_interval_usec(..., periodicInterruptTimer_interval_usec)
3:cf3de26aa444 2019-06-20 whismanoid remove CmdLine cmdLine_microUSBserial declaration from CmdLine.cpp
2:0f702da53f2a 2019-06-06 whismanoid add parse_uint16_dec parse_int16_dec functions
1:5b33e7447601 2019-05-30 whismanoid improve doc
0:4d7de8b5c800 2019-05-23 whismanoid initial commit class CmdLine from test fixture / sandbox