pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Results 538 pico-sdk issues
Sort by recently updated
recently updated
newest added

Add i2c_get_index for consistency - just calls i2c_hw_index

it would be useful to lock the release/tag for projects that depends on the pico-sdk. We can use PICO_SDK_FETCH_GIT_TAG to specify a release tag for the Pico SDK to download....

To make stdio logging quicker it's probably a good idea to set the default uart speed 921600, but it's only configurable by adding this define to your project. Make it...

I have a project where I want to get a callback for when I receive characters from the stdio USB virtual serial port. It works fine if I call `getchar`...

Hi, I am working on a Pimoroni RP2040 product that involves regular communication with some onboard I2C devices at 400KHz. During my testing I was encountering frequent lock-ups after a...

hardware_i2c

I describe the full issue here: https://forums.freertos.org/t/multicore-smp-rp2040-port-deadlock-when-using-heap-3/19255/ In summary, FreeRTOS heap_3 calls `vTaskSuspendAll` which grabs the task lock before calling malloc/free. At the same time, if another task is using...

Fixes #1644 The save_and_disable_interrupts function was buggy for two reasons. The first one, it is declared as a static inline function; once the function's content is inlined, the compiler is...

I currently have two pico ws, one configured as a HOG Host, and one configured as a HOG Device, using code very similar to the hog keyboard hog host examples....

bluetooth

I'm configuring pico_sdk from my project with the following settings: - PICO_SDK_FETCH_FROM_GIT set to TRUE - PICO_SDK_FETCH_FROM_GIT_PATH set to the absolute target path for the pico_sdk When configuring the project,...

build

The Pico-SDK does not provide an implementation of standard C11 atomic functions, this makes implementing multi-core algorithms more complicated and error prone while decreasing software potability from Cotrex-M3/4/7 code bases....