mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
add: hw ver: show FPGA versions for both HF and LF FPGA configs
add: hw ver: show used and free flash memory chg: prepare fpgaloader for compressed FPGA configs
This commit is contained in:
parent
96c4f5517e
commit
e61530408c
19 changed files with 5137 additions and 134 deletions
|
@ -55,7 +55,7 @@ void FpgaSendCommand(uint16_t cmd, uint16_t v);
|
|||
void FpgaWriteConfWord(uint8_t v);
|
||||
void FpgaDownloadAndGo(int bitstream_version);
|
||||
int FpgaGatherBitstreamVersion();
|
||||
void FpgaGatherVersion(char *dst, int len);
|
||||
void FpgaGatherVersion(int bitstream_version, char *dst, int len);
|
||||
void FpgaSetupSsc(void);
|
||||
void SetupSpi(int mode);
|
||||
bool FpgaSetupSscDma(uint8_t *buf, int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue