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

Add additional board-header-checking logic to `check_board_header.py` and then fix up all the boards headers so that they pass.

### Background We are trying to achieve good idle power consumption on RP2350 in MicroPython. Idle here means sitting at the REPL (with either UART or USB serial) doing nothing....

This changed since 89914870ae06b2418c8ecc7e21af00d2dd77f8cb

``` [ 6%] Performing build step for 'picotoolBuild' /Users/src/pico/pico-sdk/lib/mbedtls/library/bignum.c:1395:29: error: variable 't' set but not used [-Werror,-Wunused-but-set-variable] mbedtls_mpi_uint c = 0, t = 0; ^ 1 error generated. make[5]: ***...

See https://github.com/micropython/micropython/pull/15619

specifed -> specified

Fix some parts of #1812 The problem with the rewrite of the alarm pool code is that adding an alarm forces an IRQ which cases a SEV. We attempted to...

This is where clangd puts a bunch of junk, so it's nice to have it ignored for folks who use clangd. Fixes #1823

Clangd generates a bunch of files in a local directory called .cache. This issue is just documenting that it's a problem for a pull request.