mikrocoder

Results 52 comments of mikrocoder

Is there a misunderstanding or do you have a misconception? If you don't want all libraries to be rewritten or you think they shouldn't be rewritten to language standard C++17,...

@grobx So that's enough of your nonsense. Here everyone may write what he thinks. I have never claimed that I am from Arduino.cc. I wanted to help you to correct...

Much too complicated. The only thing that happens with the new toolchain is that more warnings are displayed. You have to live with that or fix them. Only the warnings...

> @mcuee > > Here it is. https://github.com/arduino/avrdude-packing/releases/tag/7.1-arduino.1 Hi, What is different about the "Arduino package" again compared to the Official Release? https://github.com/avrdudes/avrdude/releases

Hi, Why are you photographing your monitor? Can't you take screenshots? About your problem. The selected com port is wrong. The Arduino Uno is not an AVR128DA28. Do you already...

Thanks matou78. Finally I can flash via USB and bootloader. I have been missing these settings. https://github.com/SpenceKonde/DxCore/issues/319#issuecomment-1221387053

Hi, Thanks Jojo for the description of the problem. This causes the SPI registers to be overwritten with random numbers in the begin() method. Likewise in the beginTransaction(...) method. In...

If I may express my opinion on this. The support already exists, just not from Arduino.cc. MCUdude has created a package for it. https://github.com/MCUdude/MiniCore Basically MCUdude and Spencekonde keep everything...