Commit Graph

6 Commits

Author SHA1 Message Date
Robin Krahl
f3a680ca4c Add support for custom backends
This patch makes it possible to provide a custom Dispatch implementation
to the runner so that it can be used with custom backends and API
extensions.

Fixes https://github.com/trussed-dev/pc-usbip-runner/issues/22
2023-02-14 21:10:54 +01:00
Sosthène Guédon
d2a2162447 Fix example compilation 2023-01-27 09:12:55 +01:00
Robin Krahl
5708f55742 Construct apps data from platform
This makes it possible to e. g. access the data required to create the
provisioner app.
2022-12-14 15:49:57 +01:00
Robin Krahl
09d7be5dae Introduce Apps trait
For easier integration with the actual firmware, this patch introduces
an Apps trait that owns the applications.
2022-12-14 13:42:04 +01:00
Robin Krahl
3de6554885 Bump trussed dependency
This fixes a wrong assertion when reading an empty filesystem.
2022-12-14 13:41:49 +01:00
Robin Krahl
7581670aa8 Move binary into example 2022-07-26 11:01:44 +02:00