├── .gitignore ├── KnownPartsDatabases ├── 1PK2DeviceFile.dat ├── 2PK2DeviceFile_1.62.14_mod6.dat ├── 3PK2DeviceFile_203kb.dat ├── 4PK2DeviceFile_NO16F170x.dat ├── 5PK2DeviceFile_old.dat ├── 6PK2DeviceFile2.dat ├── KnownParts.txt ├── KnownParts.xlsx ├── PKPlus.txt └── README.md ├── PickIt ScriptEditor ├── PICKitPlus Device File Editor.exe ├── PICKitPlus Device File Editor.exe.config ├── PicKit2 Script Editor.exe ├── Readme.rd └── Version1 │ └── PICkit2 Device File Editor.exe ├── Previous Releases ├── R176 │ ├── PKPLusDeviceFile.dat │ └── readme.markdown ├── R177 │ ├── PKPLusDeviceFile.dat │ └── readme.markdown ├── R178 │ ├── PKPLusDeviceFile.dat │ └── readmetxt.markdown ├── R179 │ ├── PKPLusDeviceFile.dat │ └── readmetxt.markdown ├── R180 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R181 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R182 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R183 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R184 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R185 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R186 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R187 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R188 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R189 │ └── PKPLusDeviceFile.dat ├── R190 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R191 │ └── PKPLusDeviceFile.dat ├── R192 │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R193 │ ├── DO USE THIS RELEASE.md │ ├── PKPLusDeviceFile.dat │ └── README.md ├── R194 │ ├── PKPlusDeviceFile.dat │ ├── PKPlusDeviceFile.xml │ └── README.md ├── R195 │ └── PKPlusDeviceFile.dat ├── R196 │ ├── PKPlusDeviceFile.dat │ └── README.md ├── R197 │ ├── EEProm_Analysis │ │ ├── 24xx102x_EEProm.hex │ │ ├── MCP2221_I2C_Bus_Analyss.JPG │ │ ├── PICkitPlus_24xx102x_EEProm_Support.JPG │ │ └── PICkitPlus_EEProm_Analysis_Saleae.logicdata │ ├── PKPlusDeviceFile.dat │ └── readme.rd ├── R198 │ ├── EEProm_Analysis │ │ ├── 24xx102x_EEProm.hex │ │ ├── MCP2221_I2C_Bus_Analyss.JPG │ │ ├── PICkitPlus_24xx102x_EEProm_Support.JPG │ │ ├── PICkitPlus_EEProm_Analysis_Saleae.logicdata │ │ └── readme.rd │ ├── PKPlusDeviceFile.dat │ └── readme.rd ├── R199 │ ├── PKPlusDeviceFile.dat │ └── readme.rd ├── R200 │ ├── PKPlusDeviceFile.dat │ └── readme.rd ├── R201 │ ├── PKPlusDeviceFile.dat │ ├── readme.md │ └── testhex │ │ ├── 18F25K80_another_test_file.hex │ │ ├── 18F25K80_test_file.HEX │ │ └── readme.md ├── R202 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R203 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R204 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R205 │ ├── PKPlusDeviceFile.dat │ ├── PKPlusDeviceFile.xml │ └── readme.md ├── R206 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R207 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R208 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R209 │ ├── PKPlusDeviceFile.dat │ ├── UserID_Family19Erase │ │ ├── PIC18F25K80.asm │ │ ├── PIC18F25K80.hex │ │ ├── PIC18F26K80.asm │ │ ├── PIC18F26K80.hex │ │ ├── PIC18F45K80.asm │ │ ├── PIC18F45K80.hex │ │ ├── PIC18F46K80.asm │ │ ├── PIC18F46K80.hex │ │ ├── PIC18F65K22.asm │ │ ├── PIC18F65K22.hex │ │ ├── PIC18F65K80.asm │ │ ├── PIC18F65K80.hex │ │ ├── PIC18F65K90.asm │ │ ├── PIC18F65K90.hex │ │ ├── PIC18F66K22.asm │ │ ├── PIC18F66K22.hex │ │ ├── PIC18F66K80.asm │ │ ├── PIC18F66K80.hex │ │ ├── PIC18F66K90.asm │ │ ├── PIC18F66K90.hex │ │ ├── PIC18F67K22.asm │ │ ├── PIC18F67K22.hex │ │ ├── PIC18F67K90.asm │ │ ├── PIC18F67K90.hex │ │ ├── PIC18F85K22.asm │ │ ├── PIC18F85K22.hex │ │ ├── PIC18F85K90.asm │ │ ├── PIC18F85K90.hex │ │ ├── PIC18F86K22.asm │ │ ├── PIC18F86K22.hex │ │ ├── PIC18F86K90.asm │ │ ├── PIC18F86K90.hex │ │ ├── PIC18F87K22.asm │ │ ├── PIC18F87K22.hex │ │ ├── PIC18F87K90.asm │ │ ├── PIC18F87K90.hex │ │ ├── PIC18LF25K80.asm │ │ ├── PIC18LF25K80.hex │ │ ├── PIC18LF26K80.asm │ │ ├── PIC18LF26K80.hex │ │ ├── PIC18LF45K80.asm │ │ ├── PIC18LF45K80.hex │ │ ├── PIC18LF46K80.asm │ │ ├── PIC18LF46K80.hex │ │ ├── PIC18LF65K80.asm │ │ ├── PIC18LF65K80.hex │ │ ├── PIC18LF66K80.asm │ │ ├── PIC18LF66K80.hex │ │ ├── Readme.rd │ │ └── UserIDList.rd │ └── readme.md ├── R210 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R211 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R212 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R213 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R214 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R215 │ ├── PKPlusDeviceFile.dat │ └── readme.md ├── R216 │ ├── PKPlusDeviceFile.dat │ ├── PKPlusDeviceFile216.dat │ └── readme.md ├── R217 │ ├── PKPlusDeviceFile.dat │ ├── Test HEXs for PIC24F16KL402 │ │ ├── ORIGINAL.hex │ │ ├── TST.hex │ │ ├── fig1.png │ │ ├── fig2.png │ │ ├── fig3.png │ │ └── fig4.png │ └── readme.md ├── R218 │ ├── PKPlusDeviceFile.dat │ ├── PKPlusDeviceFile14.dat │ ├── Q43.zip │ └── readme.md ├── R219 │ └── readme.md ├── R220 │ └── readme.md ├── R221 │ └── readme.md ├── R222 │ └── readme.md └── README.md ├── ProgrammerFirmware&Docs ├── Documentation │ ├── 44-Pin Demo Board User Guide 41296B.pdf │ ├── Constraints.txt │ ├── Fix for XP Operating System.txt │ ├── Installing and using PicKitPlus Software with Proton IDE.pdf │ ├── Logic Tool User Guide.pdf │ ├── Low Pin Count User Guide 51556a.pdf │ ├── PICKitCommandLine User Guide.pdf │ ├── PICkiit 3 In-Circuit Debugger&Programmer Users Guide 52116A.pdf │ ├── PICkit 2 Logic Tool User Guide.pdf │ ├── PICkit 3 Operation at Low Voltage.pdf │ ├── PICkit 3 Programmer Application User's Guide 50002158a.pdf │ ├── PICkit 3 Programmer Appplication Note writing EEPROMs.pdf │ ├── PICkit2 User Guide 51553E.pdf │ ├── PICkit2SourceGuidePCv2-61FWv2-32.pdf │ ├── PICkitPlus Readme.txt │ ├── Programmer-To-Go User Guide.pdf │ └── iCP02 Application Note.pdf ├── Firmware │ ├── PICKit2 │ │ ├── PICkit2Bootloader.hex │ │ ├── PK2V023200.hex │ │ └── README.md │ ├── PICKit3 │ │ ├── CurrentFirmware │ │ │ ├── PK3BLV011405.hex │ │ │ ├── PK3IMG020005.hex │ │ │ ├── PK3OSV020005.hex │ │ │ └── README.md │ │ ├── README.md │ │ └── V1_0_0_0 │ │ │ ├── PICkit 3 1.0.0.0 Setup A.zip │ │ │ └── readme.rd │ └── README.md └── README.md ├── R223 └── readme.md ├── R224 └── readme.md ├── R225 └── readme.md ├── R226 └── readme.md ├── R227 ├── PKPlusDeviceFile_227.8.jpg └── readme.md ├── R228 └── readme.md ├── R229 └── readme.md ├── R230 └── readme.md ├── R231 └── readme.md ├── R232 └── readme.md ├── R233 └── readme.md ├── R234 └── readme.md ├── R235 └── readme.md ├── R236 └── readme.md ├── R237 └── readme.md ├── R238 └── readme.md ├── R242 └── readme.md ├── R243 └── readme.md ├── R244 └── readme.md ├── R245 └── readme.md ├── R246 └── readme.md ├── R247 └── readme.md ├── R248 └── readme.md ├── README.md ├── help ├── LICENSE ├── README.md ├── output │ ├── chm │ │ └── PICKitPlus.chm │ └── md │ │ ├── changes.md │ │ ├── index.md │ │ ├── introducing_pickitplus.md │ │ ├── introduction.md │ │ ├── maintenance.md │ │ ├── pickitplus_for_linux.md │ │ ├── pickitplus_for_windows.md │ │ ├── pickitplus_gui.md │ │ ├── pkautowatch_usage.md │ │ ├── pkcmd_lx_introduction.md │ │ ├── pkcmd_lx_usage.md │ │ ├── pkcmd_usage.md │ │ └── pkeasy_usage.md ├── prog │ └── empty.txt ├── readme.adoc └── source │ ├── PICKitPlus.adoc │ ├── PICkitEasy.adoc │ ├── PKCMDLX.adoc │ ├── PKEasy.pptx │ ├── PKeasychm.bat │ ├── all.bat │ ├── blat.dll │ ├── blat.exe │ ├── changes.adoc │ ├── chm.bat │ ├── cleanhhc.bat │ ├── cleanhhc.txt │ ├── gcbdoc.css │ ├── images │ ├── 100PKEasy_Sounds.png │ ├── 10PKEasy_initialscreen.png │ ├── 15PKEasy_ICONS.png │ ├── 20PKEasy_selectfiledialog.png │ ├── 3PKEasy_fileselected.png │ ├── 4PKEasy_selectingPart.png │ ├── 5PKEasy_selectmagicwand.png │ ├── 6PKEasy_magicwandworks.png │ ├── 7PKEasy_fileselect.png │ ├── 8PKEasy_programmed.png │ ├── 90PKEasy_POB.png │ ├── PKEasyUsing.gif │ └── imagesFolder.txt │ ├── introducingpickitplus.adoc │ ├── linux.adoc │ ├── linuxinstall.adoc │ ├── linuxintro.adoc │ ├── linuxusage.adoc │ ├── logfiles.adoc │ ├── maintenance.adoc │ ├── makehelppkplus.bat │ ├── makepkcmdlx.bat │ ├── pi.adoc │ ├── piintro.adoc │ ├── piusage.adoc │ ├── pkaw.adoc │ ├── pkcmd.adoc │ ├── pkeasy.adoc │ ├── pkgui.adoc │ ├── windows.adoc │ └── windowsinstall.adoc ├── r239 ├── PIC18F06Q20_BOTH.hex ├── PIC18F06Q20_CP.hex ├── PIC18F06Q20_CPD.hex ├── PIC18F06Q20_NONE.hex └── readme.md ├── r240 └── readme.md ├── r241 └── readme.md └── version.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/.gitignore -------------------------------------------------------------------------------- /KnownPartsDatabases/1PK2DeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/1PK2DeviceFile.dat -------------------------------------------------------------------------------- /KnownPartsDatabases/2PK2DeviceFile_1.62.14_mod6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/2PK2DeviceFile_1.62.14_mod6.dat -------------------------------------------------------------------------------- /KnownPartsDatabases/3PK2DeviceFile_203kb.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/3PK2DeviceFile_203kb.dat -------------------------------------------------------------------------------- /KnownPartsDatabases/4PK2DeviceFile_NO16F170x.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/4PK2DeviceFile_NO16F170x.dat -------------------------------------------------------------------------------- /KnownPartsDatabases/5PK2DeviceFile_old.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/5PK2DeviceFile_old.dat -------------------------------------------------------------------------------- /KnownPartsDatabases/6PK2DeviceFile2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/6PK2DeviceFile2.dat -------------------------------------------------------------------------------- /KnownPartsDatabases/KnownParts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/KnownParts.txt -------------------------------------------------------------------------------- /KnownPartsDatabases/KnownParts.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/KnownParts.xlsx -------------------------------------------------------------------------------- /KnownPartsDatabases/PKPlus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/PKPlus.txt -------------------------------------------------------------------------------- /KnownPartsDatabases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/KnownPartsDatabases/README.md -------------------------------------------------------------------------------- /PickIt ScriptEditor/PICKitPlus Device File Editor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/PickIt ScriptEditor/PICKitPlus Device File Editor.exe -------------------------------------------------------------------------------- /PickIt ScriptEditor/PICKitPlus Device File Editor.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/PickIt ScriptEditor/PICKitPlus Device File Editor.exe.config -------------------------------------------------------------------------------- /PickIt ScriptEditor/PicKit2 Script Editor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/PickIt ScriptEditor/PicKit2 Script Editor.exe -------------------------------------------------------------------------------- /PickIt ScriptEditor/Readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/PickIt ScriptEditor/Readme.rd -------------------------------------------------------------------------------- /PickIt ScriptEditor/Version1/PICkit2 Device File Editor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/PickIt ScriptEditor/Version1/PICkit2 Device File Editor.exe -------------------------------------------------------------------------------- /Previous Releases/R176/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R176/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R176/readme.markdown: -------------------------------------------------------------------------------- 1 | Added PIC18(L)F6XK40 2 | -------------------------------------------------------------------------------- /Previous Releases/R177/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R177/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R177/readme.markdown: -------------------------------------------------------------------------------- 1 | Added PIC16(L)F191XX FAMILY TYPES 2 | -------------------------------------------------------------------------------- /Previous Releases/R178/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R178/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R178/readmetxt.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R178/readmetxt.markdown -------------------------------------------------------------------------------- /Previous Releases/R179/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R179/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R179/readmetxt.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R179/readmetxt.markdown -------------------------------------------------------------------------------- /Previous Releases/R180/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R180/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R180/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R180/README.md -------------------------------------------------------------------------------- /Previous Releases/R181/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R181/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R181/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R181/README.md -------------------------------------------------------------------------------- /Previous Releases/R182/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R182/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R182/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R182/README.md -------------------------------------------------------------------------------- /Previous Releases/R183/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R183/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R183/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R183/README.md -------------------------------------------------------------------------------- /Previous Releases/R184/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R184/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R184/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R184/README.md -------------------------------------------------------------------------------- /Previous Releases/R185/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R185/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R185/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R185/README.md -------------------------------------------------------------------------------- /Previous Releases/R186/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R186/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R186/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R186/README.md -------------------------------------------------------------------------------- /Previous Releases/R187/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R187/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R187/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R187/README.md -------------------------------------------------------------------------------- /Previous Releases/R188/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R188/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R188/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R188/README.md -------------------------------------------------------------------------------- /Previous Releases/R189/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R189/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R190/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R190/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R190/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R190/README.md -------------------------------------------------------------------------------- /Previous Releases/R191/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R191/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R192/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R192/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R192/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R192/README.md -------------------------------------------------------------------------------- /Previous Releases/R193/DO USE THIS RELEASE.md: -------------------------------------------------------------------------------- 1 | DO NOT USE -------------------------------------------------------------------------------- /Previous Releases/R193/PKPLusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R193/PKPLusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R193/README.md: -------------------------------------------------------------------------------- 1 | DO NOT USE -------------------------------------------------------------------------------- /Previous Releases/R194/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R194/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R194/PKPlusDeviceFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R194/PKPlusDeviceFile.xml -------------------------------------------------------------------------------- /Previous Releases/R194/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R194/README.md -------------------------------------------------------------------------------- /Previous Releases/R195/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R195/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R196/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R196/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R196/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R196/README.md -------------------------------------------------------------------------------- /Previous Releases/R197/EEProm_Analysis/24xx102x_EEProm.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R197/EEProm_Analysis/24xx102x_EEProm.hex -------------------------------------------------------------------------------- /Previous Releases/R197/EEProm_Analysis/MCP2221_I2C_Bus_Analyss.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R197/EEProm_Analysis/MCP2221_I2C_Bus_Analyss.JPG -------------------------------------------------------------------------------- /Previous Releases/R197/EEProm_Analysis/PICkitPlus_24xx102x_EEProm_Support.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R197/EEProm_Analysis/PICkitPlus_24xx102x_EEProm_Support.JPG -------------------------------------------------------------------------------- /Previous Releases/R197/EEProm_Analysis/PICkitPlus_EEProm_Analysis_Saleae.logicdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R197/EEProm_Analysis/PICkitPlus_EEProm_Analysis_Saleae.logicdata -------------------------------------------------------------------------------- /Previous Releases/R197/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R197/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R197/readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R197/readme.rd -------------------------------------------------------------------------------- /Previous Releases/R198/EEProm_Analysis/24xx102x_EEProm.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/EEProm_Analysis/24xx102x_EEProm.hex -------------------------------------------------------------------------------- /Previous Releases/R198/EEProm_Analysis/MCP2221_I2C_Bus_Analyss.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/EEProm_Analysis/MCP2221_I2C_Bus_Analyss.JPG -------------------------------------------------------------------------------- /Previous Releases/R198/EEProm_Analysis/PICkitPlus_24xx102x_EEProm_Support.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/EEProm_Analysis/PICkitPlus_24xx102x_EEProm_Support.JPG -------------------------------------------------------------------------------- /Previous Releases/R198/EEProm_Analysis/PICkitPlus_EEProm_Analysis_Saleae.logicdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/EEProm_Analysis/PICkitPlus_EEProm_Analysis_Saleae.logicdata -------------------------------------------------------------------------------- /Previous Releases/R198/EEProm_Analysis/readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/EEProm_Analysis/readme.rd -------------------------------------------------------------------------------- /Previous Releases/R198/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R198/readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R198/readme.rd -------------------------------------------------------------------------------- /Previous Releases/R199/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R199/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R199/readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R199/readme.rd -------------------------------------------------------------------------------- /Previous Releases/R200/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R200/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R200/readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R200/readme.rd -------------------------------------------------------------------------------- /Previous Releases/R201/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R201/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R201/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R201/readme.md -------------------------------------------------------------------------------- /Previous Releases/R201/testhex/18F25K80_another_test_file.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R201/testhex/18F25K80_another_test_file.hex -------------------------------------------------------------------------------- /Previous Releases/R201/testhex/18F25K80_test_file.HEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R201/testhex/18F25K80_test_file.HEX -------------------------------------------------------------------------------- /Previous Releases/R201/testhex/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R201/testhex/readme.md -------------------------------------------------------------------------------- /Previous Releases/R202/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R202/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R202/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R202/readme.md -------------------------------------------------------------------------------- /Previous Releases/R203/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R203/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R203/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R203/readme.md -------------------------------------------------------------------------------- /Previous Releases/R204/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R204/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R204/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R204/readme.md -------------------------------------------------------------------------------- /Previous Releases/R205/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R205/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R205/PKPlusDeviceFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R205/PKPlusDeviceFile.xml -------------------------------------------------------------------------------- /Previous Releases/R205/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R205/readme.md -------------------------------------------------------------------------------- /Previous Releases/R206/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R206/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R206/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R206/readme.md -------------------------------------------------------------------------------- /Previous Releases/R207/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R207/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R207/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R207/readme.md -------------------------------------------------------------------------------- /Previous Releases/R208/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R208/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R208/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R208/readme.md -------------------------------------------------------------------------------- /Previous Releases/R209/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F25K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F25K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F25K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F25K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F26K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F26K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F26K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F26K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F45K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F45K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F45K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F45K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F46K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F46K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F46K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F46K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F65K22.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F65K22.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F65K22.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F65K22.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F65K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F65K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F65K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F65K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F65K90.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F65K90.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F65K90.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F65K90.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F66K22.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F66K22.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F66K22.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F66K22.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F66K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F66K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F66K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F66K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F66K90.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F66K90.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F66K90.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F66K90.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F67K22.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F67K22.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F67K22.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F67K22.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F67K90.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F67K90.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F67K90.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F67K90.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F85K22.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F85K22.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F85K22.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F85K22.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F85K90.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F85K90.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F85K90.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F85K90.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F86K22.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F86K22.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F86K22.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F86K22.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F86K90.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F86K90.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F86K90.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F86K90.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F87K22.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F87K22.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F87K22.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F87K22.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F87K90.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F87K90.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18F87K90.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18F87K90.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF25K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF25K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF25K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF25K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF26K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF26K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF26K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF26K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF45K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF45K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF45K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF45K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF46K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF46K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF46K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF46K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF65K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF65K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF65K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF65K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF66K80.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF66K80.asm -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/PIC18LF66K80.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/PIC18LF66K80.hex -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/Readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/Readme.rd -------------------------------------------------------------------------------- /Previous Releases/R209/UserID_Family19Erase/UserIDList.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/UserID_Family19Erase/UserIDList.rd -------------------------------------------------------------------------------- /Previous Releases/R209/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R209/readme.md -------------------------------------------------------------------------------- /Previous Releases/R210/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R210/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R210/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R210/readme.md -------------------------------------------------------------------------------- /Previous Releases/R211/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R211/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R211/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R211/readme.md -------------------------------------------------------------------------------- /Previous Releases/R212/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R212/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R212/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R212/readme.md -------------------------------------------------------------------------------- /Previous Releases/R213/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R213/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R213/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R213/readme.md -------------------------------------------------------------------------------- /Previous Releases/R214/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R214/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R214/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R214/readme.md -------------------------------------------------------------------------------- /Previous Releases/R215/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R215/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R215/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R215/readme.md -------------------------------------------------------------------------------- /Previous Releases/R216/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R216/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R216/PKPlusDeviceFile216.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R216/PKPlusDeviceFile216.dat -------------------------------------------------------------------------------- /Previous Releases/R216/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R216/readme.md -------------------------------------------------------------------------------- /Previous Releases/R217/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R217/Test HEXs for PIC24F16KL402/ORIGINAL.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/Test HEXs for PIC24F16KL402/ORIGINAL.hex -------------------------------------------------------------------------------- /Previous Releases/R217/Test HEXs for PIC24F16KL402/TST.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/Test HEXs for PIC24F16KL402/TST.hex -------------------------------------------------------------------------------- /Previous Releases/R217/Test HEXs for PIC24F16KL402/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/Test HEXs for PIC24F16KL402/fig1.png -------------------------------------------------------------------------------- /Previous Releases/R217/Test HEXs for PIC24F16KL402/fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/Test HEXs for PIC24F16KL402/fig2.png -------------------------------------------------------------------------------- /Previous Releases/R217/Test HEXs for PIC24F16KL402/fig3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/Test HEXs for PIC24F16KL402/fig3.png -------------------------------------------------------------------------------- /Previous Releases/R217/Test HEXs for PIC24F16KL402/fig4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/Test HEXs for PIC24F16KL402/fig4.png -------------------------------------------------------------------------------- /Previous Releases/R217/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R217/readme.md -------------------------------------------------------------------------------- /Previous Releases/R218/PKPlusDeviceFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R218/PKPlusDeviceFile.dat -------------------------------------------------------------------------------- /Previous Releases/R218/PKPlusDeviceFile14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R218/PKPlusDeviceFile14.dat -------------------------------------------------------------------------------- /Previous Releases/R218/Q43.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R218/Q43.zip -------------------------------------------------------------------------------- /Previous Releases/R218/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R218/readme.md -------------------------------------------------------------------------------- /Previous Releases/R219/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R219/readme.md -------------------------------------------------------------------------------- /Previous Releases/R220/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R220/readme.md -------------------------------------------------------------------------------- /Previous Releases/R221/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R221/readme.md -------------------------------------------------------------------------------- /Previous Releases/R222/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/Previous Releases/R222/readme.md -------------------------------------------------------------------------------- /Previous Releases/README.md: -------------------------------------------------------------------------------- 1 | This folder contains the old releases. 2 | 3 | Use if you want to. :=) -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/44-Pin Demo Board User Guide 41296B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/44-Pin Demo Board User Guide 41296B.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/Constraints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/Constraints.txt -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/Fix for XP Operating System.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/Fix for XP Operating System.txt -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/Installing and using PicKitPlus Software with Proton IDE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/Installing and using PicKitPlus Software with Proton IDE.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/Logic Tool User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/Logic Tool User Guide.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/Low Pin Count User Guide 51556a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/Low Pin Count User Guide 51556a.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICKitCommandLine User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICKitCommandLine User Guide.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkiit 3 In-Circuit Debugger&Programmer Users Guide 52116A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkiit 3 In-Circuit Debugger&Programmer Users Guide 52116A.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkit 2 Logic Tool User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkit 2 Logic Tool User Guide.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkit 3 Operation at Low Voltage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkit 3 Operation at Low Voltage.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkit 3 Programmer Application User's Guide 50002158a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkit 3 Programmer Application User's Guide 50002158a.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkit 3 Programmer Appplication Note writing EEPROMs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkit 3 Programmer Appplication Note writing EEPROMs.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkit2 User Guide 51553E.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkit2 User Guide 51553E.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkit2SourceGuidePCv2-61FWv2-32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkit2SourceGuidePCv2-61FWv2-32.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/PICkitPlus Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/PICkitPlus Readme.txt -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/Programmer-To-Go User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/Programmer-To-Go User Guide.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Documentation/iCP02 Application Note.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Documentation/iCP02 Application Note.pdf -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit2/PICkit2Bootloader.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit2/PICkit2Bootloader.hex -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit2/PK2V023200.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit2/PK2V023200.hex -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit2/README.md -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/PK3BLV011405.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/PK3BLV011405.hex -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/PK3IMG020005.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/PK3IMG020005.hex -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/PK3OSV020005.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/PK3OSV020005.hex -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/CurrentFirmware/README.md -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/README.md -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/V1_0_0_0/PICkit 3 1.0.0.0 Setup A.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/V1_0_0_0/PICkit 3 1.0.0.0 Setup A.zip -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/PICKit3/V1_0_0_0/readme.rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/PICKit3/V1_0_0_0/readme.rd -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/Firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/Firmware/README.md -------------------------------------------------------------------------------- /ProgrammerFirmware&Docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/ProgrammerFirmware&Docs/README.md -------------------------------------------------------------------------------- /R223/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R223/readme.md -------------------------------------------------------------------------------- /R224/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R224/readme.md -------------------------------------------------------------------------------- /R225/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R225/readme.md -------------------------------------------------------------------------------- /R226/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R226/readme.md -------------------------------------------------------------------------------- /R227/PKPlusDeviceFile_227.8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R227/PKPlusDeviceFile_227.8.jpg -------------------------------------------------------------------------------- /R227/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R227/readme.md -------------------------------------------------------------------------------- /R228/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R228/readme.md -------------------------------------------------------------------------------- /R229/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R229/readme.md -------------------------------------------------------------------------------- /R230/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R230/readme.md -------------------------------------------------------------------------------- /R231/readme.md: -------------------------------------------------------------------------------- 1 | Rev231/1 2 | 3 | Resolve 18fXXQ83/Q84 DeviceIDs. They were simply incorrect. 4 | -------------------------------------------------------------------------------- /R232/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R232/readme.md -------------------------------------------------------------------------------- /R233/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R233/readme.md -------------------------------------------------------------------------------- /R234/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R234/readme.md -------------------------------------------------------------------------------- /R235/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R235/readme.md -------------------------------------------------------------------------------- /R236/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R236/readme.md -------------------------------------------------------------------------------- /R237/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R237/readme.md -------------------------------------------------------------------------------- /R238/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R238/readme.md -------------------------------------------------------------------------------- /R242/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R242/readme.md -------------------------------------------------------------------------------- /R243/readme.md: -------------------------------------------------------------------------------- 1 | Rev243/1 2 | 3 | - Updates K90 inmprovements -------------------------------------------------------------------------------- /R244/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R244/readme.md -------------------------------------------------------------------------------- /R245/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R245/readme.md -------------------------------------------------------------------------------- /R246/readme.md: -------------------------------------------------------------------------------- 1 | Rev246/1 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /R247/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R247/readme.md -------------------------------------------------------------------------------- /R248/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/R248/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/README.md -------------------------------------------------------------------------------- /help/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/LICENSE -------------------------------------------------------------------------------- /help/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/README.md -------------------------------------------------------------------------------- /help/output/chm/PICKitPlus.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/chm/PICKitPlus.chm -------------------------------------------------------------------------------- /help/output/md/changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/changes.md -------------------------------------------------------------------------------- /help/output/md/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/index.md -------------------------------------------------------------------------------- /help/output/md/introducing_pickitplus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/introducing_pickitplus.md -------------------------------------------------------------------------------- /help/output/md/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/introduction.md -------------------------------------------------------------------------------- /help/output/md/maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/maintenance.md -------------------------------------------------------------------------------- /help/output/md/pickitplus_for_linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pickitplus_for_linux.md -------------------------------------------------------------------------------- /help/output/md/pickitplus_for_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pickitplus_for_windows.md -------------------------------------------------------------------------------- /help/output/md/pickitplus_gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pickitplus_gui.md -------------------------------------------------------------------------------- /help/output/md/pkautowatch_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pkautowatch_usage.md -------------------------------------------------------------------------------- /help/output/md/pkcmd_lx_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pkcmd_lx_introduction.md -------------------------------------------------------------------------------- /help/output/md/pkcmd_lx_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pkcmd_lx_usage.md -------------------------------------------------------------------------------- /help/output/md/pkcmd_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pkcmd_usage.md -------------------------------------------------------------------------------- /help/output/md/pkeasy_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/output/md/pkeasy_usage.md -------------------------------------------------------------------------------- /help/prog/empty.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /help/readme.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/readme.adoc -------------------------------------------------------------------------------- /help/source/PICKitPlus.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/PICKitPlus.adoc -------------------------------------------------------------------------------- /help/source/PICkitEasy.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/PICkitEasy.adoc -------------------------------------------------------------------------------- /help/source/PKCMDLX.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/PKCMDLX.adoc -------------------------------------------------------------------------------- /help/source/PKEasy.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/PKEasy.pptx -------------------------------------------------------------------------------- /help/source/PKeasychm.bat: -------------------------------------------------------------------------------- 1 | makehelp PICKitEasy chm 2 | -------------------------------------------------------------------------------- /help/source/all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/all.bat -------------------------------------------------------------------------------- /help/source/blat.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/blat.dll -------------------------------------------------------------------------------- /help/source/blat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/blat.exe -------------------------------------------------------------------------------- /help/source/changes.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/changes.adoc -------------------------------------------------------------------------------- /help/source/chm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/chm.bat -------------------------------------------------------------------------------- /help/source/cleanhhc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/cleanhhc.bat -------------------------------------------------------------------------------- /help/source/cleanhhc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/cleanhhc.txt -------------------------------------------------------------------------------- /help/source/gcbdoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/gcbdoc.css -------------------------------------------------------------------------------- /help/source/images/100PKEasy_Sounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/100PKEasy_Sounds.png -------------------------------------------------------------------------------- /help/source/images/10PKEasy_initialscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/10PKEasy_initialscreen.png -------------------------------------------------------------------------------- /help/source/images/15PKEasy_ICONS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/15PKEasy_ICONS.png -------------------------------------------------------------------------------- /help/source/images/20PKEasy_selectfiledialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/20PKEasy_selectfiledialog.png -------------------------------------------------------------------------------- /help/source/images/3PKEasy_fileselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/3PKEasy_fileselected.png -------------------------------------------------------------------------------- /help/source/images/4PKEasy_selectingPart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/4PKEasy_selectingPart.png -------------------------------------------------------------------------------- /help/source/images/5PKEasy_selectmagicwand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/5PKEasy_selectmagicwand.png -------------------------------------------------------------------------------- /help/source/images/6PKEasy_magicwandworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/6PKEasy_magicwandworks.png -------------------------------------------------------------------------------- /help/source/images/7PKEasy_fileselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/7PKEasy_fileselect.png -------------------------------------------------------------------------------- /help/source/images/8PKEasy_programmed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/8PKEasy_programmed.png -------------------------------------------------------------------------------- /help/source/images/90PKEasy_POB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/90PKEasy_POB.png -------------------------------------------------------------------------------- /help/source/images/PKEasyUsing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/images/PKEasyUsing.gif -------------------------------------------------------------------------------- /help/source/images/imagesFolder.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /help/source/introducingpickitplus.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/introducingpickitplus.adoc -------------------------------------------------------------------------------- /help/source/linux.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/linux.adoc -------------------------------------------------------------------------------- /help/source/linuxinstall.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/linuxinstall.adoc -------------------------------------------------------------------------------- /help/source/linuxintro.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/linuxintro.adoc -------------------------------------------------------------------------------- /help/source/linuxusage.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/linuxusage.adoc -------------------------------------------------------------------------------- /help/source/logfiles.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/logfiles.adoc -------------------------------------------------------------------------------- /help/source/maintenance.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/maintenance.adoc -------------------------------------------------------------------------------- /help/source/makehelppkplus.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/makehelppkplus.bat -------------------------------------------------------------------------------- /help/source/makepkcmdlx.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/makepkcmdlx.bat -------------------------------------------------------------------------------- /help/source/pi.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/pi.adoc -------------------------------------------------------------------------------- /help/source/piintro.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/piintro.adoc -------------------------------------------------------------------------------- /help/source/piusage.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/piusage.adoc -------------------------------------------------------------------------------- /help/source/pkaw.adoc: -------------------------------------------------------------------------------- 1 | === PKAutoWatch Usage 2 | -------------------------------------------------------------------------------- /help/source/pkcmd.adoc: -------------------------------------------------------------------------------- 1 | === PKCMD Usage 2 | 3 | -------------------------------------------------------------------------------- /help/source/pkeasy.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/help/source/pkeasy.adoc -------------------------------------------------------------------------------- /help/source/pkgui.adoc: -------------------------------------------------------------------------------- 1 | === PICKitPlus GUI 2 | -------------------------------------------------------------------------------- /help/source/windows.adoc: -------------------------------------------------------------------------------- 1 | == PICKitPlus for Windows 2 | 3 | *What is it?* 4 | 5 | -------------------------------------------------------------------------------- /help/source/windowsinstall.adoc: -------------------------------------------------------------------------------- 1 | === Introduction 2 | 3 | *Software Overview* 4 | -------------------------------------------------------------------------------- /r239/PIC18F06Q20_BOTH.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/r239/PIC18F06Q20_BOTH.hex -------------------------------------------------------------------------------- /r239/PIC18F06Q20_CP.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/r239/PIC18F06Q20_CP.hex -------------------------------------------------------------------------------- /r239/PIC18F06Q20_CPD.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/r239/PIC18F06Q20_CPD.hex -------------------------------------------------------------------------------- /r239/PIC18F06Q20_NONE.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/r239/PIC18F06Q20_NONE.hex -------------------------------------------------------------------------------- /r239/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/r239/readme.md -------------------------------------------------------------------------------- /r240/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anobium/PICKitPlus/HEAD/r240/readme.md -------------------------------------------------------------------------------- /r241/readme.md: -------------------------------------------------------------------------------- 1 | Rev241/2 2 | 3 | Revised 18F6xK22 readEE script 346 4 | -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 2.63.223.1 2 | --------------------------------------------------------------------------------