sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.06k stars 185 forks source link

Added github CI workflow for Pico #185

Closed tomcombriat closed 1 year ago

tomcombriat commented 1 year ago

I had a bit of problems to find the exact values, I might sound stupid but @tfry-git how do you reliably find the fqbn 0:)?

tomcombriat commented 1 year ago

PS: I do not get why the reports are failing, are we asking too many things to be reported?

tfry-git commented 1 year ago

I had a bit of problems to find the exact values, I might sound stupid but @tfry-git how do you reliably find the fqbn 0:)?

I usually do not succeed on the first attempt, either :(. My current strategy is:

  1. Look at the core in question, and copy from their workflow, if any.
  2. Loot at platform.txt and boards.txt. In the latter, I believe the ".board" entries to contain the relevant id.
  3. Trial and lots of error.

As for why the reports are failing, I have no real clue. However, the internets seem to think that intermittent problems are to be expected with github workflows, so I hope this will go away by itself (fingers crossed).

tomcombriat commented 1 year ago

That's reassuring, somehow ;)