JTAG: Load HackRF CPLD bitstream into SRAM from firmware image.

No further concerns about the HackRF CPLD having an ancient bitstream on it! At least in PortaPack mode...
This commit is contained in:
Jared Boone 2016-07-17 15:54:02 -07:00
parent c8b1a8fbf6
commit 204408d288

View File

@ -76,6 +76,10 @@ int main(void) {
chSysHalt();
}
if( !cpld_hackrf_load_sram() ) {
chSysHalt();
}
portapack::io.init();
portapack::display.init();