Commit 934b0dfa91511da5c948196dd3a634b11647b991
authorMichel Pollet <michel.pollet@bp.renesas.com>
Wed, 19 Oct 2016 09:46:08 +0000 (10:46 +0100)
committerMichel Pollet <michel.pollet@bp.renesas.com>
Wed, 19 Oct 2016 10:03:56 +0000 (11:03 +0100)
tree2f0f054347b3889d2a08d6b4c10fed46094178d2
parent38cf03f89043db44bd189d052775ead370bba9e3
Message:
cmds: rewrite command handling and move to separate file

Move AVR command handling code to separate file and add support for
multi-byte, as well as user-defined, commands.

(cherry picked from commit c627c3720a6dcb1f8f7a3068510f11e3fbee0ce4)
4 files changed:
simavr/sim/sim_avr.c
simavr/sim/sim_avr.h
simavr/sim/sim_cmds.c [new file with mode: 0644]
simavr/sim/sim_cmds.h [new file with mode: 0644]