Commit Graph

8 Commits

Author SHA1 Message Date
6af820815d feat: Implement a basic MMU configuration 2026-03-10 19:16:04 +01:00
384c548557 Add power management watchdog,
rework interrupts
2025-12-26 13:48:22 +01:00
Alexander Neuhäuser
afe1128139 Implement Heap allocation (#3)
* Implement Maloc

* Implement Dealloc

* Migrate to a struct based heap implementation
2025-09-14 18:17:24 +02:00
fbc2fcff72 Read SoC temp via mailboxes 2025-07-18 14:41:25 +02:00
20808a7992 Implement first basic interrupt handler 2025-05-29 18:21:42 +02:00
bec084fecb Clean up linker 2025-05-19 18:37:05 +02:00
948cbf758f Blink an LED on pi 2025-05-19 18:33:13 +02:00
b557dd62a4 Hello World on simulator 2025-05-18 10:16:46 +02:00