From 6a1c3303d6d94330a7871361638043de946c2411 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 22 Aug 2013 16:29:49 +0200 Subject: Merged robot core --- boards.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'boards.txt') diff --git a/boards.txt b/boards.txt index ebcbf21..5c674e7 100644 --- a/boards.txt +++ b/boards.txt @@ -613,10 +613,11 @@ robotControl.build.mcu=atmega32u4 robotControl.build.f_cpu=16000000L robotControl.build.vid=0x2341 robotControl.build.pid=0x8038 +robotControl.build.usb_product="Robot Control" robotControl.build.board=AVR_ROBOT_CONTROL -robotControl.build.core=robot +robotControl.build.core=arduino robotControl.build.variant=robot_control -robotControl.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} +robotControl.build.extra_flags={build.usb_flags} ############################################################## @@ -642,8 +643,9 @@ robotMotor.build.mcu=atmega32u4 robotMotor.build.f_cpu=16000000L robotMotor.build.vid=0x2341 robotMotor.build.pid=0x8039 +robotMotor.build.usb_product="Robot Motor" robotMotor.build.board=AVR_ROBOT_MOTOR -robotMotor.build.core=robot +robotMotor.build.core=arduino robotMotor.build.variant=robot_motor -robotMotor.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} +robotMotor.build.extra_flags={build.usb_flags} -- cgit v1.2.3-18-g5258