Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 809 Bytes

File metadata and controls

28 lines (15 loc) · 809 Bytes

[0.2.1] - 2026-06-16

Bug Fixes

  • Validate off_mem_rsvmap and off_dt_struct in the FDT parser (#38)
  • Return error when accessing data at invalid offsets in the FDT parser instead of panicking (#40)

[0.2.0] - 2026-06-01

Features

  • [breaking] Validate node and property names (#35)

Refactor

  • [breaking] Implement generic From<T> for DeviceTreeNode (#28)

[0.1.1] - 2026-01-12

Miscellaneous

  • Add docs.rs metadata to Cargo.toml and use doc_cfg (#26)

[0.1.0] - 2026-01-09

Features

  • First version published on crates.io