aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-08-22 16:29:49 +0200
committerCristian Maglie <c.maglie@bug.st>2013-08-22 16:29:49 +0200
commit6a1c3303d6d94330a7871361638043de946c2411 (patch)
tree4d39bc5774c4ce98177dc1cc4a2bffaeb9470313 /boards.txt
parentb3348a6706dd3b3306e074fbcef6a7ce673e5db6 (diff)
Merged robot core
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt10
1 files changed, 6 insertions, 4 deletions
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}