platform: rewrite the platform-specific display creation traits into a new Board trait that also supports tasks

This commit is contained in:
2024-11-30 16:06:17 +01:00
parent 57e660cbb6
commit 3af9ad408e
5 changed files with 276 additions and 80 deletions

View File

@@ -54,6 +54,7 @@ smart-leds = { version = "0.4.0", optional = true }
embedded-graphics = { version = "0.8.1", optional = true, features = ["fixed_point", "defmt"] }
ansi_term = "0.12.1"
num = "0.4.3"
chrono = "0.4.38"
[build-dependencies]
embuild = "0.32.0"