Commit Graph

83 Commits

Author SHA1 Message Date
567cc0d6e5 tasks: simulation: refactor the simulation tasks to common types that can simulate any sensor 2025-12-06 19:22:52 +01:00
761dbb8951 cargo: refer to local rmp build for builddeps 2025-11-23 21:33:54 +01:00
9c37cb58d1 graphics: ssd1306: refactor 2025-11-09 17:09:27 +01:00
092885f163 events: rewrite how sensor statuses are reported, and implement some oled UI icons for it 2025-11-08 12:04:22 +01:00
a36fe3d1ac partitions: increase sim data size 2025-11-05 12:46:52 +01:00
ee7c6fd068 cargo: add missing embedded-storage deps 2025-11-05 12:46:38 +01:00
41f69833e5 tasks: simulation: move sim data into a separate partition for flashing 2025-11-05 11:56:10 +01:00
4776227793 clean up imports and reorganize the ssd bits into a graphics mod 2025-10-26 11:14:28 +01:00
27e92edef0 oled: split out the ssd1306 driver into its own module, and reimplement the oled design with separate rendering and drawing tasks 2025-10-25 17:51:03 +02:00
db912e0085 cargo: enable embedded-graphics support in figments 2025-10-25 10:30:47 +02:00
8783441814 render: rewrite the render loop to use a time-based frame index, allowing for future fps scaling based on energy mode 2025-10-25 10:30:01 +02:00
2dcdca0675 oled: rewrite the oled UI to have animations, and support a version of sleeping where the display is blank, at least 2025-10-17 20:28:55 +02:00
25a7dc7e18 animation: write a const Animation::new() 2025-10-17 20:28:17 +02:00
36826fbedc main: warnings++ 2025-10-17 18:12:40 +02:00
088dde4450 cargo: clean up dependencies and improve build times 2025-10-17 18:06:24 +02:00
baa85612b7 warnings-- 2025-10-17 14:43:58 +02:00
9f17c6a8ef mpu: attempt to avoid recalibration after a basic reboot, if we were calibrated prior to the reboot 2025-10-17 14:40:26 +02:00
a97a28bf9f ui: split out safety ui into its own dedicated set of layers 2025-10-17 14:40:07 +02:00
818f8af49a tasks: write an oled information driver 2025-10-17 14:39:26 +02:00
eb9f949e4e display: make DisplayControls cloneable in a multi-thread context 2025-10-17 14:38:49 +02:00
d957615d4e events: rewrite some event buses to use multi-consumer pubsub instead of single-consumer channels 2025-10-17 14:37:23 +02:00
aa5c86b4a7 logging: fix deadlocks with a proper semaphore 2025-10-17 14:34:32 +02:00
f9a04a8c69 motion: docs++ 2025-10-16 23:54:39 +02:00
a0ebe3535b wifi: build++ 2025-10-16 23:53:50 +02:00
f04878160c build: add some pixmaps for the oled UI, and generated rust code at build time 2025-10-16 14:52:31 +02:00
8280f38185 bump a lot of big changes I dont want to break down into individual commits 2025-10-11 16:34:09 +02:00
0e9e0c1b13 idle: implement an idle framework module 2025-10-11 16:32:49 +02:00
9a8f0b31ab animation: implement an animation module 2025-10-11 16:32:21 +02:00
019d134022 cargo: gate motion sim behind feature flag 2025-09-24 08:53:15 +02:00
0cd2cc94b9 src: implement simulation data sources 2025-09-24 08:36:41 +02:00
19875f6ae5 src: implement ego tracking models, and port shaders from renderbug into here 2025-09-22 13:16:39 +02:00
29ba78d5b2 Next iteration with backoffs, tasks, basic skeleton for events 2025-09-20 20:50:30 +02:00
0315b4a559 wip 2025-09-13 17:55:22 +02:00