]> git.zerfleddert.de Git - proxmark3-svn/commit - client/comms.c
USB comm: prepare for @micolous change (PR#463) (#587)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Sat, 31 Mar 2018 07:52:43 +0000 (09:52 +0200)
committerGitHub <noreply@github.com>
Sat, 31 Mar 2018 07:52:43 +0000 (09:52 +0200)
commitf5ecd97b15797e14e691bb6f3562ec1685c96bca
treefa154a9a9c178af292cd2739ba09fd7a126ca276
parent3bcc4d77e1ea1d383e3dd15935efda2f36af4881
USB comm: prepare for @micolous change (PR#463) (#587)

* move communication related code from proxmark3.c and cmdmain.c to new file comms.c
* replace byte_t by uint8_t in uart_posix.c and uart_win32.c
* move OpenProxmark() and CloseProxmark() from flasher.c to flash.c
* move print_lock mutex including initializer to ui.c
* minor changes in printing help texts
* no changes in comms functionality yet
16 files changed:
client/Makefile
client/cmdmain.c
client/cmdmain.h
client/cmdparser.c
client/comms.c [new file with mode: 0644]
client/comms.h [new file with mode: 0644]
client/flash.c
client/flash.h
client/flasher.c
client/proxgui.h
client/proxmark3.c
client/ui.c
client/ui.h
uart/uart.h
uart/uart_posix.c
uart/uart_win32.c
Impressum, Datenschutz