|
b6e34111ff
|
platform: add chip_id function to board api
|
2024-12-14 11:07:34 +01:00 |
|
|
f789f6ded9
|
task: move Scheduler into a trait, define static-sized scheduler implementation, expose as a system task runner in platform
|
2024-12-02 19:32:18 +01:00 |
|
|
0884c704b0
|
platform: remove Peripherals param from board trait
|
2024-12-01 21:21:50 +01:00 |
|
|
3af9ad408e
|
platform: rewrite the platform-specific display creation traits into a new Board trait that also supports tasks
|
2024-11-30 16:06:17 +01:00 |
|
|
bd2f2edebb
|
render: effectively rename Display to Output, push remaining common code into Renderer task
|
2024-11-29 18:13:22 +01:00 |
|
|
dbfc79046e
|
render: implement a generic Renderer task that can run any display
|
2024-11-02 15:22:37 +01:00 |
|
|
84b5abce09
|
platform: move platform lib bits into platform module
|
2024-10-30 20:54:49 +01:00 |
|