-
There are a number of drivers in `PiOS/Common` which use the StdPeriph functions for GPIO access.
`PIOS_GPIO` exists but possibly(?) isn't used and the little that's there was built for a different p…
Gussy updated
11 years ago
-
I just updated my raspberry pi 400's operating system OS to it latest version using the sudo apt-get update and upgrade yesterday and this morning I noticed that there is no audio at all in either vid…
-
the existing Pico USB provides either a host mode, or device mode with 32 endpoints(or 16 two-way), which typically is enough but it is a mux-mode(can't use both host and device at the same time), so …
-
In https://github.com/TauLabs/TauLabs/blob/next/flight/PiOS/Common/pios_delay.c#L133, I noticed that the function is guaranteed to cause a tiny amount of jitter, since each ms of delay takes 1000us pl…
-
The RP2 chip's PIO peripheral is a powerful piece of hardware capable of performing tasks that might otherwise require very fast bit-banging code, but it's also quite difficult to validate the correct…
-
As discussed in #2000, the function `PIOS_HAL_ConfigurePort` currently uses a large number of arguments, which has some downsides. First, all callers of the function (=all targets that use HAL) need t…
-
Current released debs work fine on stable Debian/PiOS/Ubuntu, but there are a lot of derivatives based on Testing/Sid branches (as generally speaking packages for testing and sid are compatible with e…
-
### Describe the bug
Installation fails because v4l2loopback module can't be compiled.
### Steps to reproduce the behavior
Start installation via Installer.
### Expected behavior
no tro…
-
Hi there!
I've used your project to setup a Pi4 with an encrpyted PiOS system a few months ago, which worked fine until now. Today I've ran apt upgrade and after [repairing my initramfs](https://un…
-
This depends on #163
Right now the dT for each sensor update is computed per sample. This is going to introduce artificial jitter into the dT estimation. The PIOS_SENSORS interface provides a natur…