Unable to install package PlatformIO #657
Replies: 4 comments 1 reply
-
I don't know enough about PIO to answer this. I don't know what it's missing or whether it's even a problem that's in my domain to fix or must be fixed by some platformIO person. |
Beta Was this translation helpful? Give feedback.
-
Thanks for response, will try to ask about it on PIO forums. That's bit odd to me. If I'll get any useful information, I'll leave it here. |
Beta Was this translation helpful? Give feedback.
-
hi, Hi @LocoMatt I don't know how far you got with this, but i had the same problems with the attiny1624 chips, they are not quite there with the integration of avr2's recently @MCUdude did some work and added support to the new boards in the #develop branch and its working to do it for me, and get udpi working on serial i did the following in platformio.ini set this [env:ATtiny1624] after saving that i had to go into the .platformio directories and delete some packages for me it was here C:\Users\tony_.platformio\packages i then deleted the following directories toolchain-atmel-avr and under C:\Users\tony_.platformio\platforms i deleted atmelmegaavr once thats done do a clean and when you build it redownloads it all installs the 2.5.10 core its working for me in platformio.ini build_flags = was suggested by @SpenceKonde as i was getting strange issues with the timers in attachinterrupt and that seems to fix it if you are not using an ftdi for udpi programming then the upload_command and upload_protocol can be omitted but if you are, change the chip to whatever one you are using and set the serial com port to the correct one hopefully this works for you too and saves you a weekend Regards Tony |
Beta Was this translation helpful? Give feedback.
-
Speaking of CORE_ATTACH_OLD I would love to see someone with a sketch that was fixed by that, and retest using the current github version of WInterrupts.c without that define. It should work finally, and use less memory and execute faster than the old one As soon as this i get omeone reporting that it didn't work w/out CORE_ATTACH_OLD with released WInterrupts.c and does work with github version, I'll feel a lot better about releasing the fix. These problems have just gone on so long, and I have no faith in my ability to determine if the fixes work anymrore, after being wrong 10 or or so times. |
Beta Was this translation helpful? Give feedback.
-
Not much to say, I tried installing megaTinyCore as described here.
When I run 'build', PlatformIO returns:
I tried also with older versions without succeed.
Looking forward any suggestions how to solve this.
Beta Was this translation helpful? Give feedback.
All reactions