Skip to content
Snippets Groups Projects
Commit 6662dc86 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

board: arduino-due, mbed_lpc1768, udoo: remove redundant CPU_MODEL define

parent ce8b47b7
No related branches found
No related tags found
No related merge requests found
# define the cpu used by the arduino due board
export CPU = sam3x8e
export CPU_MODEL = sam3x8e
# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyACM0
......
# define the cpu used by the mbed_lpx1768 board
export CPU = lpc1768
export CPU_MODEL = lpc1768
export FLASHER = $(RIOTBOARD)/$(BOARD)/dist/flash.sh
export DEBUGGER =
......
# define the cpu used by the udoo board
export CPU = sam3x8e
export CPU_MODEL = sam3x8e
#define the flash-tool and default port depending on the host operating system
OS := $(shell uname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment