adafruit / Wippersnapper_Boards

Hardware Description Models for Adafruit IO Wippersnapper Beta.
MIT License
6 stars 55 forks source link

Funhouse web native usb + Min_Spiffs partition changes #147

Closed tyeth closed 4 months ago

tyeth commented 5 months ago

This closes #146 #144 #143

The Funhouse board is moved to web-native-usb, switched to noota partition (960k FS) and has an esptool definition added to json, along with the bootloader image being replaced (now used in a non-uf2 step for esptool bootloader mode).

Feather Huzzah32 (esp32v1 a.k.a featheresp32) and QTPYc3 moved to used the new min_spiffs partition layout with new offsets.

All above have switched build target names from the plain board name to noota suffix or wippersnapper prefix to match up to the new CI build targets

tyeth commented 5 months ago

@lorennorman updated, should be okay now.