Commit Graph

8 Commits

Author SHA1 Message Date
7b53e8be2a fw: clean up and get command processing actually working
Still an issue where connecting to a socket the first time will time
out, unsure what the cause of that or where to start, but can ignore for
now and figure out more when I have more info later
2023-06-16 14:36:44 -06:00
32eeab2c66 fw: do most of command interface 2023-06-03 11:43:39 -06:00
c5db01c70f gw: fix eth.py addressing issues 2023-04-22 18:38:26 -06:00
9b49f1184e fw: more progress for ethernet, unable to read data 2023-04-15 22:43:52 -06:00
1204be4fa0 fw: mostly implement smoltcp driver? unsure if it works 2023-04-15 17:06:59 -06:00
bf482e740d firmware: add UART 2023-03-24 20:54:50 -06:00
ea32a00b68 fw: write common read/write function 2023-03-05 19:37:54 -07:00
1cfa5a47de firmware: made some rust firmware to test
Had some issues due to lack of startup code (stack pointer was unset,
leading to underflow in address space), so decided to just get the rust
FW started instead of finding some startup code to use.
2023-01-22 15:20:27 -07:00