• Joined on 2023年04月11日
samcday commented on pull request DylanVanAssche/usb-signaller#21 2026年07月04日 15:04:07 +02:00
Fix tests

v2:

samcday commented on pull request DylanVanAssche/usb-signaller#21 2026年07月04日 15:02:41 +02:00
Fix tests

Done in v2

samcday pushed to tests at samcday/usb-signaller 2026年07月04日 15:02:30 +02:00
8550eb5dd5 gadget: fix create_existing_gadget test
8a53ebdf91 udc: fix load_udc test
120b84afb7 src: point ignored tests towards ./scripts/run-tests
5384c2cb0c scripts: add simple test runner
1da89c9bd4 src: remove executable bit from *.rs
Compare 9 commits »
samcday commented on issue DylanVanAssche/usb-signaller#20 2026年07月01日 07:15:11 +02:00
cargo fmt

We just added Clippy which already has some formatting stuff

samcday commented on issue DylanVanAssche/usb-signaller#22 2026年07月01日 07:08:52 +02:00
Run full test suite in CI

One way to do it would be publishing a docker image and use that, prebuild with the kernel.

samcday opened issue DylanVanAssche/usb-signaller#22 2026年07月01日 01:26:06 +02:00
Run full test suite in CI
samcday created pull request DylanVanAssche/usb-signaller#21 2026年07月01日 01:23:24 +02:00
Fix tests
samcday opened issue DylanVanAssche/usb-signaller#20 2026年07月01日 01:22:09 +02:00
cargo fmt
samcday created branch tests in samcday/usb-signaller 2026年07月01日 01:19:42 +02:00
samcday pushed to tests at samcday/usb-signaller 2026年07月01日 01:19:42 +02:00
15d03fee8c gadget: fix create_existing_gadget test
f9e865acbd udc: fix load_udc test
a1b40b91f1 src: point ignored tests towards ./scripts/run-tests
75417739be scripts: add simple test runner
523add460b src: remove executable bit from *.rs
Compare 5 commits »
samcday deleted branch cargo-license from samcday/usb-signaller 2026年07月01日 00:19:32 +02:00
samcday pushed to main at samcday/usb-signaller 2026年07月01日 00:19:32 +02:00
d035fc7677
CHANGELOG: document changes
6f928c206d src: service: fix rc-service path
24ed0b8c8e cargo: add license metadata
Compare 3 commits »
samcday pushed to cargo-license at samcday/usb-signaller 2026年06月30日 14:53:12 +02:00
24ed0b8c8e cargo: add license metadata
samcday created pull request DylanVanAssche/usb-signaller#18 2026年06月30日 14:51:21 +02:00
cargo: add license metadata
samcday created branch cargo-license in samcday/usb-signaller 2026年06月30日 14:50:40 +02:00
samcday pushed to cargo-license at samcday/usb-signaller 2026年06月30日 14:50:40 +02:00
19883c5e81 cargo: add license metadata
samcday created repository samcday/usb-signaller 2026年06月30日 14:49:56 +02:00
samcday commented on issue DylanVanAssche/usb-signaller#4 2026年06月30日 14:39:51 +02:00
Detect cable status

If you're planning to do dbus server reshuffling, I wonder what you think about using zbus instead? :)

samcday commented on pull request DylanVanAssche/libssc#126 2026年06月27日 14:21:37 +02:00
mocking: search for libqrtr in lib64

Done in v2 👍

samcday commented on pull request DylanVanAssche/libssc#126 2026年06月27日 14:21:22 +02:00
mocking: search for libqrtr in lib64

v2: collapse early bailout conditions in SSCMockingServer.__init__