Peter Harper

Results 452 comments of Peter Harper

I'm easy. Happy for @mucahitkurtlar to update his PR. I fixed a few things in my change.

As @aallan says - there's no issue with you using this before it's merged.

@anglerfish27 you will only annoy people putting random comments on random bug reports. You'll achieve more by commenting on the forum. Have you looked at the examples in the pico-examples...

Looks ok to me. The ntp example was supposed to demonstrate udp but I guess it's too complicated?

Removed the change that added the function cyw43_hal_get_mac_ascii

The sys version of this fails an assert in freertos. Not immediately obvious why #0 _exit (status=status@entry=1) at /home/peterh/source/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c:183 #1 0x1000591e in __assert_func (file=file@entry=0x1001bd1c "/home/peterh/source/pico/freertos/FreeRTOS-Kernel/queue.c", line=line@entry=1537, func=func@entry=0x1001c090 "xQueueSemaphoreTake", failedexpr=failedexpr@entry=0x1001beb8 "pxQueue->uxItemSize...

@lurch Yes. Unfortunately that c file is generated by a binary that's built from c code. So the tool has to be built first. It didn't strike me as trivial...

> AFAIK the SDK build-process does build pioasm and elf2uf2 as native binaries Yes - I can vaguely see what it's doing. I might give it a try.

On the command line at least, you might see that if you try building something that uses wi-fi but the SDK thinks you're building for a plain Pico. Have you...

I see the value changing in CMakeCache.txt. It does seem contradict the cmake documentation though