Mike Bell

Results 36 comments of Mike Bell

+1 for this. Or I would support just removing them from the config entirely and always claiming - it's a pretty small change to existing projects that would also flag...

You might want to add PICO_EMBED_XIP_SETUP=1 to the compile definitions: https://github.com/MichaelBell/micropython/commit/87208bc2053e2c70cd84bc7087f6b451e777a3b2 Without this the flash setup (what would have been the second stage bootloader on RP2040) isn't run. So the...

Since https://github.com/micropython/micropython/commit/d420b4e478267cf8c6c0136982bdeeedaccf3920 was merged, RP2350 now defaults to 125MHz not 150MHz. Maybe it would be better to do `set_sys_clock_khz(mp_hal_get_cpu_freq()/1000, false);`

Ah yes, it has always been a bit odd that soft reset doesn't reset the clock frequency. I think this would be better as a define (defaulted appropriately for RP2040...

Note I haven't tested the BME688 changes - I thought I had a BME680 knocking about somewhere, but can't currently find it