Commit graph

17 commits

Author SHA1 Message Date
009ed1fb50
feat: delays in bench.rs 2025-07-16 12:15:31 +02:00
6132a2ea61
feat: something resembling a benchmark runs 2025-07-15 12:57:30 +02:00
cb53f81662
refactor: move exception handler to new module 2025-07-14 15:52:11 +02:00
7808fb55e3
fix: can't call C code from the stm32
chore: vscode debug stuff
2025-07-14 15:48:26 +02:00
aaab15e72d
chore: it works and flashing is possible, even on windows 2025-07-14 10:41:09 +02:00
28611efedb
feat: try to integrate algorithms into the stm32 main code to calc crc's 2025-07-10 17:54:07 +02:00
d1120ba806
refactor!: this repo is supposed to runn all benches 2025-07-10 16:48:56 +02:00
ab9a5a4a55
refactor!: fork to new project *crcbench* 2025-07-09 14:03:42 +02:00
7df4f90ae3
refactor!: make the main code an empty lib 2025-04-28 11:53:38 +02:00
1aac7bd456
refactor: make blinky an example 2025-04-24 13:25:32 +02:00
3c3066afe2
refactor: add aliases 2025-04-24 13:14:55 +02:00
af4fed51ae
refactor: use a proper delay instead of a useless for loop
It blinks every 500ms or so!
2025-04-24 12:25:44 +02:00
2d8bfaad02
feat: it blinks super slow! 2025-04-24 12:23:47 +02:00
26f439acd0
feat: i think blinky would work but I'm loading wrong 2025-04-17 16:29:33 +02:00
965bdc5b8e
refacfeat: i think it works with hal? 2025-04-17 15:59:01 +02:00
010712412d
feat: flash a "does nothing" program written in rust to the board 2025-04-17 14:37:02 +02:00
8e20aae5f6
initial commit 2025-04-17 13:14:26 +02:00