SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
544 stars 141 forks source link

compile issues on Curiosity Nano with Attiny3217 #952

Closed pacaj2am closed 1 year ago

pacaj2am commented 1 year ago

Even simplest code fails to build with Curiosity Nano: image

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

fails with:


avr-g++: error: {build.pwmflags}: No such file or directory
exit status 1
Error compiling for board Official Microchip Board.
SpenceKonde commented 1 year ago

Thanks will correct just needs a default option specified (Microchip-specific boards will always use the default per core docs PWM pin mapping - because they're all under one menu, but some of them arent's 24-pin parts;

The real trick that's blocking the release to fix the 1.6.7 issues is that I don't know YAML-github actions well enough to CATCH these bugs...