-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 4313 support #29
Comments
Add a boards.txt entry using the X313 as the variant, then compile it and see if it works. But the version of avr-gcc that comes with the Arduino IDE doesn't support the 4313 as far as I recall. |
As a matter of fact, none of the boards compile cleanly. I get errors when I try to compile. I pasted them below Arduino: 1.6.4 (Windows 7), Board: "Optiboot ATtiny84 @ 8 MHz (internal osc)" Third-party platform.txt does not define compiler.path. Please report this to the third-party hardware maintainer. Error while compiling: missing 'recipe.cpp.o.pattern' configuration parameter |
I get the same thing with 1.6.1. |
Ah, yes. Arduino completely changed the board handling in 1.6.x and I really haven't had the time to look through the required changes to update the core to work with the new arrangement. Fortunately, two people have been able to do the update in their forks: https://github.com/FemtoCow/ATTinyCore/ and https://github.com/SpenceKonde/ATTinyCore/ . For 1.6.x I would recommend using one of these forks until I've had a chance to review the changes and pulled in support. Alternatively, it should also be noted that ATTinyCore is integrated into the UECIDE project which is an excellent alternative to the Arduino IDE. |
I was trying to search for this issue. Followed threads such as http://forum.arduino.cc/index.php?topic=299759.15 Personally I needed support for ATtiny 167 so I will follow those links you provided. There definitely needs to be extra .txt files added including .platform.txt. I tried very hard to get it to work, but I couldn't. Ended up on compiler error. In file included from C:\Program Files (x86)\Arduino\hardware\tiny\avr\cores\tiny/Arduino.h:222:0, Edit: |
I tried you library with Arduino 1.6.5 but generates errors. Is it compatible with 1.6.5? |
Try https://github.com/SpenceKonde/ATTinyCore/ He has done the most work on his fork to date. I worked with him early this month to get his version running on 1.6.0. It hasn't been board tested yet though. Just compiling as far as I know. |
Hi, On Mon, Jun 29, 2015 at 8:48 AM, ApexMoEng [email protected] wrote:
|
1.6.0 And if you are testing his code and have issues you should really start a new thread over on his page. So that he may debug anything and give him feedback. |
Hi, On Thu, Jul 2, 2015 at 10:01 AM, ApexMoEng [email protected] wrote:
|
No. Arduino IDE has a built in SPI library. Again you should open a new thread over on his section. |
Please do so 😃
The text was updated successfully, but these errors were encountered: