structure and first prototype link successful

This commit is contained in:
Tiago Batista Cardoso
2026-02-05 17:03:52 +01:00
parent a1ff7c701e
commit 4be86baf85
11 changed files with 1395 additions and 156 deletions

14
docs/useful_commands.txt Normal file
View File

@@ -0,0 +1,14 @@
lsmod | grep -i usb -- list loaded drivers with "usb" in the name
insmod src/driver.ko -- load driver
rmmod cdc_ether -- deload driver
dmesg | grep ch349 -- check driver output
makefile :
make -- compile
make clean -- clean
make install -- build and load driver
make uninstall -- deload driver
make bear -- use bear to generate compile_commands.json to fix lsp errors