Has something changed between 1.0 and 1.0.1 which would change processing of the pins_arduino.h file?
I've had 1.0 setup to work with the
tiny core (in ~/sketchbook/hardware/) and it was working fine. After the change to 1.0.1 the boards.txt from
~/sketchbook/hardware/tiny is being used (I can see the boards only present there) but compiling fails with errors like these (same for every pin used)
... error: 'A0' was not declared in this scope
... error: 'PORTC' was not declared in this scope
and so on.
I am assuming it can no longer find the
pins_arduino.h file. So, 1.0 was finding it, 1.0.1 cannot. I haven't moved any files (outside of the Arduino's own directory of course) .
Does anyone have any idea about what's changed between 1.0 and 1.0.1 in regards to pinouts and how to fix it?