Per Tillisch
Per Tillisch
If people want to set the fuses for the smaller boot section and get access to the full amount of flash, they have the option of doing as ArminJo described...
I have also done some quick experiments like this and I got the same results of the verification error from avrdude. So maybe it's not possible to brick the board...
The only other official platform using `-fpermissive` is [megaAVR](https://github.com/arduino/ArduinoCore-megaavr/blob/1.8.6/platform.txt#L28), so I suggest that if any action is taken on the issue in this platform, the same be done for megaAVR...
Related issue: https://github.com/arduino/ArduinoCore-avr/issues/9 And possibly: https://github.com/arduino/Arduino/issues/2986 At the time https://github.com/arduino/ArduinoCore-avr/issues/9 was submitted, I looked into the possibility of working around the problem by combining the "erase" and "bootloader" actions into...
@nmaas87 I don't have time to work on it right now, but I'll give you a ping once work slows down for me after Christmas to see if we can...
I have a semi-working proof of concept. Maybe you could take a look at it and we can discuss it further in this thread: https://github.com/per1234/Arduino_Boards/pull/1 It's currently implemented in SparkFun...
Since there is some activity on this topic, I wanted to leave a note in case it might help someone else avoid the confusion I initially suffered: With the current...
@lxrobotics this proposal is about adding a linuxspi programmer option to the **Tools > Programmer** menu in the Arduino IDE so that this programmer can be used from inside the...
I think it makes sense in the ArduinoCore-avr repository. The reason being that the programmer definition would be added to the programmers.txt file in that repository. I'd be happy to...
Note that, as discussed at https://github.com/arduino/ArduinoCore-API/issues/85, this issue has already been resolved for `min` and `max` in `arduino/ArduinoCore-API`: https://github.com/arduino/ArduinoCore-API/blob/82a5055a0588976c8df8c1ff3d978f62d68410f3/api/Common.h#L124-L149 So it would be partially resolved by migrating this core to...