mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-03 22:09:10 +00:00
Document the PDI programming routines implemented so far in the AVRISP project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
This commit is contained in:
@@ -193,6 +193,7 @@ CDEFS += -DRESET_LINE_PORT=PORTB
|
||||
CDEFS += -DRESET_LINE_DDR=DDRB
|
||||
CDEFS += -DRESET_LINE_MASK="(1 << 4)"
|
||||
CDEFS += -DVTARGET_ADC_CHANNEL=2
|
||||
CDEFS += -DENABLE_SPI_PROTOCOL
|
||||
CDEFS += -DENABLE_XPROG_PROTOCOL
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user