circle
circle copied to clipboard
A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)
Any thoughts on the possibility of USB audio interface support? It would be great to have a bare-metal solution on Raspberry Pi that could use a USB-connected audio interface instead...
Hello, First, congratulations on providing such fine piece of software for all of us ! I would like to test I2S input (and ouput) on my Pi3 using Circle. I...
I've been trying **circle** for the past week and it works great! So then I tried to enable the flashing functionality so I can more quickly upload my code the...
I noticed that when using Circle, the WM8960 sounds a lot noisier than when using Linux. Possibly we can improve things by tweaking the default configuration of the i2c registers?...
I'm trying to install using Ubuntu, but fails when I try to "/configure" with a lot of errors. (error to create symbolic links, meson error and others)
This issue originally was raised for the MiniDexed. After booting the appropriate kernel image, access to the FAT32 file system does not work correctly for a small Micro SD card,...
Using the 23-spisimple example on a Raspberry Pi Zero. If i enable USE_SPI_MASTER_AUX and wire in a loopback on the pi-zero between pins GPIO20 and GP19 as described in the...
Bluetooth can be used for sharing network, it would be cool to use Bluetooth function.
Is there a way to send tvservice commands like changing the output resolution or changing between interlaced and progressive (480i to 240p) on composite? I need it so I can...
Hello, I am wondering how much effort would be needed to implement USB peripheral role, particularly for devices with an USB On-The-Go capability? Thank you !