Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device is bus-powered only. Add compile time options to reduce the compiled size of the firmware.
This commit is contained in:
parent
666c0fa4c3
commit
d83cc9ac80
6 changed files with 11 additions and 6 deletions
|
@ -70,7 +70,7 @@
|
|||
#define COMMAND_TIMEOUT_TICKS 100
|
||||
|
||||
/** Command timeout counter register, GPIOR for speed. */
|
||||
#define TimeoutTicksRemaining GPIOR0
|
||||
#define TimeoutTicksRemaining GPIOR1
|
||||
|
||||
/** MUX mask for the VTARGET ADC channel number. */
|
||||
#define VTARGET_ADC_CHANNEL_MASK _GETADCMUXMASK(ADC_CHANNEL, VTARGET_ADC_CHANNEL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue