-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDEThe Arduino IDEThe Arduino IDE
Description
I suggest splitting Mega 2560 and Mega ADK into two different board entries, so "build.board" will have two different values instead of always being:
Arduino/hardware/arduino/avr/boards.txt
Line 182 in 429b516
mega2560.build.board=AVR_MEGA2560 |
This will allow the USB Host Shield library automatically detect if an Arduino ADK is used, so the library can be compiled for it.
Right now the user will have to enable it manually by editing the source code - see: https://github.com/felis/USB_Host_Shield_2.0/blob/77538f5d2d0654155c8569298f8441b1175b19cd/settings.h#L32.
Metadata
Metadata
Assignees
Labels
Component: IDEThe Arduino IDEThe Arduino IDE