They defined the same in serial.inc.mk. Some Darwin default are changed because they are probably wrong
8 lines
190 B
Makefile
8 lines
190 B
Makefile
# configure the terminal program
|
|
BAUD ?= 9600
|
|
|
|
ARDUINO_UNO_BOOTLOADER ?= optiboot
|
|
BOOTLOADER ?= $(ARDUINO_UNO_BOOTLOADER)
|
|
|
|
include $(RIOTBOARD)/common/arduino-atmega/Makefile.include
|