Peter Harper

Results 452 comments of Peter Harper

If I removed these lines, your code worked for me. #pico_enable_stdio_usb(${PROJECT_NAME} 1) #pico_enable_stdio_uart(${PROJECT_NAME} 1) I got the assertion with these lines included. Which is a bit odd.

Looks good to me. Do you want to make a pull request?

Ah - it must be some sort of "standard".

closing this - agreed it's not an sdk issue

> Please, add an example made from Raspberry.org I don't understand this - sorry. It compiled fine last time I tried it. Maybe you can include the steps that led...

FLASH_BLOCK_SIZE has been renamed to CYW43_FLASH_BLOCK_SIZE, so I don't think there's anything to do here. Lots of "base ports" define FLASH_BLOCK_SIZE, so I think it's reasonable. Will close if no...

Sorry - forgot that the driver needs to be updated in the sdk!

Checked this - still works nicely. Run it and connect to the picow_test wifi network on your phone and it should open a web page that allows you to turn...

Despite what I say above, I usually define it via an environment variable. Are you using the full absolute path?

I don't think this is a bug. If I remember correctly, the led is displayed in a lower priority thread which won't get to run while iperf is running. I'll...