pico-sdk
pico-sdk copied to clipboard
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...
### 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...
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...
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...
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...
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...