OpenLightingProject / rp2040-dmxsun

RP2040-based USB DMX dongle with integrated web server
GNU General Public License v3.0
95 stars 16 forks source link

Update to pico-sdk 1.5.0 #71

Closed kripton closed 1 year ago

kripton commented 1 year ago

Those changes here will no longer work with pico-sdk 1.4.0. However, it un-does copying parts of the cyw43-driver from the pico-sdk since it is strictly not required. We just have to stop calling lwip_init() "manually" if this is already done so by the cyw43-driver (which is still the case, unfortunately).