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

I have found that mixing different methods of writing to **stdout** results in inconsistent ordering of the output. The following simple program illustrates this: ```` // Test sequencing of STDOUT...

pico_stdio
clib-interface

Since enabling a simple MSC drive, I have gotten frequency crashes. Using tinyusb 0.12, I got this log sequence, culminating in an assertion failure: ``` ...snip... USBD Setup Received 80...

tinyusb

The documenation for gpio_set_irq_enabled is a little bit unhelpful in that it doesn't speicfy the mask numbers (which are the numbers that someoe is interested in when they read the...

documentation

Each INTERFACE library should declare all the dependencies it uses... it would be nice to have an automated test for this

build
test

I'm getting silent failure (no console messages or anything) from TinyUSB and/or the USB hardware. My devices: - Mac USB keyboard - Genetic optical mouse (tried two different ones) If...

tinyusb

In **memmap_default.ld**(line 26), ``` FLASH(rx) : ORIGIN = 0x10000000, LENGTH = 2048k ``` It could be better with some space reserved, like ``` FLASH(rx) : ORIGIN = 0x10000000, LENGTH =...

flash layout
linker scripts

**Background** Since I want to printf some information before and after I overclock the rp2040, may I initialize the stdio again as the sys clock has been changed? If I...

enhancement
pico_stdio

When there is no communication between CYW43439 and RP2040 (no CYW GPIO, nor HCI commands for Bluetooth), current consumption will drop by about 5 mA (at 3,6 V VSYS). When...

bluetooth

USB stdio fails if SYS_CLK_KHZ overridden to 32MHz (PLL_SYS_VCO_FREQ_KHZ and PLL_SYS_POSTDIV1, 2 are also set to valid values). /dev/ttyACM0 does not even appear dmesg shows errors: usb 1-7.2: new full-speed...

documentation
pico_stdio_usb
hardware_clocks

I have just been debugging some code which I required to be running from RAM as I was overwriting code in FLASH (Yes, I know I shouldn't). All was well...

compiler version issues