1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

This commit is contained in:
Kaspar Schleiser 2015-06-11 20:45:39 +02:00
parent ce8b47b75c
commit 6662dc86eb
3 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# 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

View File

@ -1,7 +1,5 @@
# 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 =

View File

@ -1,6 +1,5 @@
# 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)