JTAG: Add functions to check EEPROM, load SRAM of HackRF CPLD.

This commit is contained in:
Jared Boone 2016-07-17 15:52:58 -07:00
parent 1d58f05163
commit c8b1a8fbf6
2 changed files with 34 additions and 0 deletions

View file

@ -24,4 +24,7 @@
bool cpld_update_if_necessary();
bool cpld_hackrf_load_sram();
bool cpld_hackrf_verify_eeprom();
#endif/*__CPLD_UPDATE_H__*/