Commit 670668846c62f42c84d75c17e97373bc0ca99f1b
authorMichel Pollet <buserror@gmail.com>
Wed, 29 Mar 2017 10:19:14 +0000 (11:19 +0100)
committerMichel Pollet <buserror@gmail.com>
Wed, 10 Jan 2018 10:05:59 +0000 (10:05 +0000)
tree92360e0df0d4b8fe9cabce461cff13fc2fc05d83
parent1b6e6ed10a92438da47fe99864698db9ac2169b6
Message:
shavr: avr shell prototype

Some bits I spliced out of simreprap to have a shell to interract with a
running firmware. Very prototype, just a placeholder for now.

Signed-off-by: Michel Pollet <buserror@gmail.com>
16 files changed:
Makefile.common
shavr/Makefile [new file with mode: 0644]
shavr/src/hcmd_adc.c [new file with mode: 0644]
shavr/src/hcmd_symbols.c [new file with mode: 0644]
shavr/src/history.c [new file with mode: 0644]
shavr/src/history.h [new file with mode: 0644]
shavr/src/history_avr.c [new file with mode: 0644]
shavr/src/history_avr.h [new file with mode: 0644]
shavr/src/history_cmd.c [new file with mode: 0644]
shavr/src/history_cmd.h [new file with mode: 0644]
shavr/src/shavr.c [new file with mode: 0644]
shavr/src/sim_args.c [new file with mode: 0644]
shavr/src/sim_args.h [new file with mode: 0644]
shavr/src/sim_prepare.c [new file with mode: 0644]
shavr/src/uart_pty.c [new file with mode: 0644]
shavr/src/uart_pty.h [new file with mode: 0644]