fw: add working reed-solomon encoder/decoder

This commit is contained in:
jaseg 2020-05-04 21:31:31 +02:00
parent 82c1302756
commit 9918eb5053
15 changed files with 253 additions and 462 deletions

View file

@ -125,10 +125,7 @@ int mspd_jtag_flash_and_reset(size_t img_start, size_t img_len, ssize_t (*read_b
return -EPIPE;
}
/* Verify flash */
/* FIXME
word = jtag_read_mem(NULL, 16, addr+index );
*/
/* TODO: Verify flash here. */
/* Execute power on reset */
jtag_execute_puc(&sr_jtdev);