Age | Commit message (Expand) | Author |
1999-12-31 | added higher baud rates | root |
1999-12-31 | removed parity and databit settings, because they are now automatic | root |
1999-12-31 | fix to ignore empty input strings | root |
1999-12-31 | gpib works now | root |
1999-12-31 | added missing gpib.h includes | root |
2012-09-26 | initial addition of gpib driver | Michael J. Chudobiak |
1999-12-31 | optimized flash writing when changing serial settings | root |
2012-09-11 | added support for serial parameters | Michael J. Chudobiak |
2012-09-04 | make broadcast command active in debug mode only | Michael J. Chudobiak |
2012-09-04 | added message broadcasts | Michael J. Chudobiak |
2012-08-30 | astyle fixes | Michael J. Chudobiak |
2012-08-30 | first attempt at lcd menus | Michael J. Chudobiak |
2012-08-29 | added function to test broadcast messages | Michael J. Chudobiak |
2012-08-29 | add some menu variables as globals, to remove FIXMEs | Michael J. Chudobiak |
2012-08-28 | astyle fixes | Michael J. Chudobiak |
2012-08-24 | extra code to suppress warnings | Michael J. Chudobiak |
2012-08-24 | fixed more real errors based on compiler warnings | Michael J. Chudobiak |
2012-08-24 | fix writeUserBlock usage, and fix non-obvious rcl values | Michael J. Chudobiak |
2012-08-24 | added diag:eprom:reset | Michael J. Chudobiak |
2012-08-24 | variable scope reductions | Michael J. Chudobiak |
2012-08-24 | fix attempt at full set of device functions | Michael J. Chudobiak |
2012-08-23 | cppcheck style fixes | Michael J. Chudobiak |
2012-08-23 | astyle fixes | Michael J. Chudobiak |
2012-08-23 | updated FIXME comments | Michael J. Chudobiak |
2012-08-23 | implement flash suspend | Michael J. Chudobiak |
2012-08-23 | removed invalid comment | Michael J. Chudobiak |
2012-08-23 | added most commands to the parser, with supporting global vars | root |
2012-08-22 | initialize all flash data now | Michael J. Chudobiak |
2012-08-17 | refactor regex filtering code | Michael J. Chudobiak |
2012-08-17 | run astyle | Michael J. Chudobiak |
2012-08-17 | implemented Go_sys_net_91 | Michael J. Chudobiak |
2012-08-16 | put flash functions in separate files | Michael J. Chudobiak |
2012-08-16 | remove unused variables | Michael J. Chudobiak |
2012-08-16 | add function to initialize Flash | Michael J. Chudobiak |
2012-08-16 | added full flash memory map | Michael J. Chudobiak |
2012-08-16 | make flash struct an argument to the flash read/write functions | Michael J. Chudobiak |
2012-08-15 | initial support for read/write commands on packed flash struct | Michael J. Chudobiak |
2012-08-15 | regex unref error fixed; added diag:eprom:size | Michael J. Chudobiak |
2012-08-15 | remove debugging code | Michael J. Chudobiak |
2012-08-15 | fix errors in last commit; enhance regex filter | Michael J. Chudobiak |
2012-08-15 | add the rest of the generic query and parameter routines to parser | Michael J. Chudobiak |
2012-08-15 | remove redundant regex | Michael J. Chudobiak |
2012-08-15 | better filtering of input to ensure compound messages work | Michael J. Chudobiak |
2012-08-15 | remove max_input_word_length limit | Michael J. Chudobiak |
2012-08-15 | remove word-length limits from token processing | Michael J. Chudobiak |
2012-08-15 | reduced whitespace | Michael J. Chudobiak |
2012-08-15 | ran dos2unix | Michael J. Chudobiak |
2012-08-15 | syst:err commands work now | Michael J. Chudobiak |
2012-08-15 | handle null parameter properly | Michael J. Chudobiak |
2012-08-14 | use g_str functions to create/free the parameter string | Michael J. Chudobiak |