]> git.zerfleddert.de Git - proxmark3-svn/commit
usb communication (device side) housekeeping
authorpwpiwi <pwpiwi@users.noreply.github.com>
Sat, 11 Jan 2020 16:11:19 +0000 (17:11 +0100)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 15 Jan 2020 17:46:09 +0000 (18:46 +0100)
commit72622d6429ebd62f6e416356aeda565956352aed
tree2c344961e090429c72458e6d689842e806d73d02
parentd00a30d56fc4200a9a921d37ab7dc9e18e092bc0
usb communication (device side) housekeeping
* move cmd.[ch] and usb_cdc.[ch] to armsrc
* sorting out #includes
* replace byte_t by uint8_t
* some reformatting
* whitespace fixes
* (no functional changes)
21 files changed:
armsrc/apps.h
armsrc/cmd.c [new file with mode: 0644]
armsrc/cmd.h [new file with mode: 0644]
armsrc/hfsnoop.c
armsrc/hitagS.c
armsrc/i2c.c
armsrc/iso14443a.c
armsrc/iso14443a.h
armsrc/iso14443b.c
armsrc/legicrf.c
armsrc/lfops.c
armsrc/pcf7931.c
armsrc/usb_cdc.c [new file with mode: 0644]
armsrc/usb_cdc.h [new file with mode: 0644]
armsrc/util.h
common/cmd.c [deleted file]
common/cmd.h [deleted file]
common/usb_cdc.c [deleted file]
common/usb_cdc.h [deleted file]
include/common.h
include/usb_cmd.h
Impressum, Datenschutz