Armin
Armin
Quick feedback. - Some section spacings are great, others no so useful. - Using aligning in tables is also useful. - The upper badges lack functionality and are more complicated...
@ElectronicsArchiver Thanks a lot for all your work an ideas 🥇 I took many, as you can easily see 😀 and added you to the list of contibutors 👍 .
Hi, the arduino delay is way to long, I know. Therefore I just use this script, to avoid the delay: ``` echo Upgrade Digispark Bootloader with micronucleus upload %UserProfile%\AppData\Local\Arduino15\packages\digistump\tools\micronucleus\2.0a4\launcher.exe -cdigispark...
I think, with your extensions you get a macronucleus bootloader. Better think of printing a line at startup of your program like `Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing...
@cpldcpu The small addition to read 2 extra bytes from RAM costs 66 bytes program space :-( I included it anyway with an compiler switch STORE_CONFIGURATION_REPLY_IN_RAM. So it might be...
Thanks for your generous offer. But for me personally assembler is too hard to maintain. But you are more than welcome to look over the existing assembler code for optimizations,...
Congrats 🥇
👍 If you push the hex files to your repo, I can make some independent and intermediate tests for your t85_default and t85_aggressive versions.
Try another **Cable**, try another **Port**, try another **Board**, try another **Computer**, try another **OS**. In this order.
**You are right** the compiler in this case refuses to optimize the constant expression. what a pity. But the code looks like requiring to be tested better, since for USB_CFG_PULLUP_IOPORTNAME...