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

GCC 12 is generating the following warnings on the 2.0.0 SDK release. It's only cosmetic, but when a project builds with `-Werror` this will cause a failure. ```` /home/earle/Arduino/hardware/pico/rp2040//pico-sdk/src/rp2_common/hardware_timer/include/hardware/timer.h: In...

The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt. Please visit http://www.java.com for information on installing Java. i keep getting this error for the pico...

When I compile project with `PICO_PLATFORM=host`, then functions like `scanf()` and `fgets()` do not block anymore. They are blocking on the actual board, so I would expect them to also...

host

### Background: I have been having trouble setting up reliable communications between 2 Pico boards using i2c I started off using Earle Philhower's Arduino-Pico RP2040 core for testing this as...

hardware_i2c

During the transfer of data between 2 Pico's wired together as SPI master and slave devices, I start to see data corruption after a few hundred or so data transfer...

hardware_spi

The `flash_range_program(flash_offs, data, count)` will lock up if `data` points to an address in the XIP address range, ie points to flash. This can happen when you want to copy...

documentation
hardware_flash

When using single precision float, `sin(x)` and `cos(x)` (and possibly `sincos` and `tan`) are accurate for `|x| < 128` (here, `|x|` means absolute value of `x`) but show increasing error...

floating point

On a specific roline mouse, enumeration fails with wrong data toggle from the device. How to reproduce? Compile the attached ex_host_bare_api based on tinyusb host_bare_api and load the UF2. Connect...

tinyusb