This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
3a3e993c0c
RIOT
/
boards
/
arduino-duemilanove
/
Makefile
6 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
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-05 21:12:47 +02:00
MODULE
=
board
boards/arduino-duemilanove: Updates board to comply with refactored arduino-atmega-common structure
2017-02-02 20:05:53 +01:00
DIRS
=
$(
RIOTBOARD
)
/arduino-atmega-common
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-05 21:12:47 +02:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink