brizzolazzi
brizzolazzi
I am trying to read the contents of the peripheral registers using VS Code. Unfortunately when I click on a peripheral on XPERIPHERAL section of the debug column I got...
For minimalism reasons it might be useful to enable by default the LWIP_SINGLE_NETIF in lwipopts.h. At the moment the SDK does not compile with that option.
MEMP_NUM_ARP_QUEUE seems useful only if ARP_QUEUEING is set to 1, but in https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/lwipopts_examples_common.h is not defined and ARP_QUEUEING default value is 0. So why MEMP_NUM_ARP_QUEUE is set to 10, while...