Open drtrigon opened 7 years ago
If you look at world.cfg you will see that there is no defaults.target.t84. You'll have to add it. That'll also fix avrdude's -p parameter. Send a pull request. ;-)
I don't know what I need to put into world.cfg. Can you explain the format?
Here is my "project.cfg":
I had to modify the "Makefile" as well:
needed to be changed to
With all this I can run through both make steps and successfully upload (burn) the code to an ATtiny84. However the device seems not to work and I assume this is because of a lack of support for the tiny84 in world.cfg as it runs as atmega88:
What can I do now? What values do I have to add to world.cfg to get support for t84?