adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115 stars 73 forks source link

Allow .generate for rp2040 targets #114

Closed jepler closed 2 years ago

jepler commented 2 years ago

The rp2040 build leaves a .uf2 file in place, but we need to handle it specially when .generate is requested.

Add some .generate request files to ensure it is tested.