This website works better with JavaScript.
Explore
Help
Sign In
marc
/
RIOT
Watch
1
Star
0
Fork
You've already forked RIOT
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pr/rotary
master
pr/rotary
patch-1
pr/spi.typo
pr/gpio
cc430
dev/timer
2014.12
2014.05
2014.01
2013.08
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'pr/rotary'
${ noResults }
RIOT
/
boards
/
arduino-uno
/
Makefile
6 lines
93 B
Makefile
Raw
Permalink
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.
7 years ago
MODULE
=
board
boards/arduino-uno: Updates board to comply with refactored arduino-atmega-common structure
6 years ago
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.
7 years ago
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e