Commit graph

6 commits

Author SHA1 Message Date
2ebd96d7b8
fix: net leds values were reduced too much 2022-08-30 21:06:20 +02:00
06ed013f19
feat: split net bars in 2, small fixes 2022-08-30 20:48:33 +02:00
4020bfeddb
feat: reworked script with async loop
now allows async tasks with separate timers for different kind of
packets: net and cpu leds are fast, display redraw is slow
2022-08-13 04:45:31 +02:00
0eb1ec059a
feat: added leds and packet for net tx/rx 2022-08-11 02:48:36 +02:00
def620665e
feat: added display code, basic packet handling
added a super basic packet handling mechanism with a tiny buffer,
allowing for easier expansion later on. Added display code, waiting for
actual display to test, improved the cpu load script
2022-08-10 23:02:04 +02:00
e400459168
build: init project with avr_hal setup and target
Added avr_han project structure with arch definition and cargo config.
Remember to switch to nightly!
Added a basic initial project, with 4 leds (1 for CPU core). Each led
grows in intensity depending on CPU core load. Added a py script to
generate cpu load data on serial port.
2022-08-10 03:44:15 +02:00