Validate the SVD file for the parts we're using just in case it's wrong. The SVD used to generate this crate has not been verified and @eggroll-bot has actually caught a few errors on it., so anything used from this crate must be vetted for in the patched SVD file (max78000.svd.patched) and compared to the datasheet.
This will be done at the end of our HAL implementation. There is no need to check for these in code reviews here or in the HAL.
Validate the SVD file for the parts we're using just in case it's wrong. The SVD used to generate this crate has not been verified and @eggroll-bot has actually caught a few errors on it., so anything used from this crate must be vetted for in the patched SVD file (
max78000.svd.patched) and compared to the datasheet.This will be done at the end of our HAL implementation. There is no need to check for these in code reviews here or in the HAL.