mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8f03c7561a
The ATmega1284P can be run on a breadboard with no external components, except for a power supply and (if access to the serial is required) an USB-TTL adapter. This commit adds it as a "board".
6 lines
85 B
Makefile
6 lines
85 B
Makefile
MODULE = board
|
|
|
|
DIRS = $(RIOTBOARD)/common/atmega
|
|
|
|
include $(RIOTBASE)/Makefile.base
|