mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-25 09:37:43 +00:00
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:
@@ -76,6 +76,10 @@ int main(void) {
|
||||
chSysHalt();
|
||||
}
|
||||
|
||||
if( !cpld_hackrf_load_sram() ) {
|
||||
chSysHalt();
|
||||
}
|
||||
|
||||
portapack::io.init();
|
||||
portapack::display.init();
|
||||
|
||||
|
Reference in New Issue
Block a user