Earle F. Philhower, III

Results 18 issues of Earle F. Philhower, III

In an error case, it is possible that `fname->len` is not initted in the FatFile::parsePathName function. That length variable is later used to determine if the name was not set...

Several arrays were moved into flash but code was not changed to use pgm_read_byte everywhere needed. Fix, avoiding a crash on SSL cert verification. Also update makefile for the new...

Insert a stub app that will check for work to be done, and if so do it. If no work to be done, jump to original app. Uploads, including password...

The Pico SDK gives a good, simple set up for LWIP use, but it combines the WiFi state control and the TCP stack setup in `cyw43_lwip` https://github.com/georgerobotics/cyw43-driver/blob/195dfcc10bb6f379e3dea45147590db2203d3c7b/src/cyw43_lwip.c and in the...

cyw43_driver
lwip
wifi integration

The binary WiFi blobs are 200-400KB in size, but are only used to upload to the Cyw43 WiFi chip. This makes applications grow massively (before taking in to account any...

cyw43_driver
code size
wifi integration

Seems like Platform.IO doesn't have JAVA plugins, so running the stack dump decoder is not an option for them. It would be nice to have a CLI version of the...

type: enhancement
waiting for feedback

### Discussed in https://github.com/earlephilhower/arduino-pico/discussions/1795 Originally posted by **JAndrassy** October 29, 2023 Espressif has for esp32 a fw which makes it a MAC level WiFi adapter. The host MCU then has...

enhancement