6 Commits

Author SHA1 Message Date
e0a78871ca feat(kernel): Add GPIO descriptor-based initialization and self-test script
Replace legacy gpio_to_desc() with GPIO descriptor resolution by chip label
and hardware number, ensuring compatibility with kernels using non-zero
gpiochip bases. Added `selftest.sh` for non-persistent module testing, which
performs a hardware self-test and verifies wiring before connecting the real
bus. Included a detailed README.md documenting the self-test process.
2026-06-19 00:23:45 +02:00
e4cab679b5 first try 2026-06-18 22:25:42 +02:00
e5e51754b2 update plan after kernal module reseach 2026-06-18 10:32:31 +02:00
d7a9b94e0a Add research note: real-time GPIO kernel module for IEC bus on Raspberry Pi Zero 2 W 2026-06-18 03:49:30 +02:00
85936464bd Add planning docs, research notes, and project config
Co-Authored-By: Claude Code
2026-06-18 03:18:52 +02:00
fabee6db40 first commit 2026-06-18 03:14:14 +02:00