proxmark3/include
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
..
at91sam7s512.h value needs to be unsigned 2019-03-18 17:22:02 +01:00
common.h Add missing EOF LF 2019-03-12 00:12:26 +01:00
config_gpio.h include: fix mix of spaces & tabs 2019-03-09 18:41:30 +01:00
hitag.h spaces 2019-03-14 12:30:32 +01:00
legic.h include: fix mix of spaces & tabs 2019-03-09 18:41:30 +01:00
legic_prng.h style - unused 2019-03-25 15:03:22 +01:00
mifare.h changed byte_t -> uint8_t 2019-03-21 15:19:18 +01:00
proxmark3.h make style 2019-03-10 00:00:59 +01:00
usb_cmd.h FPC: got RX working, got client over usart somehow working..., see detailed commit msg 2019-04-02 22:06:10 +02:00