2018-08-15 13:20:44 +02:00
|
|
|
RAM_LEN = 32K
|
|
|
|
ROM_LEN = 256K
|
|
|
|
|
2021-08-31 14:42:09 +02:00
|
|
|
LINKER_SCRIPT ?= avr6.ld
|
|
|
|
|
2018-02-27 14:04:19 +01:00
|
|
|
# CPU depends on the atmega common module, so include it
|
2018-05-15 02:38:49 +02:00
|
|
|
include $(RIOTCPU)/atmega_common/Makefile.include
|