ArduinoCore-avr/cores/arduino
David A. Mellis 35f5f6e99f Improving third-party hardware support:
- moving back to multple cores per platform
- using target instead of platform
- moving per-board and per-programmer preferences out of Preferences.java and into a new Target class
- adding a new "target" preference
- support for platform:value values in board preferences for bootloader path and core
- XXX: need to support platform:value syntax for board upload.using preferences.
2009-11-21 23:23:43 +00:00
..
HardwareSerial.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
HardwareSerial.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
Makefile Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
Print.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
Print.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WConstants.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WInterrupts.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WProgram.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
main.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
pins_arduino.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
pins_arduino.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_analog.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_digital.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_private.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_pulse.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_shift.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00