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

Fixes #1062 This change was previously made by @jounathaen in https://github.com/rp-rs/rp2040-pac/pull/59 for the rust PAC. I think it would be useful to add those values in the pico-sdk SVD as...

The enumeratedValues element for TREQ_SEL in rp2040.svd only contains the TIMER values and PERMANENT, but misses all the possible values for external DREQs. This was fixed in https://github.com/rp-rs/rp2040-pac/pull/59 by @jounathaen....

Similar with an old closed issue: #687 `EDIT: Workaround found (check the bottom)` ``` assertion "us_since_boot

### Problem Pico W cyw43_arch_wifi_connect_timeout_ms gives up before timeout. ### Expected behavior Calling cyw43_arch_wifi_connect_timeout_ms is expected to try to connect to wifi within the given timeout. ### Steps to reproduce:...

if I have more than 32-instructions for a PIO, what's the recommended way to deal with that, e.g. swap in and out the instruction somehow? or via OUT EXEC from...

Dear raspberrypi friends, I have ported rp2040 usb ip with cherryusb, and provide all the device class demos, see [rp2040 device demo](https://github.com/sakumisu/CherryUSB/tree/master/demo/rp2040/cherryusb), and host driver and demo is on going....

Hallo there, I'll expect the clock div for the `clock_peri` not to be working correctly. Test case 1: clock_sys = src

review
hardware_clocks

save_div_state_and_lr_64 had an unnecessary delay loop, the code before it guaranteed that the divider was done with more than 8 cycles. Interesting tidbit here is that the needed 8 cycle...

When building pioasm with clang x86_64-pc-windows-msvc and Windows 10 SDK, the following error occurs. This PR fixes the errors. ```console [1/2] Building CXX object CMakeFiles/pioasm.dir/gen/lexer.cpp.obj FAILED: CMakeFiles/pioasm.dir/gen/lexer.cpp.obj C:\PROGRA~1\LLVM\bin\CLANG_~1.EXE -IC:/pico-sdk/tools/pioasm -IC:/pico-sdk/tools/pioasm/gen...

Requested to raise a defect on this issue, I have a simple network project written in C for the Pico w that works fine on core 0 but when moved...