summaryrefslogtreecommitdiff
path: root/avr/cmd_attach.c
Commit message (Collapse)AuthorAge
* reset optind before executing commandLeo C2018-10-01
|
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* 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