Hi, The docs.rs builds are failing, because you must select a package size via feature. Perhaps one option would be adding the following to Cargo.toml? ``` [package.metadata.docs.rs] features = ["xG-package", "stm32-usbd"] ``` That should get full docs built?