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:
parent
ce8b47b75c
commit
6662dc86eb
@ -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
|
||||
|
@ -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 =
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user