nxp_monkey.roadmap

design / api / roadmap

build_roadmap(part_root)

Kind: function.

Walk a processors/<PART>/<VARIANT>/ tree and return a JSON-friendly dict describing it. The returned shape includes:

Caveats

Pure on-disk read; does not fetch. Pass a path obtained from fetch(), details().root, or a mirrored tree under --output.

Related