earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.92k stars 402 forks source link

Allow CI to use custom defines, add ESPHost WiFi #2142

Closed earlephilhower closed 3 months ago

earlephilhower commented 3 months ago

If a file called .ci.defines is present in a directory, apply those while building the specified sketch.

Add an lwip_ESPHost test, like the wired Ethernet ones