pico-extras
pico-extras copied to clipboard
I think there may be a bug with line 0 not scaling, this seems to fix it.
Hi, I'm wondering if it's possible to use an external clock provider chip like Si5338 to provide clock signal. Since the above chip is programmable we could have it provide...
Hello Rasberry Pi team, Are there plans for these audio libraries to support FreeRTOS? Is there a way to switch tasks when it's busy streaming the data to the audio...
audio_i2s_setup has a config passed in which includes the dma channel to use. It claims this dma channel. But should the caller claim the channel instead? As there's no guarantee...
Pico W SDK: 1.4.0 IDE: CLion on Ubuntu 22.04 running on a PC: GCC: 11.2.0 (Ubuntu 11.2.0-19ubuntu1) MQTT broker/server: Mosquitto 2.0.15 running on Ubuntu 22.04. **Issue:** MQTT with keep_alive=0 (zero)...
As state machine is output only it is possible to use joined FIFO mode. It allows more jitter(reaction time to DMA complete event when using only one DMA channel) on...
In samples_encoding.cpp, there is a section that is defined out (lines 309 - 382) that seems to describe noise shaping implemented using the RP2040 interpolator. I was unable to find...
Fixed to work for RP2040 and RP2350 using pico_aon_timer.
As documented in this repo for example: https://github.com/ghubcoder/PicoSleepDemo
The pico-sdk pico_sdk_import.cmake allows selection of a git tag to use when fetching the sdk code, via the PICO_SDK_FETCH_FROM_GIT_TAG variable (see https://github.com/raspberrypi/pico-sdk/blob/2.0.0/external/pico_sdk_import.cmake). This is quite useful if e.g. you want...