Peter Harper

Results 403 comments of Peter Harper

> Perhaps the top-level `README.md` also wants updating to match? ok - tweak the wording

> I know nothing about FreeRTOS, but looking at the content of the diff in this PR, does `xstr` need removing from `picow_freertos_iperf.c` too? 🤷 Oops - yes. I should...

Added iperf client to freertos and checked they work.

> @kilograham / @liamfraser I wonder if it might be worth modifying https://github.com/raspberrypi/pico-examples/blob/master/.github/workflows/cmake.yml to do several different builds, with different combinations of `#define` s set? 🤷‍♂️ Maybe this should be...

True - it should build for all boards

I don't suppose you could tell me how it behaves if you set the PM value to 0xa11142?

Yes - I think you might be right. I'm not sure we've got CYW43_AGGRESSIVE_PM and CYW43_PERFORMANCE_PM the right way around. Do you see any difference when using 0xa11c82?

Yes. I might send you something to test if that's ok?

> Is it worth adding this as an optional git submodule, like is done with TinyUSB and lwIP ? 🤷 I think there's a desire not to add mbedtls to...