ice40: program_cram, add TN ref
This commit is contained in:
parent
eb462d2bec
commit
5365a9f9cf
|
|
@ -57,6 +57,9 @@ void Ice40::reset()
|
|||
printSuccess("DONE");
|
||||
}
|
||||
|
||||
/* cf. TN1248 (iCE40 Programming and Configuration)
|
||||
* Appendix A. SPI Slave Configuration Procedure
|
||||
*/
|
||||
bool Ice40::program_cram(uint8_t *data, uint32_t length)
|
||||
{
|
||||
uint32_t timeout = 1000;
|
||||
|
|
|
|||
Loading…
Reference in New Issue