Andrew Scheller
Andrew Scheller
Looks like there are merge conflicts (which are probably what's also causing the CI failure?)
Hmmm, something that's just occurred to me: if a change was made to a comment in one of the `.c` files, I guess that might result in no change to...
@ENAC-Robotique I think you're mixing up Pico W and Pico WH :slightly_smiling_face: The diagram you've posted above is correct for the Pico W, but the Pico WH (and also the...
https://github.com/raspberrypi/pico-sdk/blob/develop/src/rp2350/hardware_regs/include/hardware/regs/powman.h#L1180 seems to agree - looks like you might have found a bug? It's probably just reading the lower 2 bits of the GPIO value, so trying to set either...
I often use the first meaning whilst writing; and I've _never_ heard of the second meaning that you give. Perhaps this is just a difference between UK-English and US-English? 🤷...
Ahhh, looks like this PR is a consequence of #1411
I don't know much about cmake / compilers / linkers / etc. but does this change potentially mean that a project using `pico_btstack` might fail to build if `pico_stdio_rtt` isn't...
The map files seem to be added at https://github.com/raspberrypi/pico-sdk/blob/develop/src/CMakeLists.txt#L59 ?
Ahhh, looks like this might be related to https://github.com/raspberrypi/pico-sdk/pull/432#issuecomment-846449239 ?
@smithps Would you like to test the fix in #2584 please?