Commit Graph

12 Commits

Author SHA1 Message Date
1e852ec1de arm: improve makefile 2024-05-07 14:02:14 -07:00
83c80f15be arm: cleaner make clean 2023-06-03 20:41:16 -07:00
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
1f2f08e525 arm: cleanup make clean 2022-06-19 09:57:04 +02:00
15488550c0 arm: add async tests 2022-06-19 09:41:17 +02: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
0226d314ec arm: makefile improvements 2022-05-16 20:59:16 -07:00
d7a8f5b26d arm: fix linking c++ stuff 2022-05-16 20:59:16 -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
43d245bae2 arm: add uart echo app 2022-05-08 20:55:58 -07:00
d83d42fb60 Add ARM basic bootloader build 2022-05-07 23:00:22 -07:00