au-ts / sddf

A collection of interfaces, libraries and tools for writing device drivers for seL4 that allow accessing devices securely and with low overhead.
Other
23 stars 18 forks source link

examples/blk: do not depend on xxd #281

Closed Ivan-Velickovic closed 3 weeks ago

Ivan-Velickovic commented 3 weeks ago

Not worth it, the examples are primarly for people to run/view the code. The dependency on xxd makes it annoying to setup since you have to install it before you can run the example.

Ivan-Velickovic commented 3 weeks ago

basic_data.h is auto-generated so ignoring the style check.