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
e0d64b1a38
RIOT
/
boards
/
arduino-nano
/
Makefile.features
4 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards: move CPU/CPU_MODEL definition to Makefile.features cpu/$(CPU)/Makefile.features and cpu/$(CPU)/Makefile.dep are automatically included Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
2019-06-03 11:08:02 +02:00
CPU
=
atmega328p
boards: Add support for the Arduino Nano The Arduino Nano board is the cheapest member of the Arduino family and used the same MCU as the Arduino Uno. It differs in the form factor (the Nano is much smaller), it uses an integrated FT232RL TTL adapter instead of an ATmega16u2 to provide access to the serial console via USB, and it uses a different bootloader (which occupies 2 KiB of the 32 KiB flash instead of 0.5 KiB occupied on the Arduino Uno). This commit mostly copy pastes code from the Arduino Uno.
2018-07-04 22:26:10 +02:00
boards: move CPU/CPU_MODEL definition to Makefile.features cpu/$(CPU)/Makefile.features and cpu/$(CPU)/Makefile.dep are automatically included Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
2019-06-03 11:08:02 +02:00
i
n
c
l
u
d
e
$(
RIOTBOARD
)
/
c
o
m
m
o
n
/
a
r
d
u
i
n
o
-
a
t
m
e
g
a
/
M
a
k
e
f
i
l
e
.
f
e
a
t
u
r
e
s
Copy Permalink