aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/ucpd.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+5
|
* [UCPD] Add support for non-SOP packetsSjoerd Simons2024-08-181-2/+2
| | | | | | | | Allow capturing (and distinguishing) non-SOP packets as well. The default configuration will just configure SOP packets. For ease of use the default receive function signature is unchanged as for PD sinks (which is likely the common usage) just SOP is enough so no need to differentiate.
* Fix testsDion Dokter2024-08-051-1/+1
|
* tests/stm32: run ucpd only on g0.Dario Nieuwenhuis2024-03-151-0/+1
|
* [UCPD] Add unit test for stm32g071rb boardTimo Kröger2024-03-151-0/+119
One test for changing the CC line pull-up resistor is skipped for now.