uspi
uspi copied to clipboard
A bare metal USB driver for Raspberry Pi 1-3 written in C
Hello All, I am working on a bare metal project for the x86_64 platform and am wondering if this library could be ported to that platform as well since it...
Hello I ran into a problem if I hold down a key for at least 30 seconds. I'm using a RAW handler which gets registered with USPiKeyboardRegisterKeyStatusHandlerRaw(). Usually this works...
I have tried a few things and a few other drivers, this is [my OS](https://github.com/ajh123/pyOs/tree/in-dev) Can you create a fork and help , On line 102 of main.c , I...
How tricky will this be ?
Hi, Before trying to use your library inside a project, I tried to run the ethernet sample you provided to get familiar with the code, but when I build it...
In the overview, it is said that "USPi was "mechanically" ported from the Circle USB library which is written in C++. That's why the source code may look a little...
I am currently in the testing phase for an application that will be using uspi. On my RPI 2B, I have a simple monitor program that allows me to view...