Hauke Petersen
0f155db499
boards/arduino-atmega: move shared code to common/arduino-atmega
2017-11-30 10:26:35 +01:00
02e055fc81
make: include cpu Makefile.features from board Makefile.features
2017-09-14 13:15:52 +02:00
Martine Lenders
3a3e993c0c
doc: arduino: unify arduino include path and doc with rest of codebase
2017-04-13 18:47:25 +02:00
Anthony Merlino
aa1056a33b
boards/arduino*: Unifies PORT_<OS> settings
...
All boards define a default PORT_LINUX and PORT_DARWIN
arduino-atmega-common uses PORT_LINUX and PORT_DARWIN accordingly
2017-02-02 14:12:03 -05:00
Anthony Merlino
7e79e85f17
boards/arduino-duemilanove: Updates board to comply with refactored arduino-atmega-common structure
2017-02-02 14:12:02 -05:00
Laurent Navet
80cf8389a8
boards: add arduino uno and duemilanove support
...
Uno and Duemilanove(atmega328p version) are nearly the same boards.
The only difference is that the Duemilanove use an FTDI usb chip,
while the Uno use an Atmel which acts as USB/Serial converter.
All of the code needed to support these boards is in arduino-common.
2016-09-21 21:11:01 +02:00