diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-08-23 15:59:24 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-08-23 15:59:24 +0200 |
commit | 540743129b2badb813b703208d121ff14553c147 (patch) | |
tree | 6fadb4ebce68e1f0cb298a282be135c23fd156ed /boards.txt | |
parent | 073b3ac9d4ae93ac0bb3a91afc65ae9d8f1d5d59 (diff) | |
parent | 67c84855c2f3ce99b091a756bb2ca1a016260659 (diff) |
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
app/src/processing/app/Preferences.java
app/src/processing/app/debug/Uploader.java
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -663,10 +663,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} ############################################################## @@ -692,8 +693,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} |