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
663e2581b6
RIOT
/
boards
/
arduino-atmega-common
/
Makefile
4 lines
66 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards/arduino-common: refactored to arduino-atmega-common Refactors boards/arduino-common to boards/arduino-atmega-common. Extends boards/arduino-atmega-common to be generic to all atmega based arduino boards, not just atmega328p. Removes flags that should be located in cpu framework
2017-02-02 20:01:11 +01:00
MODULE
=
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