mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Add usart dev cmds & dynamic flash support capability
This commit is contained in:
parent
8e2d5370f9
commit
3176684f4a
18 changed files with 185 additions and 205 deletions
|
@ -24,8 +24,9 @@ bool AlwaysAvailable(void);
|
|||
bool IfPm3Present(void);
|
||||
bool IfPm3Flash(void);
|
||||
bool IfPm3Smartcard(void);
|
||||
bool IfPm3Fpc(void);
|
||||
bool IfPm3FpcHost(void);
|
||||
bool IfPm3FpcUsart(void);
|
||||
bool IfPm3FpcUsartHost(void);
|
||||
bool IfPm3FpcUsartDevFromUsb(void);
|
||||
bool IfPm3Lf(void);
|
||||
bool IfPm3Hitag(void);
|
||||
bool IfPm3Hfsniff(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue