Jonas Zeunert rhetenor
rhetenor pushed to main at rhetenor/creaturedex 2026-08-30 11:26:51 +02:00
91948bdcf5 fix clippy warnings
3c657045ca pass outputs and state to nfc task so that they can show errors on their own
3d36885e11 flash_info_view: align content justified
af964bcc37 default to debug log for now
ccf16522bb flash_store: forgot to add offset when erasing before write
Compare 6 commits »
rhetenor merged pull request rhetenor/creaturedex#57 2026-08-30 11:26:49 +02:00
fix clippy warnings
rhetenor created pull request rhetenor/creaturedex#57 2026-08-30 11:26:20 +02:00
fix clippy warnings
rhetenor pushed to main at rhetenor/creaturedex 2026-08-29 23:09:45 +02:00
153acffb86 display views: return error instead of unwrapping
rhetenor merged pull request rhetenor/creaturedex#49 2026-08-29 23:09:42 +02:00
display views: return error instead of unwrapping
rhetenor created pull request rhetenor/creaturedex#49 2026-08-29 23:09:27 +02:00
display views: return error instead of unwrapping
rhetenor merged pull request rhetenor/creaturedex#48 2026-08-29 22:21:19 +02:00
implement error view which displays all error on the display
rhetenor pushed to main at rhetenor/creaturedex 2026-08-29 22:21:19 +02:00
ef10eec216 implement error view which displays all error on the display
rhetenor created pull request rhetenor/creaturedex#48 2026-08-29 22:20:23 +02:00
implement error view which displays all error on the display
rhetenor pushed to main at rhetenor/creaturedex 2026-08-29 20:05:15 +02:00
a31c818b37 add peripherals module which has shared state of all peripherals
rhetenor merged pull request rhetenor/creaturedex#47 2026-08-29 20:05:11 +02:00
add peripherals module which has shared state of all peripherals
rhetenor created pull request rhetenor/creaturedex#47 2026-08-29 19:58:29 +02:00
add peripherals module which has shared state of all peripherals
rhetenor created branch peripherals in rhetenor/creaturedex 2026-08-29 18:30:52 +02:00
rhetenor pushed to peripherals at rhetenor/creaturedex 2026-08-29 18:30:52 +02:00
rhetenor approved rhetenor/creaturedex#46 2026-08-29 18:19:16 +02:00
Recover from init fail

lovely

rhetenor pushed to main at rhetenor/creaturedex 2026-08-29 17:52:53 +02:00
92c20d61cb wip: add flash info view
rhetenor deleted branch storage from rhetenor/creaturedex 2026-08-29 17:42:54 +02:00
rhetenor pushed to main at rhetenor/creaturedex 2026-08-29 17:42:50 +02:00
16e45d2c11 wip: add flash info view
e65162249d fix flash initialization by erasing flash before writing
b63195b943 ensure all flash writes are aligned
704682b0ae Ensure RawCard size matches flash alignment requirements, add debug logs
ed86e88980 nfc read: print error instead of panic on invalid data
Compare 10 commits »
rhetenor merged pull request rhetenor/creaturedex#45 2026-08-29 17:42:48 +02:00
Implement first version of storage
rhetenor created pull request rhetenor/creaturedex#45 2026-08-29 17:42:11 +02:00
Implement first version of storage