csud
csud copied to clipboard
Chadderz's Simple USB Driver for Raspberry Pi
It can't input smoothly on my Raspberry b+1.2v I tried so many people's os for raspberry and It always Input a word then stuck :< So I thought It could...
Hey Alex, I'm writing a micro kernel os, and trying to use your source code(https://github.com/MisaZhu/EwokOS/tree/master/system/platforms/raspix/drivers/usbd) . It works pretty well ,just wanna know do you have any plan to support...
had a quick glance over the readme and other issues, and dont see a clear answer does this driver support both host and device modes? or only host mode? i'm...
It is possible for bool to have been previously defined from the inclusion of `stdbool.h` when compiled alongside another project. This prevents it from being redefined.
``` source/device/hid/keyboard.c:163:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] ``` https://github.com/Chadderz121/csud/blob/e13b9355d043a9cdd384b335060f1bc0416df61e/source/device/hid/keyboard.c#L163-L167 Are both lines supposed to be guarded by the if statement, or only the LOG_DEBUGF?
This PR makes it possible to connect a USB FS/LS device to the root hub directly (without USB HS hub). It is useful if you want to connect a USB...
When I attempt to compile using "make driver config=FINAL type=LOWLEVEL target=RPI config=FINAL gnu=arm-none-eabi " I get the following: make: **\* No rule to make target 'build', needed by 'libcsud.a'. Stop....
Got a few of these warnings when compiling it into my code based on BakingPi. ``` arm-none-eabi-ld --no-undefined build/_start.o build/mailbox.o build/printk.o build/fb.o b uild/gpio.o build/font_8x8.o build/fb_test.o build/main.o build/led.o build/timer.o -Map...
It has been reported that the KeyboardPoll method has the side effect of overwritting addresses 0 and 4. Have not tested this myself, said to occur if the keyboard has...
Could someone point me to the USB keyboard driver source? I need to revise the support for the consumer keys, volume up/down, mute etc. Thanks