Skip to content

Commit fc338b4

Browse files
committed
Merged robot core
1 parent b84f276 commit fc338b4

37 files changed

+6
-7575
lines changed

hardware/arduino/avr/boards.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,11 @@ robotControl.build.mcu=atmega32u4
613613
robotControl.build.f_cpu=16000000L
614614
robotControl.build.vid=0x2341
615615
robotControl.build.pid=0x8038
616+
robotControl.build.usb_product="Robot Control"
616617
robotControl.build.board=AVR_ROBOT_CONTROL
617-
robotControl.build.core=robot
618+
robotControl.build.core=arduino
618619
robotControl.build.variant=robot_control
619-
robotControl.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
620+
robotControl.build.extra_flags={build.usb_flags}
620621

621622
##############################################################
622623

@@ -642,8 +643,9 @@ robotMotor.build.mcu=atmega32u4
642643
robotMotor.build.f_cpu=16000000L
643644
robotMotor.build.vid=0x2341
644645
robotMotor.build.pid=0x8039
646+
robotMotor.build.usb_product="Robot Motor"
645647
robotMotor.build.board=AVR_ROBOT_MOTOR
646-
robotMotor.build.core=robot
648+
robotMotor.build.core=arduino
647649
robotMotor.build.variant=robot_motor
648-
robotMotor.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
650+
robotMotor.build.extra_flags={build.usb_flags}
649651

hardware/arduino/avr/cores/robot/Arduino.h

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)