pico-sdk
pico-sdk copied to clipboard
Split from #442. Logitech USB receiver connection failed for the second time. When using a Logitech USB receiver with tinyUSB cdc_msc_hid example. The first connection was okay, but the second...
When trying to convert a binary, I got this strange error: ``` ERROR: Memory segment 10000000->10000100 is outside of valid address range for device ``` Running with `-v` outputs `Detected...
Currently the flash can be accessed using the two ROM functions `flash_range_program` and `flash_range_erase`. However, there is no proper way to read from the flash, and to write individual bytes....
Even when the mesh setting is disabled, I am continuing to experience that it often (but not always) takes unacceptable long to join the network when using a Zyxel VMG8825-T50...
When connecting to Wi-FI using cyw43_arch_wifi_connect_timeout_ms under FreeRTOS as per most of the examples, DHCP retries are not sent. Therefore if the DHCP server contacted doesn't respond to the first...
Hi, The current implementation of cyw43_arch_poll includes a GPIO IRQ mechanism presumably for triggering activity. The trigger for this is currently ignored (commented out) and the poll is executed every...
Hi, I've just started evaluating the Pico W for use in a future project but have been seeing some very strange things when trying to use the Wi-Fi. Built the...
https://forums.raspberrypi.com/viewtopic.php?t=334842
This came up in the discussion of raspberrypi/pico-feedback#247. AFAICT there is no API in the SDK for accessing these two bits in DMA's `SNIFF_CTRL` register, so they have to be...
It would be helpful to add mbedtls support to the sdk to make it easier to use tls with picow