proxmark3/common
Philippe Teuwen 21be6d4400 FPC: got RX working, got client over usart somehow working..., see detailed commit msg
* using WITH_FPC:
  * activate basic usart
  * no double buffer for now, no interrupt
  * usart_dataavailable/usart_readbuffer/usart_writebuffer, to demo it:
    * pm3 client over USB, minicom over usart
    * analyse a d 414243
* using WITH_FPC_HOST:
  * it implies WITH_FPC as it's based on it
  * control pm3 with client over usart
  * EXPERIMENTAL! still some frame desync issues
  * you can connect both from usart & USB with two pm3 clients
    * actually you *have* to connect USB for the moment because
      it's used to send debug messages about buggy usart... See Dbprintf_usb below
  * "sessions": msgs are directed to the latest client to have sent a cmd
  * Dbprintf_usb macro to send msgs to USB client to help debugging usart...
  * We now have an option to run client at different speed as usart is 115200:
    client/proxmark3 /dev/ttyUSB0 -b 115200
  * Consequently, argc,argv handling is a bit revamped, it was so messy...
  * USB and flashing are still at 460800, don't try flashing over usart yet ^^
2019-04-02 22:06:10 +02:00
..
crapto1 style 2019-03-19 00:07:57 +01:00
mbedtls
bucketsort.c
bucketsort.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
cmd.c FPC: got RX working, got client over usart somehow working..., see detailed commit msg 2019-04-02 22:06:10 +02:00
cmd.h
crc.c Add missing EOF LF 2019-03-12 00:12:26 +01:00
crc.h
crc16.c
crc16.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
crc32.c Add missing EOF LF 2019-03-12 00:12:26 +01:00
crc32.h
crc64.c Add missing EOF LF 2019-03-12 00:12:26 +01:00
crc64.h
default_version.c
desfire.h
emvtags.h
fpga.h
i2c.c
i2c.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
iso14443crc.c
iso14443crc.h
iso15693tools.c iso15693tools: fix buffer overflow 2019-03-12 22:06:37 +01:00
iso15693tools.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
ldscript.common common: fix mix of spaces & tabs 2019-03-09 19:19:50 +01:00
legic_prng.c style - unused 2019-03-25 15:03:22 +01:00
lfdemod.c make style 2019-03-28 14:19:41 +01:00
lfdemod.h style 2019-03-25 14:57:10 +01:00
Makefile.common Makefile: allow alternative platforms, try make PLATFORM=foo 2019-03-11 00:44:34 +01:00
Makefile.hal FPC: got RX working, got client over usart somehow working..., see detailed commit msg 2019-04-02 22:06:10 +02:00
parity.c
parity.h
prng.c
prng.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
protocols.c
protocols.h chG: 'trace list hitag' - started to unify hitag2/S annotation 2019-03-13 23:05:45 +01:00
radixsort.c Add missing EOF LF 2019-03-12 00:12:26 +01:00
radixsort.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
random.c
random.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
tea.c
tea.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
usart.c FPC: got RX working, got client over usart somehow working..., see detailed commit msg 2019-04-02 22:06:10 +02:00
usart.h FPC: got RX working, got client over usart somehow working..., see detailed commit msg 2019-04-02 22:06:10 +02:00
usb_cdc.c changed byte_t -> uint8_t 2019-03-21 15:19:18 +01:00
usb_cdc.h changed byte_t -> uint8_t 2019-03-21 15:19:18 +01:00
wiegand.c style 2019-03-25 14:59:01 +01:00
wiegand.h style 2019-03-25 14:52:57 +01:00