This repository contains a set of crates for working with the Microchip VSC7448 ethernet switch IC.
It's useful if you're building a 10G ethernet switch from scratch, which is... very few people.
vsc7448-types
are common typesmesa-parse
parsesMESA
headers and generatesvsc7448-info
andvsc7448-pac
vsc7448-info
exposes a register map as a userland data structurevsc7448-pac
exposes the same register map as addresses (for use in embedded devices)
Copyright 2021 Oxide Computer Company
Released under the MPL v2.0