Commit Graph

6 Commits

Author SHA1 Message Date
f274749050 arm: add host uart driver tests
All host tests currently pass
Some async refactors may not work well on device, will try later
2023-06-02 23:33:01 -07:00
9ae472afaf arm: more uart async & debug stuff 2022-06-19 09:45:41 +02:00
8d81f4f9c4 arm: separate async stuff from main uart 2022-05-17 21:27:47 -07:00
e39cdc5709 arm: async uart writes & fixes 2022-05-17 10:17:56 -07:00
932b8d4582 arm: async echo app 2022-05-16 20:59:17 -07:00
b8b0d94065 arm: working bootloader, example app
'make' will produce two outputs:
- bootloader.elf to be loaded into the bitstream
- app.bin to be loaded through the programmer

Loading app.bin is as simple as:
- reset the board
- `python3 prog.py app.bin`
2022-05-10 11:20:02 -07:00