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
faa3727b1f
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-atmega: move shared code to common/arduino-atmega
2017-11-16 12:23:35 +01:00
DIRS
=
$(
RIOTBOARD
)
/common/arduino-atmega
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