Test to access spi directly from fw

This commit is contained in:
Daniel Jobson 2024-08-23 13:25:30 +02:00
parent 0da66a454d
commit 11657b52dd
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -447,6 +447,9 @@ int main(void)
scramble_ram();
spi_test();
write("\n", sizeof("\n"));
for (;;) {
switch (state) {
case FW_STATE_INITIAL: