Graham Sanderson
Graham Sanderson
See the occasional report of libraries stomping on Pico W pins in use; this could help
Add a stdio_wait_for_connection() or similar to abstract waiting for a cdc connection in USB mode.
See https://github.com/micropython/micropython/pull/15619
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...
Fixes #1817
* These are non-secure binaries that are launched by a secure counterpart * These are independent SDK binaries linked in their own right * They should be linked to run...
Fixes #1871
Mostly focused on the defcon32 branch initially
fixes #1924
There were some changes in 2.0.0 related to moving BOARD header parsing into the toolchain search (so we can auto set the platform) This means you cannot change PICO_BOARD as...