summaryrefslogtreecommitdiff
path: root/avr/cmd_attach.c
Commit message (Expand)AuthorAge
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for Parameter...Leo C2018-07-21
* cmd_attach.c: Correct workaround for GCC bug PR61443Leo C2016-08-25
* Bugfix: reset getopt vars on start of a new argument lineLeo C2016-06-04
* attach/detach working (minus options)Leo C2016-05-30
* New command(s): attach (and detach) - not fully working.Leo C2016-05-30