FS#51593 - [arduino-avr-core] Why `archlinux-arduino`?
Attached to Project:
Community Packages
Opened by Yamakaky (Yamakaky) - Monday, 31 October 2016, 02:19 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 31 October 2016, 22:29 GMT
Opened by Yamakaky (Yamakaky) - Monday, 31 October 2016, 02:19 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 31 October 2016, 22:29 GMT
|
Details
This packages installs to
`/usr/share/arduino/hardware/archlinux-arduino`. Any reason
why it isn't simply `hardware/arduino`?
|
This task depends upon
Comment by NicoHood (NicoHood) -
Monday, 31 October 2016, 16:38 GMT
Because we use the upstream avr-gcc in this patched avr-core. And
if we use "arduino" this will cause problems as this would
overwrite the default core. This caused me lots of trouble while
debugging. This way users can use our upstream avr-core while
still using the older arduino provided core via board manager
download. Thatswhy it has to have a different name.
Comment by Yamakaky (Yamakaky) -
Monday, 31 October 2016, 19:07 GMT
Ok, thanks