Skip to content

Commit 3369f12

Browse files
committed
note the library is allocator free (mostly)
Only the list builders in `Propery.Value` need an allocator.
1 parent fa0d0fa commit 3369f12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A read-only Flattened Devicetree (DTB) API.
44

5+
None of the API requires allocation except the various list builders in `Property.Value` which are completely optional.
6+
57
Compatible with [Devicetree Specification v0.4](https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.4).
68

79
[Auto-generated docs](https://cascadeos.github.io/zig-devicetree/)

0 commit comments

Comments
 (0)