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
|