mikrocoder

Results 52 comments of mikrocoder

Hello, now I realized that you are not MCUdude but SpenceKonde. :grin: But you are already best buddies that you can demand that from MCUdude so? :grin: We wait to...

Hi, Do I understand this correctly. It is changed avrdude for the Uno WiFi Rev2 to ignore the wrong fuse? Why Arduino does not change the fuses in their boards?...

Hi, where does it specify the led flashing? I can't find anything about it. On the contrary. I think it is questionable and unnecessary that an LED should flash. The...

Hi, no matter what you have thought about, you cannot know what is connected to the end user's pins. Nobody can foresee that either. Therefore, please provide a bootloader version...

Hi, The right source is [this](https://github.com/SpenceKonde/DxCore/tree/master/megaavr/bootloaders/optiboot_dx)? And the file to be edited **optiboot_dx.c** ?

[Link to the proposed change](https://github.com/arduino/ArduinoCore-avr/compare/master...mikrocoder:patch-1) I did not want to start a duplicate request now, therefore the link. I hope this makes your work easier.

I guess because the avr-gcc 7.3.0 does not support C++17 to the full extent. But C++14 would make sense. Or Arduino.cc changes to avr-gcc 9.4.0 with C++17 per default. Even...

There will be nothing more from Arduino.cc. They work on the IDE 2.0. You can write in the platform.txt in line 28 instead of -std=gnu++11 simply -std=gnu++17. Then all defaults...

No one is going to rewrite all libraries. Who is going to do that? You are asking too much. You must look only once how old the usual libraries are....