Updated GPIO impl

This commit is contained in:
2025-02-14 14:38:54 +01:00
parent 9306bb07a9
commit 0d2fcd346b
8 changed files with 318 additions and 224 deletions

3
va416xx-hal/docs.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
cargo +nightly doc --all-features --open