Commit graph

22 commits

Author SHA1 Message Date
078e55ef4a
feat(alg): crc32sum 2025-07-22 14:10:34 +02:00
347e752e37
refactor(alg): smaller alg changes for testing and qol 2025-07-22 13:26:57 +02:00
bb81a7dd49
feat(alg): impl sha2 2025-07-18 15:05:56 +02:00
11677d8fe0
refactor(alg): remove sha generics 2025-07-18 12:08:49 +02:00
afff4c8aa4
feat(alg): sha2 with generics 2025-07-18 12:06:19 +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
d2476c2cd6
refactor: use ceedling as c build system
I love ceedling
2025-07-10 17:31:22 +02:00
d1120ba806
refactor!: this repo is supposed to runn all benches 2025-07-10 16:48:56 +02:00
83ff767c5f
feat(crc): add iai bench 2025-07-09 17:29:40 +02:00
c77927711d
feat(crc): criterion benchmark for crc32 2025-07-09 17:22:19 +02:00
84698796d1
refactor: remove unused dependencies from crc crate 2025-07-09 17:10:40 +02:00
ca49202052
feat: CRC-32 implemented 2025-07-09 17:10:08 +02:00
b3ca9eeabf
feat: create crc crate 2025-07-09 15:02:17 +02:00
e83167634a
fix!: remove unused dependencies and set optional = false 2025-07-09 14:10:31 +02:00
ab9a5a4a55
refactor!: fork to new project *crcbench* 2025-07-09 14:03:42 +02:00
87a8b04c35
refactor: lcd-clock lazy updates 2025-05-20 11:20:33 +02:00
b5f4e77186
feat: logging with defmt 2025-04-28 11:53:13 +02:00
7e5f33f1c6
feat: lcd works in my head 2025-04-25 10:32:39 +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
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