Hi Angus,
Thank you for the reply.
> One of the developers may have more details, but I can confirm: yes,
> this is possible.
In that case, I must have lost my mind!
> There's a wiki page describing the new (very flexible, very nice)
> system here:
> https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
I've been through that thing several times now and I cannot get a build
without cloning platform.txt.
Hopefully, someone can spot what I'm doing wrong...
In data giovedì 23 maggio 2013 09:06:05, Brian Cook ha scritto:
> Cristian? Are you there?
Hi Brian,
nice that you're trying this part of the new core support,
take a look at the last part of the documentation:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
AFAIK only D.Mellis tried it for his Tiny core here:
https://github.com/damellis/attiny/tree/lib-1.5-cores
finally 1.5.2 is quite old now and doesn't fully support it, you must compile from git or get the nightly build from the download page.
C
attiny.build.core=arduino:arduino
If it's acceptable then I would happily add to the existing Pull Request I sent, to provide an option to override the compile-time platform while still providing a custom core, allowing something like:
attiny.build.platform=arduino
attiny.build.core=mytinycore
Would that be of any use?
- Angus
take a look at the last part of the documentation:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
AFAIK only D.Mellis tried it for his Tiny core here:
finally 1.5.2 is quite old now and doesn't fully support it, you must compile from git or get the nightly build from the download page.
If it's acceptable then I would happily add to the existing Pull Request I sent, to provide an option to override the compile-time platform while still providing a custom core, allowing something like: attiny.build.platform=arduino attiny.build.core=mytinycore Would that be of any use?