device_tree-rs icon indicating copy to clipboard operation
device_tree-rs copied to clipboard

Convert library to no_std

Open rmsyn opened this issue 2 years ago • 5 comments

Remove uses of std data structures with their equivalents in core, alloc, and hashbrown.

Also replaces the use of deprecated try!() calls with the ? operator.

Resolves #6

rmsyn avatar Jan 07 '23 21:01 rmsyn

Ping @mbr: are you still maintaining this crate?

rmsyn avatar Aug 24 '23 01:08 rmsyn

oh hey just saw your work here @rmsyn - and the PR in part overlaps with #7 / #8

I would fork this to @platform-system-interface, but the way the crates registry works would force me to give it a new name. Org namespaces are not supported (deliberately), so I'd give it a prefix, e.g., psi_device_tree. WDYT?

orangecms avatar Oct 28 '23 16:10 orangecms

That sounds good to me, just let me know what you decide on.

rmsyn avatar Oct 28 '23 22:10 rmsyn

so many projects... I have not forgotten this one, just got a bit lost with everything else. :sweat_smile:

I shall rebase onto your changes :)

orangecms avatar Jan 20 '24 15:01 orangecms

I had originally forked it under my name, now moved here: https://github.com/platform-system-interface/device_tree-rs

orangecms avatar Jan 20 '24 15:01 orangecms