Automatic switching form PIC mode to EDBG (AVR) mode, for MPLAB Snap and PICkit 4 tools.

This commit is contained in:
Nav
2024-12-30 15:41:52 +00:00
parent 7535267a3b
commit 020d174a2d
9 changed files with 162 additions and 52 deletions

View File

@@ -27,9 +27,21 @@ ACTION=="add", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2175", MODE="0666"
# MPLAB PICkit 4 In-Circuit Debugger
ACTION=="add", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2177", MODE="0666"
# MPLAB PICkit 4 (PIC mode)
ACTION=="add", ATTR{idVendor}=="04d8", ATTR{idProduct}=="9012", MODE="0666"
# MPLAB PICkit 4 (Bootloader mode)
ACTION=="add", ATTR{idVendor}=="04d8", ATTR{idProduct}=="9017", MODE="0666"
# MPLAB Snap In-Circuit Debugger
ACTION=="add", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2180", MODE="0666"
# MPLAB Snap (PIC mode)
ACTION=="add", ATTR{idVendor}=="04d8", ATTR{idProduct}=="9018", MODE="0666"
# MPLAB Snap (Bootloader mode)
ACTION=="add", ATTR{idVendor}=="04d8", ATTR{idProduct}=="9019", MODE="0666"
# WCH-LinkE
ACTION=="add", ATTR{idVendor}=="1a86", ATTR{idProduct}=="8010", MODE="0666"