Peter Harper

Results 452 comments of Peter Harper

> note you didn't change kitchen_sink to include the mbed tls headers, which is mostly what it is there for Done now

Do you want me to add mbedtls as a submodule then?

Sorry - missed that

Here's what I do... cd ~/source/pico git clone [email protected]:FreeRTOS/FreeRTOS-Kernel.git -b main cd ~/source/pico/pico-examples mkdir build cd build cmake .. -DPICO_BOARD=pico_w -DWIFI_SSID='ssid' -DWIFI_PASSWORD=pass -DFREERTOS_KERNEL_PATH=/home/peterh/source/pico/test/FreeRTOS-Kernel make -j8

> picow_dns_server_test doesn't sound like an example name! Got rid of this.

Just to take it out of the equation - can you disable wifi power management? Something like... cyw43_wifi_pm(&cyw43_state, CYW43_DEFAULT_PM & ~0xf);

yeah - we could move the micropython versions. We just need something to take the place of the other end of the C code examples. It was remiss of me...

Bit confused why there are 3 commits in here. It looks like they need squashing into one before they can be merged?

Can you attach your script? It sounds like an issue with the tcp maximum segment size. It's possible the examples need to be improved.

I have fixed your scripts here https://github.com/raspberrypi/pico-examples/compare/master...peterharperuk:pico-examples:add-python-tests The MTU is 1460, so you'll only get a buffer of this size. I have some linux examples somewhere that behave the same.