From f7ceb2957839027e8027a9a4c0dfff730cb9b704 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/devices/pic/base/pic.cpp | 2 +- src/devices/pic/base/pic.h | 2 +- src/devices/pic/base/pic_config.cpp | 62 ++--- src/devices/pic/base/pic_config.h | 22 +- src/devices/pic/base/pic_protection.cpp | 44 ++-- src/devices/pic/base/pic_protection.h | 4 +- src/devices/pic/gui/pic_config_editor.cpp | 8 +- src/devices/pic/gui/pic_config_editor.h | 4 +- src/devices/pic/gui/pic_config_word_editor.cpp | 52 ++-- src/devices/pic/gui/pic_config_word_editor.h | 6 +- src/devices/pic/gui/pic_group_ui.cpp | 16 +- src/devices/pic/gui/pic_group_ui.h | 8 +- src/devices/pic/gui/pic_hex_view.cpp | 4 +- src/devices/pic/gui/pic_hex_view.h | 2 +- src/devices/pic/gui/pic_memory_editor.cpp | 50 ++-- src/devices/pic/gui/pic_memory_editor.h | 24 +- src/devices/pic/gui/pic_prog_group_ui.cpp | 4 +- src/devices/pic/gui/pic_prog_group_ui.h | 2 +- src/devices/pic/gui/pic_register_view.cpp | 12 +- src/devices/pic/gui/pic_register_view.h | 6 +- src/devices/pic/pic/pic_memory.cpp | 90 +++---- src/devices/pic/prog/pic_prog.cpp | 12 +- src/devices/pic/prog/pic_prog_specific.cpp | 10 +- src/devices/pic/xml/pic_xml_to_data.cpp | 186 +++++++------- src/devices/pic/xml_data/10F200.xml | 22 +- src/devices/pic/xml_data/10F202.xml | 22 +- src/devices/pic/xml_data/10F204.xml | 22 +- src/devices/pic/xml_data/10F206.xml | 22 +- src/devices/pic/xml_data/10F220.xml | 26 +- src/devices/pic/xml_data/10F222.xml | 26 +- src/devices/pic/xml_data/12C508.xml | 22 +- src/devices/pic/xml_data/12C508A.xml | 22 +- src/devices/pic/xml_data/12C509.xml | 22 +- src/devices/pic/xml_data/12C509A.xml | 22 +- src/devices/pic/xml_data/12C671.xml | 26 +- src/devices/pic/xml_data/12C672.xml | 26 +- src/devices/pic/xml_data/12CE518.xml | 24 +- src/devices/pic/xml_data/12CE519.xml | 24 +- src/devices/pic/xml_data/12CE673.xml | 26 +- src/devices/pic/xml_data/12CE674.xml | 26 +- src/devices/pic/xml_data/12CR509A.xml | 22 +- src/devices/pic/xml_data/12F508.xml | 22 +- src/devices/pic/xml_data/12F509.xml | 22 +- src/devices/pic/xml_data/12F510.xml | 26 +- src/devices/pic/xml_data/12F519.xml | 30 +-- src/devices/pic/xml_data/12F609.xml | 34 +-- src/devices/pic/xml_data/12F615.xml | 34 +-- src/devices/pic/xml_data/12F629.xml | 38 +-- src/devices/pic/xml_data/12F635.xml | 46 ++-- src/devices/pic/xml_data/12F675.xml | 38 +-- src/devices/pic/xml_data/12F683.xml | 42 ++-- src/devices/pic/xml_data/14000.xml | 30 +-- src/devices/pic/xml_data/16C432.xml | 24 +- src/devices/pic/xml_data/16C433.xml | 26 +- src/devices/pic/xml_data/16C505.xml | 22 +- src/devices/pic/xml_data/16C52.xml | 10 +- src/devices/pic/xml_data/16C54.xml | 16 +- src/devices/pic/xml_data/16C54A.xml | 16 +- src/devices/pic/xml_data/16C54B.xml | 16 +- src/devices/pic/xml_data/16C54C.xml | 16 +- src/devices/pic/xml_data/16C55.xml | 16 +- src/devices/pic/xml_data/16C554.xml | 20 +- src/devices/pic/xml_data/16C557.xml | 20 +- src/devices/pic/xml_data/16C558.xml | 20 +- src/devices/pic/xml_data/16C55A.xml | 16 +- src/devices/pic/xml_data/16C56.xml | 16 +- src/devices/pic/xml_data/16C56A.xml | 16 +- src/devices/pic/xml_data/16C57.xml | 16 +- src/devices/pic/xml_data/16C57C.xml | 16 +- src/devices/pic/xml_data/16C58A.xml | 16 +- src/devices/pic/xml_data/16C58B.xml | 16 +- src/devices/pic/xml_data/16C61.xml | 20 +- src/devices/pic/xml_data/16C62.xml | 20 +- src/devices/pic/xml_data/16C620.xml | 24 +- src/devices/pic/xml_data/16C620A.xml | 24 +- src/devices/pic/xml_data/16C621.xml | 24 +- src/devices/pic/xml_data/16C621A.xml | 24 +- src/devices/pic/xml_data/16C622.xml | 24 +- src/devices/pic/xml_data/16C622A.xml | 24 +- src/devices/pic/xml_data/16C62A.xml | 24 +- src/devices/pic/xml_data/16C62B.xml | 24 +- src/devices/pic/xml_data/16C63.xml | 24 +- src/devices/pic/xml_data/16C63A.xml | 24 +- src/devices/pic/xml_data/16C64.xml | 20 +- src/devices/pic/xml_data/16C641.xml | 28 +-- src/devices/pic/xml_data/16C642.xml | 28 +-- src/devices/pic/xml_data/16C64A.xml | 24 +- src/devices/pic/xml_data/16C65.xml | 20 +- src/devices/pic/xml_data/16C65A.xml | 24 +- src/devices/pic/xml_data/16C65B.xml | 24 +- src/devices/pic/xml_data/16C66.xml | 24 +- src/devices/pic/xml_data/16C661.xml | 28 +-- src/devices/pic/xml_data/16C662.xml | 28 +-- src/devices/pic/xml_data/16C67.xml | 24 +- src/devices/pic/xml_data/16C71.xml | 20 +- src/devices/pic/xml_data/16C710.xml | 24 +- src/devices/pic/xml_data/16C711.xml | 24 +- src/devices/pic/xml_data/16C712.xml | 24 +- src/devices/pic/xml_data/16C715.xml | 28 +-- src/devices/pic/xml_data/16C716.xml | 24 +- src/devices/pic/xml_data/16C717.xml | 32 +-- src/devices/pic/xml_data/16C72.xml | 24 +- src/devices/pic/xml_data/16C72A.xml | 24 +- src/devices/pic/xml_data/16C73.xml | 20 +- src/devices/pic/xml_data/16C73A.xml | 24 +- src/devices/pic/xml_data/16C73B.xml | 24 +- src/devices/pic/xml_data/16C74.xml | 20 +- src/devices/pic/xml_data/16C745.xml | 20 +- src/devices/pic/xml_data/16C74A.xml | 24 +- src/devices/pic/xml_data/16C74B.xml | 24 +- src/devices/pic/xml_data/16C76.xml | 24 +- src/devices/pic/xml_data/16C765.xml | 20 +- src/devices/pic/xml_data/16C77.xml | 24 +- src/devices/pic/xml_data/16C770.xml | 32 +-- src/devices/pic/xml_data/16C771.xml | 32 +-- src/devices/pic/xml_data/16C773.xml | 28 +-- src/devices/pic/xml_data/16C774.xml | 28 +-- src/devices/pic/xml_data/16C781.xml | 32 +-- src/devices/pic/xml_data/16C782.xml | 32 +-- src/devices/pic/xml_data/16C84.xml | 20 +- src/devices/pic/xml_data/16C923.xml | 20 +- src/devices/pic/xml_data/16C924.xml | 20 +- src/devices/pic/xml_data/16C925.xml | 24 +- src/devices/pic/xml_data/16C926.xml | 24 +- src/devices/pic/xml_data/16CE623.xml | 24 +- src/devices/pic/xml_data/16CE624.xml | 24 +- src/devices/pic/xml_data/16CE625.xml | 24 +- src/devices/pic/xml_data/16CR54.xml_broken | 16 +- src/devices/pic/xml_data/16CR54A.xml | 16 +- src/devices/pic/xml_data/16CR54B.xml | 16 +- src/devices/pic/xml_data/16CR54C.xml | 16 +- src/devices/pic/xml_data/16CR56A.xml | 16 +- src/devices/pic/xml_data/16CR57B.xml | 16 +- src/devices/pic/xml_data/16CR57C.xml | 16 +- src/devices/pic/xml_data/16CR58A.xml | 16 +- src/devices/pic/xml_data/16CR58B.xml | 16 +- src/devices/pic/xml_data/16CR62.xml | 24 +- src/devices/pic/xml_data/16CR620A.xml | 24 +- src/devices/pic/xml_data/16CR63.xml | 24 +- src/devices/pic/xml_data/16CR64.xml | 24 +- src/devices/pic/xml_data/16CR65.xml | 24 +- src/devices/pic/xml_data/16CR72.xml | 24 +- src/devices/pic/xml_data/16CR73.xml | 24 +- src/devices/pic/xml_data/16CR74.xml | 24 +- src/devices/pic/xml_data/16CR76.xml | 24 +- src/devices/pic/xml_data/16CR77.xml | 24 +- src/devices/pic/xml_data/16CR83.xml | 24 +- src/devices/pic/xml_data/16CR84.xml | 24 +- src/devices/pic/xml_data/16F505.xml | 22 +- src/devices/pic/xml_data/16F506.xml | 26 +- src/devices/pic/xml_data/16F54.xml | 16 +- src/devices/pic/xml_data/16F57.xml | 16 +- src/devices/pic/xml_data/16F59.xml | 16 +- src/devices/pic/xml_data/16F610.xml | 34 +-- src/devices/pic/xml_data/16F616.xml | 34 +-- src/devices/pic/xml_data/16F627.xml | 36 +-- src/devices/pic/xml_data/16F627A.xml | 36 +-- src/devices/pic/xml_data/16F628.xml | 36 +-- src/devices/pic/xml_data/16F628A.xml | 36 +-- src/devices/pic/xml_data/16F630.xml | 38 +-- src/devices/pic/xml_data/16F631.xml | 42 ++-- src/devices/pic/xml_data/16F636.xml | 46 ++-- src/devices/pic/xml_data/16F639.xml | 46 ++-- src/devices/pic/xml_data/16F648A.xml | 36 +-- src/devices/pic/xml_data/16F676.xml | 38 +-- src/devices/pic/xml_data/16F677.xml | 42 ++-- src/devices/pic/xml_data/16F684.xml | 42 ++-- src/devices/pic/xml_data/16F685.xml | 42 ++-- src/devices/pic/xml_data/16F687.xml | 42 ++-- src/devices/pic/xml_data/16F688.xml | 42 ++-- src/devices/pic/xml_data/16F689.xml | 42 ++-- src/devices/pic/xml_data/16F690.xml | 42 ++-- src/devices/pic/xml_data/16F716.xml | 28 +-- src/devices/pic/xml_data/16F72.xml | 24 +- src/devices/pic/xml_data/16F73.xml | 24 +- src/devices/pic/xml_data/16F737.xml | 54 ++-- src/devices/pic/xml_data/16F74.xml | 24 +- src/devices/pic/xml_data/16F747.xml | 54 ++-- src/devices/pic/xml_data/16F76.xml | 24 +- src/devices/pic/xml_data/16F767.xml | 54 ++-- src/devices/pic/xml_data/16F77.xml | 24 +- src/devices/pic/xml_data/16F777.xml | 54 ++-- src/devices/pic/xml_data/16F785.xml | 42 ++-- src/devices/pic/xml_data/16F818.xml | 48 ++-- src/devices/pic/xml_data/16F819.xml | 48 ++-- src/devices/pic/xml_data/16F83.xml | 20 +- src/devices/pic/xml_data/16F84.xml | 20 +- src/devices/pic/xml_data/16F84A.xml | 20 +- src/devices/pic/xml_data/16F87.xml | 58 ++--- src/devices/pic/xml_data/16F870.xml | 40 +-- src/devices/pic/xml_data/16F871.xml | 40 +-- src/devices/pic/xml_data/16F872.xml | 40 +-- src/devices/pic/xml_data/16F873.xml | 40 +-- src/devices/pic/xml_data/16F873A.xml | 40 +-- src/devices/pic/xml_data/16F874.xml | 40 +-- src/devices/pic/xml_data/16F874A.xml | 40 +-- src/devices/pic/xml_data/16F876.xml | 40 +-- src/devices/pic/xml_data/16F876A.xml | 40 +-- src/devices/pic/xml_data/16F877.xml | 40 +-- src/devices/pic/xml_data/16F877A.xml | 40 +-- src/devices/pic/xml_data/16F88.xml | 58 ++--- src/devices/pic/xml_data/16F882.xml | 60 ++--- src/devices/pic/xml_data/16F883.xml | 60 ++--- src/devices/pic/xml_data/16F884.xml | 60 ++--- src/devices/pic/xml_data/16F886.xml | 60 ++--- src/devices/pic/xml_data/16F887.xml | 60 ++--- src/devices/pic/xml_data/16F913.xml | 46 ++-- src/devices/pic/xml_data/16F914.xml | 46 ++-- src/devices/pic/xml_data/16F916.xml | 46 ++-- src/devices/pic/xml_data/16F917.xml | 46 ++-- src/devices/pic/xml_data/16F946.xml | 46 ++-- src/devices/pic/xml_data/16HV540.xml | 16 +- src/devices/pic/xml_data/17C42.xml | 14 +- src/devices/pic/xml_data/17C42A.xml | 14 +- src/devices/pic/xml_data/17C43.xml | 14 +- src/devices/pic/xml_data/17C44.xml | 14 +- src/devices/pic/xml_data/17C752.xml | 18 +- src/devices/pic/xml_data/17C756.xml | 18 +- src/devices/pic/xml_data/17C756A.xml | 18 +- src/devices/pic/xml_data/17C762.xml | 18 +- src/devices/pic/xml_data/17C766.xml | 18 +- src/devices/pic/xml_data/17CR42.xml | 14 +- src/devices/pic/xml_data/17CR43.xml | 14 +- src/devices/pic/xml_data/18C242.xml | 58 ++--- src/devices/pic/xml_data/18C252.xml | 58 ++--- src/devices/pic/xml_data/18C442.xml | 58 ++--- src/devices/pic/xml_data/18C452.xml | 58 ++--- src/devices/pic/xml_data/18C601.xml | 44 ++-- src/devices/pic/xml_data/18C658.xml | 54 ++-- src/devices/pic/xml_data/18C801.xml | 44 ++-- src/devices/pic/xml_data/18C858.xml | 54 ++-- src/devices/pic/xml_data/18F1220.xml | 126 +++++----- src/devices/pic/xml_data/18F1230.xml | 150 +++++------ src/devices/pic/xml_data/18F1320.xml | 126 +++++----- src/devices/pic/xml_data/18F1330.xml | 150 +++++------ src/devices/pic/xml_data/18F2220.xml | 134 +++++----- src/devices/pic/xml_data/18F2221.xml | 146 +++++------ src/devices/pic/xml_data/18F2320.xml | 158 ++++++------ src/devices/pic/xml_data/18F2321.xml | 146 +++++------ src/devices/pic/xml_data/18F2331.xml | 146 +++++------ src/devices/pic/xml_data/18F2410.xml | 134 +++++----- src/devices/pic/xml_data/18F242.xml | 122 ++++----- src/devices/pic/xml_data/18F2420.xml | 142 +++++------ src/devices/pic/xml_data/18F2423.xml | 142 +++++------ src/devices/pic/xml_data/18F2431.xml | 146 +++++------ src/devices/pic/xml_data/18F2439.xml | 114 ++++----- src/devices/pic/xml_data/18F2450.xml | 150 +++++------ src/devices/pic/xml_data/18F2455.xml | 170 ++++++------- src/devices/pic/xml_data/18F248.xml | 118 ++++----- src/devices/pic/xml_data/18F2480.xml | 142 +++++------ src/devices/pic/xml_data/18F24J10.xml | 60 ++--- src/devices/pic/xml_data/18F2510.xml | 158 ++++++------ src/devices/pic/xml_data/18F2515.xml | 146 +++++------ src/devices/pic/xml_data/18F252.xml | 146 +++++------ src/devices/pic/xml_data/18F2520.xml | 166 ++++++------ src/devices/pic/xml_data/18F2523.xml | 166 ++++++------ src/devices/pic/xml_data/18F2525.xml | 154 ++++++------ src/devices/pic/xml_data/18F2539.xml | 126 +++++----- src/devices/pic/xml_data/18F2550.xml | 174 ++++++------- src/devices/pic/xml_data/18F258.xml | 142 +++++------ src/devices/pic/xml_data/18F2580.xml | 166 ++++++------ src/devices/pic/xml_data/18F2585.xml | 154 ++++++------ src/devices/pic/xml_data/18F25J10.xml | 60 ++--- src/devices/pic/xml_data/18F2610.xml | 158 ++++++------ src/devices/pic/xml_data/18F2620.xml | 158 ++++++------ src/devices/pic/xml_data/18F2680.xml | 166 ++++++------ src/devices/pic/xml_data/18F2682.xml | 178 ++++++------- src/devices/pic/xml_data/18F2685.xml | 190 +++++++------- src/devices/pic/xml_data/18F4220.xml | 134 +++++----- src/devices/pic/xml_data/18F4221.xml | 150 +++++------ src/devices/pic/xml_data/18F4320.xml | 158 ++++++------ src/devices/pic/xml_data/18F4321.xml | 150 +++++------ src/devices/pic/xml_data/18F4331.xml | 162 ++++++------ src/devices/pic/xml_data/18F4410.xml | 134 +++++----- src/devices/pic/xml_data/18F442.xml | 122 ++++----- src/devices/pic/xml_data/18F4420.xml | 142 +++++------ src/devices/pic/xml_data/18F4423.xml | 142 +++++------ src/devices/pic/xml_data/18F4431.xml | 186 +++++++------- src/devices/pic/xml_data/18F4439.xml | 114 ++++----- src/devices/pic/xml_data/18F4450.xml | 154 ++++++------ src/devices/pic/xml_data/18F4455.xml | 174 ++++++------- src/devices/pic/xml_data/18F448.xml | 118 ++++----- src/devices/pic/xml_data/18F4480.xml | 142 +++++------ src/devices/pic/xml_data/18F44J10.xml | 60 ++--- src/devices/pic/xml_data/18F4510.xml | 158 ++++++------ src/devices/pic/xml_data/18F4515.xml | 146 +++++------ src/devices/pic/xml_data/18F452.xml | 146 +++++------ src/devices/pic/xml_data/18F4520.xml | 166 ++++++------ src/devices/pic/xml_data/18F4523.xml | 166 ++++++------ src/devices/pic/xml_data/18F4525.xml | 154 ++++++------ src/devices/pic/xml_data/18F4539.xml | 126 +++++----- src/devices/pic/xml_data/18F4550.xml | 178 ++++++------- src/devices/pic/xml_data/18F458.xml | 142 +++++------ src/devices/pic/xml_data/18F4580.xml | 166 ++++++------ src/devices/pic/xml_data/18F4585.xml | 154 ++++++------ src/devices/pic/xml_data/18F45J10.xml | 60 ++--- src/devices/pic/xml_data/18F4610.xml | 158 ++++++------ src/devices/pic/xml_data/18F4620.xml | 158 ++++++------ src/devices/pic/xml_data/18F4680.xml | 166 ++++++------ src/devices/pic/xml_data/18F4682.xml | 178 ++++++------- src/devices/pic/xml_data/18F4685.xml | 190 +++++++------- src/devices/pic/xml_data/18F6310.xml | 106 ++++---- src/devices/pic/xml_data/18F6390.xml | 106 ++++---- src/devices/pic/xml_data/18F6393.xml | 106 ++++---- src/devices/pic/xml_data/18F63J11.xml | 60 ++--- src/devices/pic/xml_data/18F63J90.xml | 60 ++--- src/devices/pic/xml_data/18F6410.xml | 106 ++++---- src/devices/pic/xml_data/18F6490.xml | 106 ++++---- src/devices/pic/xml_data/18F6493.xml | 106 ++++---- src/devices/pic/xml_data/18F64J11.xml | 60 ++--- src/devices/pic/xml_data/18F64J90.xml | 60 ++--- src/devices/pic/xml_data/18F6520.xml | 146 +++++------ src/devices/pic/xml_data/18F6525.xml | 138 +++++----- src/devices/pic/xml_data/18F6527.xml | 154 ++++++------ src/devices/pic/xml_data/18F6585.xml | 138 +++++----- src/devices/pic/xml_data/18F65J10.xml | 60 ++--- src/devices/pic/xml_data/18F65J11.xml | 60 ++--- src/devices/pic/xml_data/18F65J15.xml | 60 ++--- src/devices/pic/xml_data/18F65J50.xml | 68 ++--- src/devices/pic/xml_data/18F65J90.xml | 60 ++--- src/devices/pic/xml_data/18F6620.xml | 146 +++++------ src/devices/pic/xml_data/18F6621.xml | 150 +++++------ src/devices/pic/xml_data/18F6622.xml | 166 ++++++------ src/devices/pic/xml_data/18F6627.xml | 190 +++++++------- src/devices/pic/xml_data/18F6680.xml | 150 +++++------ src/devices/pic/xml_data/18F66J10.xml | 60 ++--- src/devices/pic/xml_data/18F66J11.xml | 64 ++--- src/devices/pic/xml_data/18F66J15.xml | 60 ++--- src/devices/pic/xml_data/18F66J16.xml | 64 ++--- src/devices/pic/xml_data/18F66J50.xml | 68 ++--- src/devices/pic/xml_data/18F66J55.xml | 68 ++--- src/devices/pic/xml_data/18F66J60.xml | 60 ++--- src/devices/pic/xml_data/18F66J65.xml | 60 ++--- src/devices/pic/xml_data/18F6720.xml | 194 +++++++------- src/devices/pic/xml_data/18F6722.xml | 214 ++++++++-------- src/devices/pic/xml_data/18F67J10.xml | 60 ++--- src/devices/pic/xml_data/18F67J11.xml | 64 ++--- src/devices/pic/xml_data/18F67J50.xml | 68 ++--- src/devices/pic/xml_data/18F67J60.xml | 60 ++--- src/devices/pic/xml_data/18F8310.xml | 106 ++++---- src/devices/pic/xml_data/18F8390.xml | 106 ++++---- src/devices/pic/xml_data/18F8393.xml | 94 +++---- src/devices/pic/xml_data/18F83J11.xml | 80 +++--- src/devices/pic/xml_data/18F83J90.xml | 80 +++--- src/devices/pic/xml_data/18F8410.xml | 94 +++---- src/devices/pic/xml_data/18F8490.xml | 94 +++---- src/devices/pic/xml_data/18F8493.xml | 94 +++---- src/devices/pic/xml_data/18F84J11.xml | 80 +++--- src/devices/pic/xml_data/18F84J90.xml | 80 +++--- src/devices/pic/xml_data/18F8520.xml | 154 ++++++------ src/devices/pic/xml_data/18F8525.xml | 150 +++++------ src/devices/pic/xml_data/18F8527.xml | 174 ++++++------- src/devices/pic/xml_data/18F8585.xml | 150 +++++------ src/devices/pic/xml_data/18F85J10.xml | 80 +++--- src/devices/pic/xml_data/18F85J11.xml | 80 +++--- src/devices/pic/xml_data/18F85J15.xml | 80 +++--- src/devices/pic/xml_data/18F85J50.xml | 92 +++---- src/devices/pic/xml_data/18F85J90.xml | 80 +++--- src/devices/pic/xml_data/18F8620.xml | 154 ++++++------ src/devices/pic/xml_data/18F8621.xml | 162 ++++++------ src/devices/pic/xml_data/18F8622.xml | 186 +++++++------- src/devices/pic/xml_data/18F8627.xml | 210 ++++++++-------- src/devices/pic/xml_data/18F8680.xml | 162 ++++++------ src/devices/pic/xml_data/18F86J10.xml | 80 +++--- src/devices/pic/xml_data/18F86J11.xml | 88 +++---- src/devices/pic/xml_data/18F86J15.xml | 80 +++--- src/devices/pic/xml_data/18F86J16.xml | 88 +++---- src/devices/pic/xml_data/18F86J50.xml | 92 +++---- src/devices/pic/xml_data/18F86J55.xml | 92 +++---- src/devices/pic/xml_data/18F86J60.xml | 68 ++--- src/devices/pic/xml_data/18F86J65.xml | 68 ++--- src/devices/pic/xml_data/18F8720.xml | 202 +++++++-------- src/devices/pic/xml_data/18F8722.xml | 234 ++++++++--------- src/devices/pic/xml_data/18F87J10.xml | 80 +++--- src/devices/pic/xml_data/18F87J11.xml | 88 +++---- src/devices/pic/xml_data/18F87J50.xml | 92 +++---- src/devices/pic/xml_data/18F87J60.xml | 68 ++--- src/devices/pic/xml_data/18F96J60.xml | 84 +++---- src/devices/pic/xml_data/18F96J65.xml | 84 +++---- src/devices/pic/xml_data/18F97J60.xml | 84 +++---- src/devices/pic/xml_data/24FJ128GA006.xml | 62 ++--- src/devices/pic/xml_data/24FJ128GA008.xml | 62 ++--- src/devices/pic/xml_data/24FJ128GA010.xml | 62 ++--- src/devices/pic/xml_data/24FJ64GA002.xml | 70 +++--- src/devices/pic/xml_data/24FJ64GA004.xml | 70 +++--- src/devices/pic/xml_data/24FJ64GA006.xml | 62 ++--- src/devices/pic/xml_data/24FJ64GA008.xml | 62 ++--- src/devices/pic/xml_data/24FJ64GA010.xml | 62 ++--- src/devices/pic/xml_data/24FJ96GA006.xml | 62 ++--- src/devices/pic/xml_data/24FJ96GA008.xml | 62 ++--- src/devices/pic/xml_data/24FJ96GA010.xml | 62 ++--- src/devices/pic/xml_data/24HJ128GP206.xml | 118 ++++----- src/devices/pic/xml_data/24HJ128GP210.xml | 118 ++++----- src/devices/pic/xml_data/24HJ128GP306.xml | 118 ++++----- src/devices/pic/xml_data/24HJ128GP310.xml | 118 ++++----- src/devices/pic/xml_data/24HJ128GP506.xml | 118 ++++----- src/devices/pic/xml_data/24HJ128GP510.xml | 118 ++++----- src/devices/pic/xml_data/24HJ12GP201.xml | 102 ++++---- src/devices/pic/xml_data/24HJ12GP202.xml | 102 ++++---- src/devices/pic/xml_data/24HJ16GP304.xml | 102 ++++---- src/devices/pic/xml_data/24HJ256GP206.xml | 118 ++++----- src/devices/pic/xml_data/24HJ256GP210.xml | 118 ++++----- src/devices/pic/xml_data/24HJ256GP610.xml | 118 ++++----- src/devices/pic/xml_data/24HJ32GP202.xml | 102 ++++---- src/devices/pic/xml_data/24HJ32GP204.xml | 102 ++++---- src/devices/pic/xml_data/24HJ64GP206.xml | 118 ++++----- src/devices/pic/xml_data/24HJ64GP210.xml | 118 ++++----- src/devices/pic/xml_data/24HJ64GP506.xml | 118 ++++----- src/devices/pic/xml_data/24HJ64GP510.xml | 118 ++++----- src/devices/pic/xml_data/30F1010.xml | 86 +++---- src/devices/pic/xml_data/30F2010.xml | 88 +++---- src/devices/pic/xml_data/30F2011.xml | 72 +++--- src/devices/pic/xml_data/30F2012.xml | 72 +++--- src/devices/pic/xml_data/30F2020.xml | 86 +++---- src/devices/pic/xml_data/30F2023.xml | 86 +++---- src/devices/pic/xml_data/30F3010.xml | 84 +++---- src/devices/pic/xml_data/30F3011.xml | 84 +++---- src/devices/pic/xml_data/30F3012.xml | 72 +++--- src/devices/pic/xml_data/30F3013.xml | 72 +++--- src/devices/pic/xml_data/30F3014.xml | 72 +++--- src/devices/pic/xml_data/30F4011.xml | 88 +++---- src/devices/pic/xml_data/30F4012.xml | 88 +++---- src/devices/pic/xml_data/30F4013.xml | 72 +++--- src/devices/pic/xml_data/30F5011.xml | 116 ++++----- src/devices/pic/xml_data/30F5013.xml | 116 ++++----- src/devices/pic/xml_data/30F5015.xml | 84 +++---- src/devices/pic/xml_data/30F5016.xml | 84 +++---- src/devices/pic/xml_data/30F6010.xml | 88 +++---- src/devices/pic/xml_data/30F6010A.xml | 124 ++++----- src/devices/pic/xml_data/30F6011.xml | 76 +++--- src/devices/pic/xml_data/30F6011A.xml | 112 ++++----- src/devices/pic/xml_data/30F6012.xml | 76 +++--- src/devices/pic/xml_data/30F6012A.xml | 112 ++++----- src/devices/pic/xml_data/30F6013.xml | 76 +++--- src/devices/pic/xml_data/30F6013A.xml | 112 ++++----- src/devices/pic/xml_data/30F6014.xml | 76 +++--- src/devices/pic/xml_data/30F6014A.xml | 112 ++++----- src/devices/pic/xml_data/30F6015.xml | 124 ++++----- src/devices/pic/xml_data/pic.xsd | 12 +- src/devices/pic/xml_data/registers/registers.xml | 306 +++++++++++------------ 440 files changed, 15357 insertions(+), 15357 deletions(-) (limited to 'src/devices/pic') diff --git a/src/devices/pic/base/pic.cpp b/src/devices/pic/base/pic.cpp index e9df77e..94267e2 100644 --- a/src/devices/pic/base/pic.cpp +++ b/src/devices/pic/base/pic.cpp @@ -235,7 +235,7 @@ bool Pic::Data::checkCalibration(const Device::Array &data, TQString *message) c Q_ASSERT( nbWords(MemoryRangeType::Cal)==data.count() ); for (uint i=0; i &Pic::Config::masks() { if ( _masks==0 ) { _masks = new TQMap; - for (uint i=0; DATA[i].tqmask.name; i++) { - (*_masks)[DATA[i].tqmask.name] = MapData(i, -1); + for (uint i=0; DATA[i].mask.name; i++) { + (*_masks)[DATA[i].mask.name] = MapData(i, -1); if ( DATA[i].type==MemoryRange ) { for (uint k=0; k=0 ) return i18n("%1 for block %2").tqarg(s).tqarg(mp.block); return s; } -const Pic::Config::Mask *Pic::Config::findMask(const TQString &tqmask, uint *wordIndex) const +const Pic::Config::Mask *Pic::Config::findMask(const TQString &mask, uint *wordIndex) const { for (uint i=0; ivalues.count()); i++) - if ( ctqmask->values[i].name==value ) return &ctqmask->values[i]; + const Mask *cmask = findMask(mask); + if ( cmask==0 ) return 0; + for (uint i=0; ivalues.count()); i++) + if ( cmask->values[i].name==value ) return &cmask->values[i]; return 0; } -bool Pic::Config::checkValueName(const TQString &tqmask, const TQString &name) const +bool Pic::Config::checkValueName(const TQString &mask, const TQString &name) const { - const Data &data = DATA[masks()[tqmask].index]; + const Data &data = DATA[masks()[mask].index]; TQString pinRegexp = "[A-Z]+\\d*(/[A-Z]+\\d*)?"; switch (data.type) { case Fixed: break; @@ -359,7 +359,7 @@ bool Pic::Config::checkValueName(const TQString &tqmask, const TQString &name) c break; } case MemoryRange: - return _protection.checkRange(tqmask, name); + return _protection.checkRange(mask, name); case Toggle: if ( name=="On" || name=="Off" ) return true; break; @@ -379,9 +379,9 @@ bool Pic::Config::checkValueName(const TQString &tqmask, const TQString &name) c return false; } -TQString Pic::Config::valueLabel(const TQString &tqmask, const TQString &name) +TQString Pic::Config::valueLabel(const TQString &mask, const TQString &name) { - const Data &data = DATA[masks()[tqmask].index]; + const Data &data = DATA[masks()[mask].index]; switch (data.type) { case Fixed: case ValueDouble: @@ -405,9 +405,9 @@ TQString Pic::Config::valueLabel(const TQString &tqmask, const TQString &name) BitValue Pic::Config::Word::usedMask() const { - BitValue tqmask = 0x0; - for (uint i=0; i>(TQDataStream &s, Config::Value &value) return s; } -TQDataStream &Pic::operator <<(TQDataStream &s, const Config::Mask &tqmask) +TQDataStream &Pic::operator <<(TQDataStream &s, const Config::Mask &mask) { - s << tqmask.name << tqmask.value << tqmask.values; + s << mask.name << mask.value << mask.values; return s; } -TQDataStream &Pic::operator >>(TQDataStream &s, Config::Mask &tqmask) +TQDataStream &Pic::operator >>(TQDataStream &s, Config::Mask &mask) { - s >> tqmask.name >> tqmask.value >> tqmask.values; + s >> mask.name >> mask.value >> mask.values; return s; } TQDataStream &Pic::operator <<(TQDataStream &s, const Config::Word &word) { - s << word.name << word.ignoredCNames << word.wtqmask << word.ptqmask << word.ctqmask << word.bvalue << word.masks; + s << word.name << word.ignoredCNames << word.wmask << word.pmask << word.cmask << word.bvalue << word.masks; return s; } TQDataStream &Pic::operator >>(TQDataStream &s, Config::Word &word) { - s >> word.name >> word.ignoredCNames >> word.wtqmask >> word.ptqmask >> word.ctqmask >> word.bvalue >> word.masks; + s >> word.name >> word.ignoredCNames >> word.wmask >> word.pmask >> word.cmask >> word.bvalue >> word.masks; return s; } diff --git a/src/devices/pic/base/pic_config.h b/src/devices/pic/base/pic_config.h index 6e13210..77a5be8 100644 --- a/src/devices/pic/base/pic_config.h +++ b/src/devices/pic/base/pic_config.h @@ -48,7 +48,7 @@ public: public: TQString name; TQStringList ignoredCNames; - BitValue wtqmask, ptqmask, ctqmask; // write, protected, and checksum bits masks + BitValue wmask, pmask, cmask; // write, protected, and checksum bits masks BitValue bvalue; // blank value TQValueVector masks; // ordered from lower to higher BitValue usedMask() const; @@ -59,12 +59,12 @@ public: TQValueVector _words; const Protection &protection() const { return _protection; } - const Value *findValue(const TQString &tqmask, const TQString &value) const; - const Mask *findMask(const TQString &tqmask, uint *wordIndex = 0) const; - static bool hasMaskName(const TQString &tqmask); - static TQString maskLabel(const TQString &tqmask); - bool checkValueName(const TQString &tqmask, const TQString &name) const; - static TQString valueLabel(const TQString &tqmask, const TQString &name); + const Value *findValue(const TQString &mask, const TQString &value) const; + const Mask *findMask(const TQString &mask, uint *wordIndex = 0) const; + static bool hasMaskName(const TQString &mask); + static TQString maskLabel(const TQString &mask); + bool checkValueName(const TQString &mask, const TQString &name) const; + static TQString valueLabel(const TQString &mask, const TQString &name); private: class MapData { @@ -74,7 +74,7 @@ private: int index, block; }; static TQMap &masks(); - static TQMap *_masks; // tqmask name -> index in DATA + static TQMap *_masks; // mask name -> index in DATA struct NameData { const char *name, *label; @@ -82,7 +82,7 @@ private: enum Type { Fixed, ValueDouble, ValueUInt, Ratio, MemoryRange, Toggle, Pin, Pins }; class Data { public: - const NameData tqmask; + const NameData mask; Type type; const NameData values[50]; }; @@ -95,8 +95,8 @@ private: TQDataStream &operator <<(TQDataStream &s, const Config::Value &value); TQDataStream &operator >>(TQDataStream &s, Config::Value &value); -TQDataStream &operator <<(TQDataStream &s, const Config::Mask &tqmask); -TQDataStream &operator >>(TQDataStream &s, Config::Mask &tqmask); +TQDataStream &operator <<(TQDataStream &s, const Config::Mask &mask); +TQDataStream &operator >>(TQDataStream &s, Config::Mask &mask); TQDataStream &operator <<(TQDataStream &s, const Config::Word &word); TQDataStream &operator >>(TQDataStream &s, Config::Word &word); TQDataStream &operator <<(TQDataStream &s, const Config &config); diff --git a/src/devices/pic/base/pic_protection.cpp b/src/devices/pic/base/pic_protection.cpp index 4c08c45..d91f1f7 100644 --- a/src/devices/pic/base/pic_protection.cpp +++ b/src/devices/pic/base/pic_protection.cpp @@ -29,9 +29,9 @@ bool Pic::Protection::isAllProtectedValueName(const TQString &name) const Pic::Protection::Family Pic::Protection::family() const { if ( _config.findMask("WRTBS") ) return CodeGuard; - TQString tqmask = maskName(ProgramProtected, MemoryRangeType::Code); - if ( _config.findMask(TQString("%1_%2").tqarg(tqmask).tqarg(0)) ) return BlockProtection; - if ( _config.findMask(tqmask) ) return BasicProtection; + TQString mask = maskName(ProgramProtected, MemoryRangeType::Code); + if ( _config.findMask(TQString("%1_%2").tqarg(mask).tqarg(0)) ) return BlockProtection; + if ( _config.findMask(mask) ) return BasicProtection; return NoProtection; } @@ -165,11 +165,11 @@ AddressRangeVector Pic::Protection::extractRanges(const TQString &name, MemoryRa return rv; } -bool Pic::Protection::checkRange(const TQString &tqmask, const TQString &name) const +bool Pic::Protection::checkRange(const TQString &mask, const TQString &name) const { if ( family()!=CodeGuard ) { bool ok; - (void)extractRange(tqmask, name, ok); + (void)extractRange(mask, name, ok); return ok; } @@ -181,7 +181,7 @@ bool Pic::Protection::checkRange(const TQString &tqmask, const TQString &name) c block = i - 1; for (uint k=0; kvalues.count()); k++) { + for (uint k=0; kvalues.count()); k++) { bool ok1; - uint size = bstqmask->values[k].name.toUInt(&ok1); + uint size = bsmask->values[k].name.toUInt(&ok1); if ( !ok1 ) { qDebug("Could not recognize boot size value"); return pr; @@ -277,7 +277,7 @@ Pic::Protection::ProtectedRange Pic::Protection::extractRange(const TQString &tq ok = true; return pr; } - if ( isBootBlock && bstqmask ) { + if ( isBootBlock && bsmask ) { qDebug("Protected range should not be explicit when boot size is present"); return pr; } @@ -294,7 +294,7 @@ Pic::Protection::ProtectedRange Pic::Protection::extractRange(const TQString &tq qDebug("End is beyond memory range"); return pr; } - if ( (rtype!=MemoryRangeType::Code || isBootBlock) && (pr.starts.count()>1 || !rexp.cap(2).isEmpty() || btqmask==0) ) { + if ( (rtype!=MemoryRangeType::Code || isBootBlock) && (pr.starts.count()>1 || !rexp.cap(2).isEmpty() || bmask==0) ) { qDebug("Only code with blocks and boot can have multiple protected ranges"); return pr; } @@ -306,14 +306,14 @@ Pic::Protection::ProtectedRange Pic::Protection::extractRange(const TQString &tq // check with boot block if ( pr.starts.count()>1 ) { - if ( btqmask==0 ) { - qDebug("No boot tqmask"); + if ( bmask==0 ) { + qDebug("No boot mask"); return pr; } - for (uint i=0; ivalues.count()); i++) { - if ( btqmask->values[i].name=="Off" ) continue; + for (uint i=0; ivalues.count()); i++) { + if ( bmask->values[i].name=="Off" ) continue; bool ok1; - ProtectedRange bpr = extractRange(btqmask->name, btqmask->values[i].name, ok1); + ProtectedRange bpr = extractRange(bmask->name, bmask->values[i].name, ok1); if ( !ok1 ) return pr; if ( bpr.ends.count()!=pr.starts.count() ) { qDebug("Boot number of ends (%i) should be the same as code number of starts (%i)", int(bpr.ends.count()), int(pr.starts.count())); diff --git a/src/devices/pic/base/pic_protection.h b/src/devices/pic/base/pic_protection.h index 86712f9..75d0032 100644 --- a/src/devices/pic/base/pic_protection.h +++ b/src/devices/pic/base/pic_protection.h @@ -37,7 +37,7 @@ public: TQString blockMaskName(Type ptype, uint i) const; TQString blockLabel(uint i) const; AddressRangeVector extractRanges(const TQString &name, MemoryRangeType type) const; - bool checkRange(const TQString &tqmask, const TQString &name) const; + bool checkRange(const TQString &mask, const TQString &name) const; TQString maskName(Type type, MemoryRangeType mtype) const; bool isAllProtectedValueName(const TQString &valueName) const; bool isNoneProtectedValueName(const TQString &valueName) const; @@ -52,7 +52,7 @@ private: public: TQValueVector
starts, ends; }; - ProtectedRange extractRange(const TQString &tqmask, const TQString &name, bool &ok) const; + ProtectedRange extractRange(const TQString &mask, const TQString &name, bool &ok) const; }; } //namespace diff --git a/src/devices/pic/gui/pic_config_editor.cpp b/src/devices/pic/gui/pic_config_editor.cpp index 37917c7..4b70c3d 100644 --- a/src/devices/pic/gui/pic_config_editor.cpp +++ b/src/devices/pic/gui/pic_config_editor.cpp @@ -17,8 +17,8 @@ #include "common/gui/misc_gui.h" //---------------------------------------------------------------------------- -Pic::MemoryConfigEditorWidget::MemoryConfigEditorWidget(Memory &memory, bool withWordEditor, TQWidget *tqparent) - : Device::MemoryEditorGroup(&memory, tqparent, "pic_config_editor_widget"), +Pic::MemoryConfigEditorWidget::MemoryConfigEditorWidget(Memory &memory, bool withWordEditor, TQWidget *parent) + : Device::MemoryEditorGroup(&memory, parent, "pic_config_editor_widget"), MemoryCaster(MemoryRangeType::Config, memory) { TQHBoxLayout *hb = new TQHBoxLayout(_top); @@ -55,8 +55,8 @@ Pic::MemoryConfigEditorWidget::MemoryConfigEditorWidget(Memory &memory, bool wit } //---------------------------------------------------------------------------- -Pic::MemoryConfigEditor::MemoryConfigEditor(const HexView *hexview, Memory &memory, TQWidget *tqparent) - : MemoryTypeEditor(hexview, MemoryRangeType::Config, memory, tqparent, "pic_config_editor") +Pic::MemoryConfigEditor::MemoryConfigEditor(const HexView *hexview, Memory &memory, TQWidget *parent) + : MemoryTypeEditor(hexview, MemoryRangeType::Config, memory, parent, "pic_config_editor") {} void Pic::MemoryConfigEditor::init(bool first) diff --git a/src/devices/pic/gui/pic_config_editor.h b/src/devices/pic/gui/pic_config_editor.h index d8072ca..045ca4d 100644 --- a/src/devices/pic/gui/pic_config_editor.h +++ b/src/devices/pic/gui/pic_config_editor.h @@ -21,7 +21,7 @@ class MemoryConfigEditorWidget : public Device::MemoryEditorGroup, public Memory Q_OBJECT TQ_OBJECT public: - MemoryConfigEditorWidget(Memory &memory, bool withWordEditor, TQWidget *tqparent); + MemoryConfigEditorWidget(Memory &memory, bool withWordEditor, TQWidget *parent); }; //---------------------------------------------------------------------------- @@ -30,7 +30,7 @@ class MemoryConfigEditor : public MemoryTypeEditor Q_OBJECT TQ_OBJECT public: - MemoryConfigEditor(const HexView *hexview, Memory &memory, TQWidget *tqparent); + MemoryConfigEditor(const HexView *hexview, Memory &memory, TQWidget *parent); virtual void init(bool first); }; diff --git a/src/devices/pic/gui/pic_config_word_editor.cpp b/src/devices/pic/gui/pic_config_word_editor.cpp index 82b24b7..67c5cc9 100644 --- a/src/devices/pic/gui/pic_config_word_editor.cpp +++ b/src/devices/pic/gui/pic_config_word_editor.cpp @@ -18,8 +18,8 @@ #include "common/gui/misc_gui.h" //---------------------------------------------------------------------------- -Pic::ConfigWordComboBox::ConfigWordComboBox(TQWidget *tqparent) - : ComboBox(tqparent) +Pic::ConfigWordComboBox::ConfigWordComboBox(TQWidget *parent) + : ComboBox(parent) { setIgnoreWheelEvent(true); } @@ -47,8 +47,8 @@ void Pic::ConfigWordComboBox::setInvalidItem(uint i, const TQString &label) } //---------------------------------------------------------------------------- -Pic::ConfigWordDialog::ConfigWordDialog(const Memory &memory, uint ci, TQWidget *tqparent) - : Dialog(tqparent, "config_word_dialog", true, i18n("Config Word Details"), Close, Close, false) +Pic::ConfigWordDialog::ConfigWordDialog(const Memory &memory, uint ci, TQWidget *parent) + : Dialog(parent, "config_word_dialog", true, i18n("Config Word Details"), Close, Close, false) { uint nbChars = memory.device().nbCharsWord(MemoryRangeType::Config); const Config::Word &cword = memory.device().config()._words[ci]; @@ -87,24 +87,24 @@ Pic::ConfigWordDialog::ConfigWordDialog(const Memory &memory, uint ci, TQWidget row++; label = new TQLabel(i18n("Write Mask:"), mainWidget()); grid->addWidget(label, row, 0); - label = new TQLabel(toHexLabel(cword.wtqmask, nbChars), mainWidget()); + label = new TQLabel(toHexLabel(cword.wmask, nbChars), mainWidget()); grid->addWidget(label, row, 1); row++; label = new TQLabel(i18n("Protected Mask:"), mainWidget()); grid->addWidget(label, row, 0); - label = new TQLabel(toHexLabel(cword.ptqmask, nbChars), mainWidget()); + label = new TQLabel(toHexLabel(cword.pmask, nbChars), mainWidget()); grid->addWidget(label, row, 1); row++; label = new TQLabel(i18n("Checksum Mask:"), mainWidget()); grid->addWidget(label, row, 0); - label = new TQLabel(toHexLabel(cword.ctqmask, nbChars), mainWidget()); + label = new TQLabel(toHexLabel(cword.cmask, nbChars), mainWidget()); grid->addWidget(label, row, 1); row++; } //---------------------------------------------------------------------------- -Pic::ConfigWordEditor::ConfigWordEditor(Memory &memory, uint ci, bool withWordEditor, TQWidget *tqparent) - : MemoryEditor(MemoryRangeType::Config, memory, tqparent, "pic_config_word_editor"), _configIndex(ci) +Pic::ConfigWordEditor::ConfigWordEditor(Memory &memory, uint ci, bool withWordEditor, TQWidget *parent) + : MemoryEditor(MemoryRangeType::Config, memory, parent, "pic_config_word_editor"), _configIndex(ci) { if (withWordEditor) { TQHBoxLayout *hbox = new TQHBoxLayout(_top); @@ -126,16 +126,16 @@ Pic::ConfigWordEditor::ConfigWordEditor(Memory &memory, uint ci, bool withWordEd _combos.resize(cword.masks.count()); uint nbChars = device().nbCharsWord(MemoryRangeType::Config); for (uint k=0; k<_combos.count(); k++) { - const Config::Mask &ctqmask = cword.masks[k]; - TQLabel *label = new TQLabel(Config::maskLabel(ctqmask.name) + ":", this); + const Config::Mask &cmask = cword.masks[k]; + TQLabel *label = new TQLabel(Config::maskLabel(cmask.name) + ":", this); grid->addWidget(label, k, 0); - label = new TQLabel(ctqmask.name, this); + label = new TQLabel(cmask.name, this); grid->addWidget(label, k, 1); _combos[k] = new ConfigWordComboBox(this); - for (uint i=0; iappendItem(label, i); } connect(_combos[k], TQT_SIGNAL(activated(int)), TQT_SLOT(slotModified())); @@ -148,8 +148,8 @@ void Pic::ConfigWordEditor::setReadOnly(bool readOnly) if (_mdb) _mdb->setReadOnly(readOnly); const Config::Word &cword = device().config()._words[_configIndex]; for (uint k=0; k<_combos.count(); k++) { - const Config::Mask &ctqmask = cword.masks[k]; - _combos[k]->setEnabled(!readOnly && !ctqmask.value.isOverlapping(cword.ptqmask) && ctqmask.values.count()!=1); + const Config::Mask &cmask = cword.masks[k]; + _combos[k]->setEnabled(!readOnly && !cmask.value.isOverlapping(cword.pmask) && cmask.values.count()!=1); } } @@ -158,9 +158,9 @@ void Pic::ConfigWordEditor::slotModified() BitValue v = memory().word(MemoryRangeType::Config, _configIndex); //qDebug("BinWordEditor::slotModified %i: %s", _configIndex, toHex(v, 4).data()); for (uint k=0; k<_combos.count(); k++) { - const Config::Mask &ctqmask = device().config()._words[_configIndex].masks[k]; - v = v.clearMaskBits(ctqmask.value); - v |= ctqmask.values[_combos[k]->index()].value; // set value + const Config::Mask &cmask = device().config()._words[_configIndex].masks[k]; + v = v.clearMaskBits(cmask.value); + v |= cmask.values[_combos[k]->index()].value; // set value } memory().setWord(MemoryRangeType::Config, _configIndex, v); //qDebug(" now: %s", toHex(v, 4).data()); @@ -174,12 +174,12 @@ void Pic::ConfigWordEditor::updateDisplay() uint nbChars = device().nbCharsWord(MemoryRangeType::Config); //qDebug("BinWordEditor::updateDisplay %i: %s", _configIndex, toHex(v, 4).data()); for (uint k=0; k<_combos.count(); k++) { - const Config::Mask &ctqmask = device().config()._words[_configIndex].masks[k]; - for (int i=ctqmask.values.count()-1; i>=0; i--) { - if ( ctqmask.values[i].value.isInside(v) ) { - if ( ctqmask.values[i].isValid() ) _combos[k]->setItem(i); + const Config::Mask &cmask = device().config()._words[_configIndex].masks[k]; + for (int i=cmask.values.count()-1; i>=0; i--) { + if ( cmask.values[i].value.isInside(v) ) { + if ( cmask.values[i].isValid() ) _combos[k]->setItem(i); else { - TQString label = i18n("") + " (" + toHexLabel(ctqmask.values[i].value, nbChars) + ")"; + TQString label = i18n("") + " (" + toHexLabel(cmask.values[i].value, nbChars) + ")"; _combos[k]->setInvalidItem(i, label); } break; diff --git a/src/devices/pic/gui/pic_config_word_editor.h b/src/devices/pic/gui/pic_config_word_editor.h index 1b4077b..38f9573 100644 --- a/src/devices/pic/gui/pic_config_word_editor.h +++ b/src/devices/pic/gui/pic_config_word_editor.h @@ -24,7 +24,7 @@ class ConfigWordDialog : public Dialog Q_OBJECT TQ_OBJECT public: - ConfigWordDialog(const Memory &memory, uint index, TQWidget *tqparent); + ConfigWordDialog(const Memory &memory, uint index, TQWidget *parent); }; //---------------------------------------------------------------------------- @@ -33,7 +33,7 @@ class ConfigWordComboBox : public ComboBox Q_OBJECT TQ_OBJECT public: - ConfigWordComboBox(TQWidget *tqparent); + ConfigWordComboBox(TQWidget *parent); void appendItem(const TQString &text, uint index) { insertItem(text); _map.append(index); } uint index() const; void setItem(uint index); @@ -52,7 +52,7 @@ class ConfigWordEditor : public MemoryEditor Q_OBJECT TQ_OBJECT public: - ConfigWordEditor(Memory &memory, uint index, bool withWordEditor, TQWidget *tqparent); + ConfigWordEditor(Memory &memory, uint index, bool withWordEditor, TQWidget *parent); virtual void setReadOnly(bool readOnly); public slots: diff --git a/src/devices/pic/gui/pic_group_ui.cpp b/src/devices/pic/gui/pic_group_ui.cpp index 5483ee4..fa4aa56 100644 --- a/src/devices/pic/gui/pic_group_ui.cpp +++ b/src/devices/pic/gui/pic_group_ui.cpp @@ -18,19 +18,19 @@ #include "libgui/gui_debug_manager.h" #include "common/gui/list_container.h" -Device::HexView *Pic::GroupUI::createHexView(const HexEditor &editor, TQWidget *tqparent) const +Device::HexView *Pic::GroupUI::createHexView(const HexEditor &editor, TQWidget *parent) const { - return new HexView(editor, tqparent); + return new HexView(editor, parent); } -Register::View *Pic::GroupUI::createRegisterView(TQWidget *tqparent) const +Register::View *Pic::GroupUI::createRegisterView(TQWidget *parent) const { - return new RegisterView(tqparent); + return new RegisterView(parent); } -Device::MemoryEditor *Pic::GroupUI::createConfigEditor(Device::Memory &memory, TQWidget *tqparent) const +Device::MemoryEditor *Pic::GroupUI::createConfigEditor(Device::Memory &memory, TQWidget *parent) const { - return new MemoryConfigEditorWidget(static_cast(memory), false, tqparent); + return new MemoryConfigEditorWidget(static_cast(memory), false, parent); } void Pic::GroupUI::fillWatchListContainer(ListContainer *container, TQValueVector &ids) const @@ -81,7 +81,7 @@ void Pic::GroupUI::fillWatchListContainer(ListContainer *container, TQValueVecto } } -Register::ListViewItem *Pic::GroupUI::createWatchItem(const Register::TypeData &data, KListViewItem *tqparent) const +Register::ListViewItem *Pic::GroupUI::createWatchItem(const Register::TypeData &data, KListViewItem *parent) const { - return new Pic::RegisterListViewItem(data, tqparent); + return new Pic::RegisterListViewItem(data, parent); } diff --git a/src/devices/pic/gui/pic_group_ui.h b/src/devices/pic/gui/pic_group_ui.h index ac97f22..d5dba86 100644 --- a/src/devices/pic/gui/pic_group_ui.h +++ b/src/devices/pic/gui/pic_group_ui.h @@ -17,11 +17,11 @@ namespace Pic class GroupUI : public Device::GroupUI { public: - virtual Device::HexView *createHexView(const HexEditor &editor, TQWidget *tqparent) const; - virtual Register::View *createRegisterView(TQWidget *tqparent) const; - virtual Device::MemoryEditor *createConfigEditor(Device::Memory &memory, TQWidget *tqparent) const; + virtual Device::HexView *createHexView(const HexEditor &editor, TQWidget *parent) const; + virtual Register::View *createRegisterView(TQWidget *parent) const; + virtual Device::MemoryEditor *createConfigEditor(Device::Memory &memory, TQWidget *parent) const; virtual void fillWatchListContainer(ListContainer *container, TQValueVector &ids) const; - virtual Register::ListViewItem *createWatchItem(const Register::TypeData &data, KListViewItem *tqparent) const; + virtual Register::ListViewItem *createWatchItem(const Register::TypeData &data, KListViewItem *parent) const; }; } // namespace diff --git a/src/devices/pic/gui/pic_hex_view.cpp b/src/devices/pic/gui/pic_hex_view.cpp index 760b1ed..bbcc161 100644 --- a/src/devices/pic/gui/pic_hex_view.cpp +++ b/src/devices/pic/gui/pic_hex_view.cpp @@ -17,8 +17,8 @@ #include "pic_memory_editor.h" #include "pic_config_editor.h" -Pic::HexView::HexView(const HexEditor &editor, TQWidget *tqparent) - : Device::HexView(editor, tqparent, "pic_hex_view") +Pic::HexView::HexView(const HexEditor &editor, TQWidget *parent) + : Device::HexView(editor, parent, "pic_hex_view") {} const Pic::MemoryRangeType::Type Pic::HexView::MEMORY_DATA[] = { diff --git a/src/devices/pic/gui/pic_hex_view.h b/src/devices/pic/gui/pic_hex_view.h index 54b679d..c3a53f8 100644 --- a/src/devices/pic/gui/pic_hex_view.h +++ b/src/devices/pic/gui/pic_hex_view.h @@ -23,7 +23,7 @@ class HexView : public Device::HexView Q_OBJECT TQ_OBJECT public: - HexView(const HexEditor &editor, TQWidget *tqparent); + HexView(const HexEditor &editor, TQWidget *parent); Memory *memory() { return static_cast(_memory); } const Memory *memory() const { return static_cast(_memory); } virtual uint nbChecksumChars() const { return 4; } diff --git a/src/devices/pic/gui/pic_memory_editor.cpp b/src/devices/pic/gui/pic_memory_editor.cpp index bb06f3d..a964988 100644 --- a/src/devices/pic/gui/pic_memory_editor.cpp +++ b/src/devices/pic/gui/pic_memory_editor.cpp @@ -34,17 +34,17 @@ #include "pic_hex_view.h" //----------------------------------------------------------------------------- -Pic::MemoryEditorLegend::Data::Data(const TQString &text, TQWidget *tqparent) +Pic::MemoryEditorLegend::Data::Data(const TQString &text, TQWidget *parent) { - button = new PopupButton(text, tqparent); + button = new PopupButton(text, parent); KActionCollection *ac = 0; - KAction *a = new KAction(i18n("Go to start"), "top", 0, TQT_TQOBJECT(tqparent), TQT_SLOT(gotoStart()), ac); + KAction *a = new KAction(i18n("Go to start"), "top", 0, TQT_TQOBJECT(parent), TQT_SLOT(gotoStart()), ac); actions.append(a); button->appendAction(a); - a = new KAction(i18n("Go to end"), "bottom", 0, TQT_TQOBJECT(tqparent), TQT_SLOT(gotoEnd()), ac); + a = new KAction(i18n("Go to end"), "bottom", 0, TQT_TQOBJECT(parent), TQT_SLOT(gotoEnd()), ac); actions.append(a); button->appendAction(a); - label = new TQLabel(tqparent); + label = new TQLabel(parent); } void Pic::MemoryEditorLegend::Data::setProtected(bool on) @@ -64,8 +64,8 @@ const char * const Pic::MemoryEditorLegend::BLOCK_COLORS[Protection::MAX_NB_BLOC "#88FF88", "#88FFFF", "#FFFF88", "#FF88FF", "#0088FF", "#88FF00", "#00FF88", "#FF8800" }; -Pic::MemoryEditorLegend::MemoryEditorLegend(MemoryRangeType type, Memory &memory, TQWidget *tqparent) - : MemoryEditor(type, memory, tqparent, "memory_displayer_legend") +Pic::MemoryEditorLegend::MemoryEditorLegend(MemoryRangeType type, Memory &memory, TQWidget *parent) + : MemoryEditor(type, memory, parent, "memory_displayer_legend") { TQGridLayout *grid = new TQGridLayout(_top); @@ -165,8 +165,8 @@ void Pic::MemoryEditorLegend::gotoEnd() //----------------------------------------------------------------------------- -Pic::HexWordEditor::HexWordEditor(MemoryRangeType type, Memory &memory, TQWidget *tqparent) - : Device::HexWordEditor(memory, memory.device().nbCharsWord(type), tqparent), +Pic::HexWordEditor::HexWordEditor(MemoryRangeType type, Memory &memory, TQWidget *parent) + : Device::HexWordEditor(memory, memory.device().nbCharsWord(type), parent), MemoryCaster(type, memory) {} @@ -174,7 +174,7 @@ void Pic::HexWordEditor::setWord(BitValue value) { if ( type()==MemoryRangeType::Config ) { const Config::Word &cword = device().config()._words[_offset]; - value |= cword.usedMask().complementInMask(device().tqmask(MemoryRangeType::Config)); + value |= cword.usedMask().complementInMask(device().mask(MemoryRangeType::Config)); } memory().setWord(type(), _offset, value); } @@ -182,8 +182,8 @@ void Pic::HexWordEditor::setWord(BitValue value) //----------------------------------------------------------------------------- Pic::MemoryRangeEditor::MemoryRangeEditor(MemoryRangeType type, Memory &memory, uint nbLines, uint nbCols, - uint wordOffset, int nbWords, TQWidget *tqparent) - : Device::MemoryRangeEditor(memory, nbLines, nbCols, wordOffset, nbWords, tqparent, "pic_memory_range_editor"), + uint wordOffset, int nbWords, TQWidget *parent) + : Device::MemoryRangeEditor(memory, nbLines, nbCols, wordOffset, nbWords, parent, "pic_memory_range_editor"), MemoryCaster(type, memory), _legend(0) { if ( type==MemoryRangeType::Code ) _blockRanges.resize(memory.device().config().protection().nbBlocks()); @@ -234,14 +234,14 @@ void Pic::MemoryRangeEditor::updateAddressColor(uint i, Address address) } } -Device::HexWordEditor *Pic::MemoryRangeEditor::createHexWordEditor(TQWidget *tqparent) +Device::HexWordEditor *Pic::MemoryRangeEditor::createHexWordEditor(TQWidget *parent) { - return new HexWordEditor(type(), memory(), tqparent); + return new HexWordEditor(type(), memory(), parent); } //----------------------------------------------------------------------------- -Pic::MemoryTypeEditor::MemoryTypeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *tqparent, const char *name) - : Device::MemoryTypeEditor(hexview, memory, tqparent, name), MemoryCaster(type, memory) +Pic::MemoryTypeEditor::MemoryTypeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *parent, const char *name) + : Device::MemoryTypeEditor(hexview, memory, parent, name), MemoryCaster(type, memory) {} void Pic::MemoryTypeEditor::init(bool first) @@ -251,10 +251,10 @@ void Pic::MemoryTypeEditor::init(bool first) uint nbChars = device().nbCharsWord(type()); TQString add; - if ( type()==MemoryRangeType::UserId ) add = i18n(" - recommended tqmask: %1").tqarg(toHexLabel(device().userIdRecommendedMask(), nbChars)); + if ( type()==MemoryRangeType::UserId ) add = i18n(" - recommended mask: %1").tqarg(toHexLabel(device().userIdRecommendedMask(), nbChars)); if ( type()==MemoryRangeType::Cal && _hexview ) add = i18n(" - not programmed by default"); - TQString comment = i18n("%1-bit words - tqmask: %2") - .tqarg(device().nbBitsWord(type())).tqarg(toHexLabel(device().tqmask(type()), nbChars)); + TQString comment = i18n("%1-bit words - mask: %2") + .tqarg(device().nbBitsWord(type())).tqarg(toHexLabel(device().mask(type()), nbChars)); _comment->setText(comment + add); } @@ -291,8 +291,8 @@ bool Pic::MemoryTypeEditor::internalDoAction(Device::Action action) } //----------------------------------------------------------------------------- -Pic::MemoryTypeRangeEditor::MemoryTypeRangeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *tqparent) - : MemoryTypeEditor(hexview, type, memory, tqparent, "pic_memory_type_range_editor"), _mre(0) +Pic::MemoryTypeRangeEditor::MemoryTypeRangeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *parent) + : MemoryTypeEditor(hexview, type, memory, parent, "pic_memory_type_range_editor"), _mre(0) {} void Pic::MemoryTypeRangeEditor::init(bool first) @@ -309,8 +309,8 @@ void Pic::MemoryTypeRangeEditor::init(bool first) } //----------------------------------------------------------------------------- -Pic::MemoryUserIdEditor::MemoryUserIdEditor(const HexView *hexview, Memory &memory, TQWidget *tqparent) - : MemoryTypeRangeEditor(hexview, MemoryRangeType::UserId, memory, tqparent), _saveReadOnly(false) +Pic::MemoryUserIdEditor::MemoryUserIdEditor(const HexView *hexview, Memory &memory, TQWidget *parent) + : MemoryTypeRangeEditor(hexview, MemoryRangeType::UserId, memory, parent), _saveReadOnly(false) {} void Pic::MemoryUserIdEditor::init(bool first) @@ -347,8 +347,8 @@ void Pic::MemoryUserIdEditor::setReadOnly(bool readOnly) } //----------------------------------------------------------------------------- -Pic::MemoryCalibrationEditor::MemoryCalibrationEditor(const HexView *hexview, Memory &memory, TQWidget *tqparent) - : MemoryTypeEditor(hexview, MemoryRangeType::Cal, memory, tqparent, "pic_memory_calibration_editor") +Pic::MemoryCalibrationEditor::MemoryCalibrationEditor(const HexView *hexview, Memory &memory, TQWidget *parent) + : MemoryTypeEditor(hexview, MemoryRangeType::Cal, memory, parent, "pic_memory_calibration_editor") {} void Pic::MemoryCalibrationEditor::init(bool first) diff --git a/src/devices/pic/gui/pic_memory_editor.h b/src/devices/pic/gui/pic_memory_editor.h index 2a6f72f..e641ec4 100644 --- a/src/devices/pic/gui/pic_memory_editor.h +++ b/src/devices/pic/gui/pic_memory_editor.h @@ -44,8 +44,8 @@ class MemoryEditor : public Device::MemoryEditor, public MemoryCaster Q_OBJECT TQ_OBJECT public: - MemoryEditor(MemoryRangeType type, Memory &memory, TQWidget *tqparent, const char *name) - : Device::MemoryEditor(&memory, tqparent, name), MemoryCaster(type, memory) {} + MemoryEditor(MemoryRangeType type, Memory &memory, TQWidget *parent, const char *name) + : Device::MemoryEditor(&memory, parent, name), MemoryCaster(type, memory) {} }; //----------------------------------------------------------------------------- @@ -54,7 +54,7 @@ class MemoryEditorLegend : public MemoryEditor Q_OBJECT TQ_OBJECT public: - MemoryEditorLegend(MemoryRangeType type, Memory &memory, TQWidget *tqparent); + MemoryEditorLegend(MemoryRangeType type, Memory &memory, TQWidget *parent); virtual void setReadOnly(bool) {} static TQColor protectedColor() { return TQColor("#FF8888"); } @@ -76,7 +76,7 @@ private: class Data { public: Data() : button(0), label(0) {} - Data(const TQString &text, TQWidget *tqparent); + Data(const TQString &text, TQWidget *parent); void setProtected(bool on); bool hasAction(const KAction *action) const; PopupButton *button; @@ -95,10 +95,10 @@ class HexWordEditor : public Device::HexWordEditor, public MemoryCaster Q_OBJECT TQ_OBJECT public: - HexWordEditor(MemoryRangeType type, Memory &memory, TQWidget *tqparent); + HexWordEditor(MemoryRangeType type, Memory &memory, TQWidget *parent); private: - virtual BitValue tqmask() const { return memory().device().tqmask(type()); } + virtual BitValue mask() const { return memory().device().mask(type()); } virtual BitValue normalizeWord(BitValue value) const { return memory().normalizeWord(type(), _offset, value); } virtual BitValue word() const { return memory().word(type(), _offset); } virtual void setWord(BitValue value); @@ -111,7 +111,7 @@ class MemoryRangeEditor : public Device::MemoryRangeEditor, public MemoryCaster TQ_OBJECT public: MemoryRangeEditor(MemoryRangeType type, Memory &memory, - uint nbLines, uint nbCols, uint wordOffset, int nbWords, TQWidget *tqparent); + uint nbLines, uint nbCols, uint wordOffset, int nbWords, TQWidget *parent); public slots: virtual void updateDisplay(); @@ -125,7 +125,7 @@ private: virtual uint nbWords() const { return device().nbWords(type()); } virtual uint addressIncrement() const { return device().addressIncrement(type()); } virtual Address startAddress() const { return device().range(type()).start; } - virtual Device::HexWordEditor *createHexWordEditor(TQWidget *tqparent); + virtual Device::HexWordEditor *createHexWordEditor(TQWidget *parent); virtual void updateAddressColor(uint i, Address address); virtual bool isRangeReadOnly() const; virtual void addLegend(TQVBoxLayout *vbox); @@ -137,7 +137,7 @@ class MemoryTypeEditor : public Device::MemoryTypeEditor, public MemoryCaster Q_OBJECT TQ_OBJECT public: - MemoryTypeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *tqparent, const char *name); + MemoryTypeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *parent, const char *name); virtual void init(bool first); private: @@ -150,7 +150,7 @@ class MemoryTypeRangeEditor : public MemoryTypeEditor Q_OBJECT TQ_OBJECT public: - MemoryTypeRangeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *tqparent); + MemoryTypeRangeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *parent); virtual void init(bool first); protected: @@ -163,7 +163,7 @@ class MemoryUserIdEditor : public MemoryTypeRangeEditor Q_OBJECT TQ_OBJECT public: - MemoryUserIdEditor(const HexView *hexview, Memory &memory, TQWidget *tqparent); + MemoryUserIdEditor(const HexView *hexview, Memory &memory, TQWidget *parent); virtual void init(bool first); virtual void setReadOnly(bool readOnly); @@ -184,7 +184,7 @@ class MemoryCalibrationEditor : public MemoryTypeEditor Q_OBJECT TQ_OBJECT public: - MemoryCalibrationEditor(const HexView *hexview, Memory &memory, TQWidget *tqparent); + MemoryCalibrationEditor(const HexView *hexview, Memory &memory, TQWidget *parent); virtual void init(bool first); private: diff --git a/src/devices/pic/gui/pic_prog_group_ui.cpp b/src/devices/pic/gui/pic_prog_group_ui.cpp index 8f2f225..6e350ed 100644 --- a/src/devices/pic/gui/pic_prog_group_ui.cpp +++ b/src/devices/pic/gui/pic_prog_group_ui.cpp @@ -11,8 +11,8 @@ #include "progs/gui/prog_config_widget.h" #include "progs/base/prog_group.h" -Programmer::PicAdvancedDialog::PicAdvancedDialog(PicBase &base, TQWidget *tqparent, const char *name) - : AdvancedDialog(base, tqparent, name) +Programmer::PicAdvancedDialog::PicAdvancedDialog(PicBase &base, TQWidget *parent, const char *name) + : AdvancedDialog(base, parent, name) { if (_voltagesContainer) { uint k = _voltagesContainer->numRows(); diff --git a/src/devices/pic/gui/pic_prog_group_ui.h b/src/devices/pic/gui/pic_prog_group_ui.h index 1a8540e..c203da3 100644 --- a/src/devices/pic/gui/pic_prog_group_ui.h +++ b/src/devices/pic/gui/pic_prog_group_ui.h @@ -19,7 +19,7 @@ class PicAdvancedDialog : public ::Programmer::AdvancedDialog Q_OBJECT TQ_OBJECT public: - PicAdvancedDialog(PicBase &base, TQWidget *tqparent, const char *name); + PicAdvancedDialog(PicBase &base, TQWidget *parent, const char *name); virtual void updateDisplay(); private: diff --git a/src/devices/pic/gui/pic_register_view.cpp b/src/devices/pic/gui/pic_register_view.cpp index ced5085..b640036 100644 --- a/src/devices/pic/gui/pic_register_view.cpp +++ b/src/devices/pic/gui/pic_register_view.cpp @@ -29,8 +29,8 @@ #include "coff/base/text_coff.h" //----------------------------------------------------------------------------- -Pic::BankWidget::BankWidget(uint i, TQWidget *tqparent) - : TQFrame(tqparent, "bank_widget"), _bindex(i), _bankCombo(0) +Pic::BankWidget::BankWidget(uint i, TQWidget *parent) + : TQFrame(parent, "bank_widget"), _bindex(i), _bankCombo(0) { setFrameStyle(WinPanel | Sunken); TQGridLayout *top = new TQGridLayout(this, 1, 1, 5, 0); @@ -245,8 +245,8 @@ void Pic::BankWidget::updateView() } //----------------------------------------------------------------------------- -Pic::RegisterView::RegisterView(TQWidget *tqparent) - : Register::View(tqparent, "pic_register_view"), +Pic::RegisterView::RegisterView(TQWidget *parent) + : Register::View(parent, "pic_register_view"), _readAllButton(0), _clearAllButton(0) { TQVBoxLayout *vbox = new TQVBoxLayout(this, 10, 10); @@ -306,8 +306,8 @@ void Pic::RegisterView::stopWatchAllRegisters() } //---------------------------------------------------------------------------- -Pic::RegisterListViewItem::RegisterListViewItem(const Register::TypeData &data, KListViewItem *tqparent) - : Register::ListViewItem(data, tqparent) +Pic::RegisterListViewItem::RegisterListViewItem(const Register::TypeData &data, KListViewItem *parent) + : Register::ListViewItem(data, parent) {} uint Pic::RegisterListViewItem::nbCharsAddress() const diff --git a/src/devices/pic/gui/pic_register_view.h b/src/devices/pic/gui/pic_register_view.h index 0f347e4..f7a07ac 100644 --- a/src/devices/pic/gui/pic_register_view.h +++ b/src/devices/pic/gui/pic_register_view.h @@ -29,7 +29,7 @@ class BankWidget : public TQFrame Q_OBJECT TQ_OBJECT public: - BankWidget(uint bank, TQWidget *tqparent); + BankWidget(uint bank, TQWidget *parent); void updateView(); private slots: @@ -63,7 +63,7 @@ class RegisterView : public Register::View Q_OBJECT TQ_OBJECT public: - RegisterView(TQWidget *tqparent); + RegisterView(TQWidget *parent); virtual void updateView(); private slots: @@ -78,7 +78,7 @@ private: class RegisterListViewItem : public Register::ListViewItem { public: - RegisterListViewItem(const Register::TypeData &data, KListViewItem *tqparent); + RegisterListViewItem(const Register::TypeData &data, KListViewItem *parent); private: virtual uint nbCharsAddress() const; diff --git a/src/devices/pic/pic/pic_memory.cpp b/src/devices/pic/pic/pic_memory.cpp index 1a90efe..5f86517 100644 --- a/src/devices/pic/pic/pic_memory.cpp +++ b/src/devices/pic/pic/pic_memory.cpp @@ -58,7 +58,7 @@ Device::Array Pic::Memory::arrayForWriting(MemoryRangeType type) const { Device::Array data = _ranges[type]; for (uint i=0; ivalue); - for (uint k=0; kvalues.count()); k++) - if ( v.isInside(tqmask->values[k].value) ) return tqmask->values[k].name; + const Config::Mask *mask = device().config().findMask(maskName, &i); + if ( mask==0 ) return TQString(); + BitValue v = word(MemoryRangeType::Config, i).maskWith(mask->value); + for (uint k=0; kvalues.count()); k++) + if ( v.isInside(mask->values[k].value) ) return mask->values[k].name; Q_ASSERT(false); return TQString(); } @@ -123,9 +123,9 @@ AddressRange Pic::Memory::bootRange() const } // only CPB TQString maskName = protection.bootMaskName(Protection::ProgramProtected); - const Config::Mask *tqmask = device().config().findMask(maskName); - for (uint k=0; kvalues.count()); k++) { - AddressRangeVector rv = protection.extractRanges(tqmask->values[k].name, MemoryRangeType::Code); + const Config::Mask *mask = device().config().findMask(maskName); + for (uint k=0; kvalues.count()); k++) { + AddressRangeVector rv = protection.extractRanges(mask->values[k].name, MemoryRangeType::Code); if ( !rv.isEmpty() ) return rv[0]; } Q_ASSERT(false); @@ -153,9 +153,9 @@ AddressRange Pic::Memory::blockRange(uint i) const return AddressRange(start, 2 * size - 1); } AddressRange previous = (i==0 ? bootRange() : blockRange(i-1)); - const Config::Mask *tqmask = device().config().findMask(maskName); - for (uint k=0; kvalues.count()); k++) { - AddressRangeVector rv = protection.extractRanges(tqmask->values[k].name, MemoryRangeType::Code); + const Config::Mask *mask = device().config().findMask(maskName); + for (uint k=0; kvalues.count()); k++) { + AddressRangeVector rv = protection.extractRanges(mask->values[k].name, MemoryRangeType::Code); if ( !rv.isEmpty() ) return AddressRange(previous.end + 1, rv[0].end); } Q_ASSERT(false); @@ -242,13 +242,13 @@ void Pic::Memory::setProtection(bool on, Protection::Type ptype, MemoryRangeType void Pic::Memory::setConfigValue(const TQString &maskName, const TQString &valueName) { uint i; - const Config::Mask *tqmask = device().config().findMask(maskName, &i); - Q_ASSERT(tqmask); + const Config::Mask *mask = device().config().findMask(maskName, &i); + Q_ASSERT(mask); BitValue v = word(MemoryRangeType::Config, i); - v = v.clearMaskBits(tqmask->value); - for (int k=tqmask->values.count()-1; k>=0; k--) { // important to get the highest value in case of identical values - if ( tqmask->values[k].name!=valueName ) continue; - setWord(MemoryRangeType::Config, i, v | tqmask->values[k].value); + v = v.clearMaskBits(mask->value); + for (int k=mask->values.count()-1; k>=0; k--) { // important to get the highest value in case of identical values + if ( mask->values[k].name!=valueName ) continue; + setWord(MemoryRangeType::Config, i, v | mask->values[k].value); return; } Q_ASSERT(false); @@ -256,16 +256,16 @@ void Pic::Memory::setConfigValue(const TQString &maskName, const TQString &value void Pic::Memory::setProtection(bool on, const TQString &maskName, Protection::Type ptype) { - const Config::Mask *tqmask = device().config().findMask(maskName, 0); - if( tqmask==0 ) return; + const Config::Mask *mask = device().config().findMask(maskName, 0); + if( mask==0 ) return; const Protection &protection = device().config().protection(); TQString valueName; if ( ptype==Protection::StandardSecurity || ptype==Protection::HighSecurity ) valueName = protection.securityValueName(ptype); else { - for (int k=tqmask->values.count()-1; k>=0; k--) { - if ( (on && protection.isAllProtectedValueName(tqmask->values[k].name)) - || (!on && protection.isNoneProtectedValueName(tqmask->values[k].name)) ) valueName = tqmask->values[k].name; + for (int k=mask->values.count()-1; k>=0; k--) { + if ( (on && protection.isAllProtectedValueName(mask->values[k].name)) + || (!on && protection.isNoneProtectedValueName(mask->values[k].name)) ) valueName = mask->values[k].name; } } setConfigValue(maskName, valueName); @@ -273,19 +273,19 @@ void Pic::Memory::setProtection(bool on, const TQString &maskName, Protection::T bool Pic::Memory::hasFlagOn(const TQString &maskName, bool valueIfNotPresent) const { - const Config::Mask *tqmask = device().config().findMask(maskName, 0); - if ( tqmask==0 ) return valueIfNotPresent; - Q_ASSERT(tqmask); - Q_ASSERT( tqmask->values.count()==2 ); + const Config::Mask *mask = device().config().findMask(maskName, 0); + if ( mask==0 ) return valueIfNotPresent; + Q_ASSERT(mask); + Q_ASSERT( mask->values.count()==2 ); return ( findValue(maskName)=="On" ); } void Pic::Memory::setFlagOn(const TQString &maskName, bool on) { - const Config::Mask *tqmask = device().config().findMask(maskName, 0); - Q_UNUSED(tqmask); - Q_ASSERT(tqmask); - Q_ASSERT( tqmask->values.count()==2 ); + const Config::Mask *mask = device().config().findMask(maskName, 0); + Q_UNUSED(mask); + Q_ASSERT(mask); + Q_ASSERT( mask->values.count()==2 ); setConfigValue(maskName, on ? "On" : "Off"); } @@ -331,12 +331,12 @@ void Pic::Memory::checksumCheckFill() BitValue Pic::Memory::checksum() const { // code - BitValue tqmask = device().tqmask(MemoryRangeType::Code); + BitValue mask = device().mask(MemoryRangeType::Code); AddressRangeVector rv = protectedRanges(Protection::ProgramProtected, MemoryRangeType::Code); bool isProtected = !rv.isEmpty(); uint inc = device().addressIncrement(MemoryRangeType::Code); //uint nbChars = device().nbCharsWord(MemoryRangeType::Code); - //qDebug("protected: %i nb: %s (%s)", isProtected, toHexLabelAbs(inc*device().nbWords(MemoryRangeType::Code)).latin1(), toHexLabel(tqmask, nbChars).latin1()); + //qDebug("protected: %i nb: %s (%s)", isProtected, toHexLabelAbs(inc*device().nbWords(MemoryRangeType::Code)).latin1(), toHexLabel(mask, nbChars).latin1()); //for (uint i=0; inbWords(Pic::MemoryRangeType::DeviceId) * device()->nbCharsWord(Pic::MemoryRangeType::DeviceId); - if ( rawId==0x0 || rawId==device()->tqmask(Pic::MemoryRangeType::DeviceId) ) { + if ( rawId==0x0 || rawId==device()->mask(Pic::MemoryRangeType::DeviceId) ) { log(Log::LineType::Error, i18n("Missing or incorrect device (Read id is %1).").tqarg(toHexLabel(rawId, nbChars))); return false; } @@ -366,16 +366,16 @@ bool Programmer::PicBase::restoreBandGapBits() if ( !specific()->canReadRange(Pic::MemoryRangeType::Config) ) return true; bool hasProtectedBits = false; for (uint i=0; inbWords(Pic::MemoryRangeType::Config); i++) - if ( device()->config()._words[i].ptqmask!=0 ) hasProtectedBits = true; + if ( device()->config()._words[i].pmask!=0 ) hasProtectedBits = true; if ( !hasProtectedBits ) return true; Device::Array cdata; if ( !specific()->read(Pic::MemoryRangeType::Config, cdata, 0) ) return false; Device::Array data = _deviceMemory->arrayForWriting(Pic::MemoryRangeType::Config); for (uint i=0; iconfig()._words[i].ptqmask; - if ( ptqmask==0 ) continue; - cdata[i] = cdata[i].clearMaskBits(ptqmask); - cdata[i] |= data[i].maskWith(ptqmask); + BitValue pmask = device()->config()._words[i].pmask; + if ( pmask==0 ) continue; + cdata[i] = cdata[i].clearMaskBits(pmask); + cdata[i] |= data[i].maskWith(pmask); } if ( !specific()->canWriteRange(Pic::MemoryRangeType::Config) ) { log(Log::LineType::Warning, i18n("Could not restore band gap bits because programmer does not support writing config bits.")); diff --git a/src/devices/pic/prog/pic_prog_specific.cpp b/src/devices/pic/prog/pic_prog_specific.cpp index ed13adf..c8d958b 100644 --- a/src/devices/pic/prog/pic_prog_specific.cpp +++ b/src/devices/pic/prog/pic_prog_specific.cpp @@ -28,7 +28,7 @@ uint Programmer::PicDeviceSpecific::findNonMaskStart(Pic::MemoryRangeType type, { uint start = 0; for (; start(this)->log(Log::DebugLevel::Normal, TQString("start before align: %1").tqarg(start)); uint align = device().nbWordsWriteAlignment(type); start -= start % align; @@ -40,7 +40,7 @@ uint Programmer::PicDeviceSpecific::findNonMaskEnd(Pic::MemoryRangeType type, co { uint end = data.count()-1; for (; end>0; end--) - if ( data[end]!=device().tqmask(type) ) break; + if ( data[end]!=device().mask(type) ) break; const_cast(this)->log(Log::DebugLevel::Normal, TQString("end before align: %1").tqarg(end)); uint align = device().nbWordsWriteAlignment(type); if ( (end+1) % align ) end += align - (end+1) % align; @@ -113,9 +113,9 @@ bool Programmer::PicHardware::verifyWord(uint i, BitValue word, Pic::MemoryRange BitValue v = static_cast(vdata.memory).normalizedWord(type, i); BitValue d = static_cast(vdata.memory).normalizeWord(type, i, word); if ( type==Pic::MemoryRangeType::Config ) { - BitValue ptqmask = device().config()._words[i].ptqmask; - v = v.clearMaskBits(ptqmask); - d = d.clearMaskBits(ptqmask); + BitValue pmask = device().config()._words[i].pmask; + v = v.clearMaskBits(pmask); + d = d.clearMaskBits(pmask); } return compareWords(type, i, v, d, vdata.actions); } diff --git a/src/devices/pic/xml/pic_xml_to_data.cpp b/src/devices/pic/xml/pic_xml_to_data.cpp index 18a5409..85eed73 100644 --- a/src/devices/pic/xml/pic_xml_to_data.cpp +++ b/src/devices/pic/xml/pic_xml_to_data.cpp @@ -52,9 +52,9 @@ bool getMemoryRange(MemoryRangeType type, TQDomElement element) uint nbCharsWord = data()->nbCharsWord(type); if ( data()->nbBitsWord(type)==0 ) qFatal(TQString("Architecture doesn't contain memory range %1").tqarg(type.key())); if ( type==MemoryRangeType::UserId ) { - data()->_userIdRecommendedMask = fromHexLabel(range.attribute("rtqmask"), nbCharsWord, &ok); - if ( !ok ) qFatal("Cannot extract rtqmask value for user id"); - if ( !data()->_userIdRecommendedMask.isInside(data()->tqmask(type)) ) qFatal(TQString("rtqmask is not inside tqmask %1 (%2)").tqarg(toHexLabel(data()->_userIdRecommendedMask, 8)).tqarg(toHexLabel(data()->tqmask(type), 8))); + data()->_userIdRecommendedMask = fromHexLabel(range.attribute("rmask"), nbCharsWord, &ok); + if ( !ok ) qFatal("Cannot extract rmask value for user id"); + if ( !data()->_userIdRecommendedMask.isInside(data()->mask(type)) ) qFatal(TQString("rmask is not inside mask %1 (%2)").tqarg(toHexLabel(data()->_userIdRecommendedMask, 8)).tqarg(toHexLabel(data()->mask(type), 8))); } if ( range.attribute("hexfile_offset")!="?" ) { data()->_ranges[type].properties |= Programmable; @@ -64,12 +64,12 @@ bool getMemoryRange(MemoryRangeType type, TQDomElement element) } } if ( type==MemoryRangeType::Cal && !data()->is18Family() ) { - data()->_calibration.opcodeMask = fromHexLabel(range.attribute("cal_optqmask"), nbCharsWord, &ok); - if ( !ok ) qFatal("Cannot extract calibration opcode tqmask"); + data()->_calibration.opcodeMask = fromHexLabel(range.attribute("cal_opmask"), nbCharsWord, &ok); + if ( !ok ) qFatal("Cannot extract calibration opcode mask"); data()->_calibration.opcode = fromHexLabel(range.attribute("cal_opcode"), nbCharsWord, &ok); if ( !ok ) qFatal("Cannot extract calibration opcode"); - if ( !data()->_calibration.opcode.isInside(data()->_calibration.opcodeMask) ) qFatal("Calibration opcode should be inside opcode tqmask"); - if ( !data()->_calibration.opcodeMask.isInside(data()->tqmask(type)) ) qFatal("Calibration tqmask should be inside opcode tqmask"); + if ( !data()->_calibration.opcode.isInside(data()->_calibration.opcodeMask) ) qFatal("Calibration opcode should be inside opcode mask"); + if ( !data()->_calibration.opcodeMask.isInside(data()->mask(type)) ) qFatal("Calibration mask should be inside opcode mask"); } TQString wwa = range.attribute("word_write_align"); TQString wea = range.attribute("word_erase_align"); @@ -88,31 +88,31 @@ bool getMemoryRange(MemoryRangeType type, TQDomElement element) return true; } -bool hasValue(const Pic::Config::Mask &tqmask, BitValue value) +bool hasValue(const Pic::Config::Mask &mask, BitValue value) { - for (uint i=0; iarchitecture()!=Pic::Architecture::P18J && data()->architecture()!=Pic::Architecture::P24H && data()->architecture()!=Pic::Architecture::P24F && data()->architecture()!=Pic::Architecture::P33F && data()->name()!="30F1010" && data()->name()!="30F2020" && data()->name()!="30F2023" ) - qFatal(TQString("cname not defined for \"%1\" (%2)").tqarg(cvalue.name).tqarg(ctqmask.name)); + qFatal(TQString("cname not defined for \"%1\" (%2)").tqarg(cvalue.name).tqarg(cmask.name)); } if ( cnames.count()==1 && cnames[0]=="_" ) cnames.clear(); for (uint i=0; inbCharsWord(MemoryRangeType::Config); - BitValue tqmask = ctqmask.value.complementInMask(maxValue(NumberBase::Hex, nbChars)); - if ( ok && v==(tqmask | cvalue.value) ) continue; + BitValue mask = cmask.value.complementInMask(maxValue(NumberBase::Hex, nbChars)); + if ( ok && v==(mask | cvalue.value) ) continue; } else if ( XOR(cnames[i].startsWith("_"), data()->architecture()==Pic::Architecture::P30F) ) continue; - qFatal(TQString("Invalid config name for \"%1\"/\"%2\"").tqarg(ctqmask.name).tqarg(cvalue.name)); + qFatal(TQString("Invalid config name for \"%1\"/\"%2\"").tqarg(cmask.name).tqarg(cvalue.name)); } TQStringList &ecnames = cvalue.configNames[Pic::ConfigNameType::Extra]; for (uint i=0; inbCharsWord(MemoryRangeType::Config); bool ok; TQString defName; TQMap defConfigNames; - Config::Mask ctqmask; - ctqmask.name = tqmask.attribute("name"); - if ( !Config::hasMaskName(ctqmask.name) ) qFatal(TQString("Unknown tqmask name %1").tqarg(ctqmask.name)); - ctqmask.value = fromHexLabel(tqmask.attribute("value"), nbChars, &ok); - if ( !ok || ctqmask.value==0 || ctqmask.value>data()->tqmask(MemoryRangeType::Config) ) - qFatal(TQString("Malformed tqmask value in tqmask %1").tqarg(tqmask.attribute("name"))); + Config::Mask cmask; + cmask.name = mask.attribute("name"); + if ( !Config::hasMaskName(cmask.name) ) qFatal(TQString("Unknown mask name %1").tqarg(cmask.name)); + cmask.value = fromHexLabel(mask.attribute("value"), nbChars, &ok); + if ( !ok || cmask.value==0 || cmask.value>data()->mask(MemoryRangeType::Config) ) + qFatal(TQString("Malformed mask value in mask %1").tqarg(mask.attribute("name"))); //TQStringList names; - TQDomNode child = tqmask.firstChild(); + TQDomNode child = mask.firstChild(); while ( !child.isNull() ) { TQDomElement value = child.toElement(); child = child.nextSibling(); if ( value.isNull() ) continue; - if ( value.nodeName()!="value" ) qFatal(TQString("Non value child in tqmask %1").tqarg(ctqmask.name)); + if ( value.nodeName()!="value" ) qFatal(TQString("Non value child in mask %1").tqarg(cmask.name)); if ( value.attribute("value")=="default" ) { - if ( !defName.isEmpty() ) qFatal(TQString("Default value already defined for tqmask %1").tqarg(ctqmask.name)); + if ( !defName.isEmpty() ) qFatal(TQString("Default value already defined for mask %1").tqarg(cmask.name)); defName = value.attribute("name"); - //if ( names.contains(defName) ) qFatal(TQString("Value name duplicated in tqmask %1").tqarg(ctqmask.name)); + //if ( names.contains(defName) ) qFatal(TQString("Value name duplicated in mask %1").tqarg(cmask.name)); //names.append(defName); FOR_EACH(Pic::ConfigNameType, type) defConfigNames[type] = TQStringList::split(' ', value.attribute(type.data().key)); continue; } Config::Value cvalue; cvalue.value = fromHexLabel(value.attribute("value"), nbChars, &ok); - if ( !ok || !cvalue.value.isInside(ctqmask.value) ) qFatal(TQString("Malformed value in tqmask %1").tqarg(ctqmask.name)); + if ( !ok || !cvalue.value.isInside(cmask.value) ) qFatal(TQString("Malformed value in mask %1").tqarg(cmask.name)); cvalue.name = value.attribute("name"); - //if ( names.contains(cvalue.name) ) qFatal(TQString("Value name duplicated in tqmask %1").tqarg(ctqmask.name)); + //if ( names.contains(cvalue.name) ) qFatal(TQString("Value name duplicated in mask %1").tqarg(cmask.name)); //names.append(cvalue.name); FOR_EACH(Pic::ConfigNameType, type) cvalue.configNames[type] = TQStringList::split(' ', value.attribute(type.data().key)); - processName(ctqmask, ptqmask, cvalue); - ctqmask.values.append(cvalue); + processName(cmask, pmask, cvalue); + cmask.values.append(cvalue); } // add default values if ( !defName.isEmpty() ) { uint nb = 0; BitValue::const_iterator it; - for (it=ctqmask.value.begin(); it!=ctqmask.value.end(); ++it) { - if ( hasValue(ctqmask, *it) ) continue; // already set + for (it=cmask.value.begin(); it!=cmask.value.end(); ++it) { + if ( hasValue(cmask, *it) ) continue; // already set nb++; Config::Value cvalue; cvalue.value = *it; cvalue.name = defName; cvalue.configNames = defConfigNames; - processName(ctqmask, ptqmask, cvalue); - ctqmask.values.append(cvalue); + processName(cmask, pmask, cvalue); + cmask.values.append(cvalue); } - if ( nb<=1 ) qFatal(TQString("Default value used less than twice in tqmask %1").tqarg(ctqmask.name)); + if ( nb<=1 ) qFatal(TQString("Default value used less than twice in mask %1").tqarg(cmask.name)); } - qHeapSort(ctqmask.values); - return ctqmask; + qHeapSort(cmask.values); + return cmask; } Pic::Config::Word toConfigWord(TQDomElement config) @@ -196,48 +196,48 @@ Pic::Config::Word toConfigWord(TQDomElement config) cword.name = config.attribute("name"); if ( cword.name.isNull() ) qFatal("Config word name not specified."); bool ok; - cword.wtqmask = fromHexLabel(config.attribute("wtqmask"), nbChars, &ok); - BitValue gtqmask = data()->tqmask(MemoryRangeType::Config); - if ( !ok || cword.wtqmask>gtqmask ) qFatal(TQString("Missing or malformed config wtqmask \"%1\"").tqarg(config.attribute("wtqmask"))); + cword.wmask = fromHexLabel(config.attribute("wmask"), nbChars, &ok); + BitValue gmask = data()->mask(MemoryRangeType::Config); + if ( !ok || cword.wmask>gmask ) qFatal(TQString("Missing or malformed config wmask \"%1\"").tqarg(config.attribute("wmask"))); cword.bvalue = fromHexLabel(config.attribute("bvalue"), nbChars, &ok); if ( !ok ) qFatal(TQString("Missing or malformed config bvalue \"%1\"").tqarg(config.attribute("bvalue"))); - if ( config.attribute("ptqmask").isEmpty() ) cword.ptqmask = 0; + if ( config.attribute("pmask").isEmpty() ) cword.pmask = 0; else { bool ok; - cword.ptqmask = fromHexLabel(config.attribute("ptqmask"), nbChars, &ok); - if ( !ok || cword.ptqmask>gtqmask ) qFatal("Missing or malformed config ptqmask"); + cword.pmask = fromHexLabel(config.attribute("pmask"), nbChars, &ok); + if ( !ok || cword.pmask>gmask ) qFatal("Missing or malformed config pmask"); } cword.ignoredCNames = TQStringList::split(' ', config.attribute("icnames")); for (uint i=0; i_architecture==Pic::Architecture::P30F ) cword.ctqmask = cword.wtqmask; - else cword.ctqmask = tqmask; + BitValue mask = (cword.usedMask() | cword.bvalue).clearMaskBits(cword.pmask); + if ( config.attribute("cmask").isEmpty() ) { + if ( data()->_architecture==Pic::Architecture::P30F ) cword.cmask = cword.wmask; + else cword.cmask = mask; } else { bool ok; - cword.ctqmask = fromHexLabel(config.attribute("ctqmask"), nbChars, &ok); - if ( !ok || cword.ctqmask>gtqmask ) qFatal("Missing or malformed config ctqmask"); - //if ( data()->_architecture==Pic::Architecture::P30X &&cword.ctqmask==cword.wtqmask ) qFatal(TQString("Redundant ctqmask in %1").tqarg(cword.name)); - if ( cword.ctqmask==tqmask ) qFatal(TQString("Redundant ctqmask in %1").tqarg(cword.name)); + cword.cmask = fromHexLabel(config.attribute("cmask"), nbChars, &ok); + if ( !ok || cword.cmask>gmask ) qFatal("Missing or malformed config cmask"); + //if ( data()->_architecture==Pic::Architecture::P30X &&cword.cmask==cword.wmask ) qFatal(TQString("Redundant cmask in %1").tqarg(cword.name)); + if ( cword.cmask==mask ) qFatal(TQString("Redundant cmask in %1").tqarg(cword.name)); } - if ( !cword.ptqmask.isInside(cword.usedMask()) ) qFatal("ptqmask should be inside or'ed tqmask values."); + if ( !cword.pmask.isInside(cword.usedMask()) ) qFatal("pmask should be inside or'ed mask values."); return cword; } @@ -283,8 +283,8 @@ TQString getChecksumData(TQDomElement checksum) if ( nb>0 ) cdata.protectedMaskNames += "CPB"; for (uint i=1; i_config->findMask(protection.bootSizeMaskName()); - if ( tqmask==0 ) { + const Config::Mask *mask = data()->_config->findMask(protection.bootSizeMaskName()); + if ( mask==0 ) { if ( !cdata.bbsize.isEmpty() ) qFatal("Device does not have a variable boot size (no \"bbsize\" allowed in checksum)"); } else if ( cdata.bbsize.isEmpty() ) { if ( nb==1 ) qFatal("\"bbsize\" should be define in checksum for \"protected_blocks\"==1"); @@ -319,14 +319,14 @@ TQString getChecksumData(TQDomElement checksum) if ( !s.isEmpty() ) { TQStringList list = TQStringList::split(" ", s); for (uint i=0; iconfig().findMask(list[i]); - if ( tqmask==0 ) qFatal(TQString("Not valid tqmask name for \"protected\" tag in checksum: %1").tqarg(list[i])); - if ( tqmask->values.count()==2 ) continue; - for (uint k=0; kvalues.count()); k++) { - TQString valueName = tqmask->values[k].name; + const Config::Mask *mask = data()->config().findMask(list[i]); + if ( mask==0 ) qFatal(TQString("Not valid mask name for \"protected\" tag in checksum: %1").tqarg(list[i])); + if ( mask->values.count()==2 ) continue; + for (uint k=0; kvalues.count()); k++) { + TQString valueName = mask->values[k].name; if ( valueName.isEmpty() ) continue; if ( !protection.isNoneProtectedValueName(valueName) && !protection.isAllProtectedValueName(valueName) ) - qFatal(TQString("Not switch protection from tqmask name for \"protected\" tag in checksum: %1").tqarg(list[i])); + qFatal(TQString("Not switch protection from mask name for \"protected\" tag in checksum: %1").tqarg(list[i])); } } cdata.protectedMaskNames = list; @@ -438,19 +438,19 @@ virtual void processDevice(TQDomElement device) uint nbWords = data()->nbWords(MemoryRangeType::Config); data()->_config->_words.resize(nbWords); FOR_EACH(Pic::ConfigNameType, type) { - TQMap cnames; // cname -> tqmask name + TQMap cnames; // cname -> mask name for (uint i=0; i_config->_words[i] = cwords[i]; const Config::Word &word = data()->_config->_words[i]; for (uint j=0; j_config->_words[i]; for (uint j=0; j_config->checkValueName(tqmask.name, value.name) ) - qFatal(TQString("Malformed value name \"%1\" in tqmask %2").tqarg(value.name).tqarg(tqmask.name)); + if ( !data()->_config->checkValueName(mask.name, value.name) ) + qFatal(TQString("Malformed value name \"%1\" in mask %2").tqarg(value.name).tqarg(mask.name)); } } } @@ -474,10 +474,10 @@ virtual void processDevice(TQDomElement device) for (uint i=0; i_config->_words[i]; for (uint j=0; jnbCharsWord(MemoryRangeType::Config))).tqarg(tqmask.name)); + for (it=mask.value.begin(); it!=mask.value.end(); ++it) + if ( !hasValue(mask, *it) ) qFatal(TQString("Value %1 not defined in mask %2").tqarg(toHexLabel(*it, data()->nbCharsWord(MemoryRangeType::Config))).tqarg(mask.name)); } } @@ -490,9 +490,9 @@ virtual void processDevice(TQDomElement device) const Pic::Protection &protection = data()->_config->protection(); if ( protection.family()==Protection::BasicProtection ) { TQString maskName = protection.maskName(Protection::ProgramProtected, MemoryRangeType::Code); - const Pic::Config::Mask *tqmask = data()->_config->findMask(maskName); - Q_ASSERT(tqmask); - for (uint i=0; ivalues.count()); i++) valueNames[tqmask->values[i].name] = false; + const Pic::Config::Mask *mask = data()->_config->findMask(maskName); + Q_ASSERT(mask); + for (uint i=0; ivalues.count()); i++) valueNames[mask->values[i].name] = false; } TQDomNode child = checksums.firstChild(); while ( !child.isNull() ) { @@ -614,8 +614,8 @@ void processDeviceRegisters(TQDomElement element) if ( data()->is18Family() ) { rdata.accessBankSplit = fromHexLabel(element.attribute("access_bank_split_offset"), &ok); if ( !ok || rdata.accessBankSplit==0 || rdata.accessBankSplit>=0xFF ) qFatal("Malformed access bank split offset"); - rdata.unusedBankMask = fromHexLabel(element.attribute("unused_bank_tqmask"), &ok); - if ( !ok || rdata.unusedBankMask>=maxValue(NumberBase::Hex, rdata.nbBanks) ) qFatal("Malformed access unused bank tqmask"); + rdata.unusedBankMask = fromHexLabel(element.attribute("unused_bank_mask"), &ok); + if ( !ok || rdata.unusedBankMask>=maxValue(NumberBase::Hex, rdata.nbBanks) ) qFatal("Malformed access unused bank mask"); } else { rdata.accessBankSplit = 0; rdata.unusedBankMask = 0; diff --git a/src/devices/pic/xml_data/10F200.xml b/src/devices/pic/xml_data/10F200.xml index eb3c1f1..11ce1ff 100644 --- a/src/devices/pic/xml_data/10F200.xml +++ b/src/devices/pic/xml_data/10F200.xml @@ -27,29 +27,29 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/10F202.xml b/src/devices/pic/xml_data/10F202.xml index f7c420e..25ce72a 100644 --- a/src/devices/pic/xml_data/10F202.xml +++ b/src/devices/pic/xml_data/10F202.xml @@ -27,29 +27,29 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/10F204.xml b/src/devices/pic/xml_data/10F204.xml index 40631ef..e2d2e6d 100644 --- a/src/devices/pic/xml_data/10F204.xml +++ b/src/devices/pic/xml_data/10F204.xml @@ -27,29 +27,29 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/10F206.xml b/src/devices/pic/xml_data/10F206.xml index c5030eb..4e66268 100644 --- a/src/devices/pic/xml_data/10F206.xml +++ b/src/devices/pic/xml_data/10F206.xml @@ -27,29 +27,29 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/10F220.xml b/src/devices/pic/xml_data/10F220.xml index 99e7019..694d161 100644 --- a/src/devices/pic/xml_data/10F220.xml +++ b/src/devices/pic/xml_data/10F220.xml @@ -28,33 +28,33 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/10F222.xml b/src/devices/pic/xml_data/10F222.xml index 3597849..4cba906 100644 --- a/src/devices/pic/xml_data/10F222.xml +++ b/src/devices/pic/xml_data/10F222.xml @@ -28,33 +28,33 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12C508.xml b/src/devices/pic/xml_data/12C508.xml index 2639704..cb39eae 100644 --- a/src/devices/pic/xml_data/12C508.xml +++ b/src/devices/pic/xml_data/12C508.xml @@ -30,30 +30,30 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12C508A.xml b/src/devices/pic/xml_data/12C508A.xml index a5c9497..f1ffb3f 100644 --- a/src/devices/pic/xml_data/12C508A.xml +++ b/src/devices/pic/xml_data/12C508A.xml @@ -27,30 +27,30 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12C509.xml b/src/devices/pic/xml_data/12C509.xml index 7b10e99..dbe885b 100644 --- a/src/devices/pic/xml_data/12C509.xml +++ b/src/devices/pic/xml_data/12C509.xml @@ -30,30 +30,30 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12C509A.xml b/src/devices/pic/xml_data/12C509A.xml index 0c41121..240783f 100644 --- a/src/devices/pic/xml_data/12C509A.xml +++ b/src/devices/pic/xml_data/12C509A.xml @@ -27,30 +27,30 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12C671.xml b/src/devices/pic/xml_data/12C671.xml index bcb6217..f675723 100644 --- a/src/devices/pic/xml_data/12C671.xml +++ b/src/devices/pic/xml_data/12C671.xml @@ -35,13 +35,13 @@ - - + + - - + + @@ -50,24 +50,24 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12C672.xml b/src/devices/pic/xml_data/12C672.xml index 17e100c..80511f1 100644 --- a/src/devices/pic/xml_data/12C672.xml +++ b/src/devices/pic/xml_data/12C672.xml @@ -36,13 +36,13 @@ - - + + - - + + @@ -51,25 +51,25 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12CE518.xml b/src/devices/pic/xml_data/12CE518.xml index 619dadc..e27cbb3 100644 --- a/src/devices/pic/xml_data/12CE518.xml +++ b/src/devices/pic/xml_data/12CE518.xml @@ -27,31 +27,31 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12CE519.xml b/src/devices/pic/xml_data/12CE519.xml index 483a926..210e186 100644 --- a/src/devices/pic/xml_data/12CE519.xml +++ b/src/devices/pic/xml_data/12CE519.xml @@ -27,31 +27,31 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12CE673.xml b/src/devices/pic/xml_data/12CE673.xml index 4d8ea34..3007c29 100644 --- a/src/devices/pic/xml_data/12CE673.xml +++ b/src/devices/pic/xml_data/12CE673.xml @@ -35,14 +35,14 @@ - - + + - - + + @@ -51,24 +51,24 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12CE674.xml b/src/devices/pic/xml_data/12CE674.xml index 2f9198a..7670f3f 100644 --- a/src/devices/pic/xml_data/12CE674.xml +++ b/src/devices/pic/xml_data/12CE674.xml @@ -36,14 +36,14 @@ - - + + - - + + @@ -52,25 +52,25 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12CR509A.xml b/src/devices/pic/xml_data/12CR509A.xml index 80d4d36..9a795da 100644 --- a/src/devices/pic/xml_data/12CR509A.xml +++ b/src/devices/pic/xml_data/12CR509A.xml @@ -27,30 +27,30 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F508.xml b/src/devices/pic/xml_data/12F508.xml index 4bd60df..19fd956 100644 --- a/src/devices/pic/xml_data/12F508.xml +++ b/src/devices/pic/xml_data/12F508.xml @@ -29,31 +29,31 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F509.xml b/src/devices/pic/xml_data/12F509.xml index 449e009..8f3ae12 100644 --- a/src/devices/pic/xml_data/12F509.xml +++ b/src/devices/pic/xml_data/12F509.xml @@ -29,31 +29,31 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F510.xml b/src/devices/pic/xml_data/12F510.xml index ce2ab4a..15a2d81 100644 --- a/src/devices/pic/xml_data/12F510.xml +++ b/src/devices/pic/xml_data/12F510.xml @@ -28,35 +28,35 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F519.xml b/src/devices/pic/xml_data/12F519.xml index 02dd3d1..600618c 100644 --- a/src/devices/pic/xml_data/12F519.xml +++ b/src/devices/pic/xml_data/12F519.xml @@ -31,40 +31,40 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F609.xml b/src/devices/pic/xml_data/12F609.xml index 07f4b1f..d3409ee 100644 --- a/src/devices/pic/xml_data/12F609.xml +++ b/src/devices/pic/xml_data/12F609.xml @@ -39,15 +39,15 @@ - - + + - - + + @@ -56,32 +56,32 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F615.xml b/src/devices/pic/xml_data/12F615.xml index e90d419..d59445e 100644 --- a/src/devices/pic/xml_data/12F615.xml +++ b/src/devices/pic/xml_data/12F615.xml @@ -39,15 +39,15 @@ - - + + - - + + @@ -56,32 +56,32 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F629.xml b/src/devices/pic/xml_data/12F629.xml index 9c4553a..53c0cf4 100644 --- a/src/devices/pic/xml_data/12F629.xml +++ b/src/devices/pic/xml_data/12F629.xml @@ -36,16 +36,16 @@ - - + + - - + + @@ -54,37 +54,37 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F635.xml b/src/devices/pic/xml_data/12F635.xml index 3bf332d..f06c3b6 100644 --- a/src/devices/pic/xml_data/12F635.xml +++ b/src/devices/pic/xml_data/12F635.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,45 +48,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F675.xml b/src/devices/pic/xml_data/12F675.xml index e226b4f..6e0f054 100644 --- a/src/devices/pic/xml_data/12F675.xml +++ b/src/devices/pic/xml_data/12F675.xml @@ -36,16 +36,16 @@ - - + + - - + + @@ -54,37 +54,37 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/12F683.xml b/src/devices/pic/xml_data/12F683.xml index d80b5c1..1c23260 100644 --- a/src/devices/pic/xml_data/12F683.xml +++ b/src/devices/pic/xml_data/12F683.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/14000.xml b/src/devices/pic/xml_data/14000.xml index 9ee23ed..8cf2db6 100644 --- a/src/devices/pic/xml_data/14000.xml +++ b/src/devices/pic/xml_data/14000.xml @@ -28,40 +28,40 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C432.xml b/src/devices/pic/xml_data/16C432.xml index bed76d2..e112d5c 100644 --- a/src/devices/pic/xml_data/16C432.xml +++ b/src/devices/pic/xml_data/16C432.xml @@ -29,36 +29,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C433.xml b/src/devices/pic/xml_data/16C433.xml index 6dad096..cf07aaa 100644 --- a/src/devices/pic/xml_data/16C433.xml +++ b/src/devices/pic/xml_data/16C433.xml @@ -29,13 +29,13 @@ - - + + - - + + @@ -44,26 +44,26 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C505.xml b/src/devices/pic/xml_data/16C505.xml index 6fa7f11..2cbe2c9 100644 --- a/src/devices/pic/xml_data/16C505.xml +++ b/src/devices/pic/xml_data/16C505.xml @@ -35,13 +35,13 @@ - - + + - - + + @@ -50,20 +50,20 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C52.xml b/src/devices/pic/xml_data/16C52.xml index f9c1a59..6ef7753 100644 --- a/src/devices/pic/xml_data/16C52.xml +++ b/src/devices/pic/xml_data/16C52.xml @@ -30,16 +30,16 @@ - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C54.xml b/src/devices/pic/xml_data/16C54.xml index 2620238..06455ee 100644 --- a/src/devices/pic/xml_data/16C54.xml +++ b/src/devices/pic/xml_data/16C54.xml @@ -36,25 +36,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C54A.xml b/src/devices/pic/xml_data/16C54A.xml index ae365d8..c264f10 100644 --- a/src/devices/pic/xml_data/16C54A.xml +++ b/src/devices/pic/xml_data/16C54A.xml @@ -45,26 +45,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C54B.xml b/src/devices/pic/xml_data/16C54B.xml index da0ae9a..d20ae0e 100644 --- a/src/devices/pic/xml_data/16C54B.xml +++ b/src/devices/pic/xml_data/16C54B.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C54C.xml b/src/devices/pic/xml_data/16C54C.xml index 629d54e..0d1907b 100644 --- a/src/devices/pic/xml_data/16C54C.xml +++ b/src/devices/pic/xml_data/16C54C.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C55.xml b/src/devices/pic/xml_data/16C55.xml index 30d2d4e..0d93443 100644 --- a/src/devices/pic/xml_data/16C55.xml +++ b/src/devices/pic/xml_data/16C55.xml @@ -36,25 +36,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C554.xml b/src/devices/pic/xml_data/16C554.xml index 42bb60f..1723220 100644 --- a/src/devices/pic/xml_data/16C554.xml +++ b/src/devices/pic/xml_data/16C554.xml @@ -38,30 +38,30 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C557.xml b/src/devices/pic/xml_data/16C557.xml index 0d37913..3a9ddab 100644 --- a/src/devices/pic/xml_data/16C557.xml +++ b/src/devices/pic/xml_data/16C557.xml @@ -43,32 +43,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C558.xml b/src/devices/pic/xml_data/16C558.xml index 36cd4e8..484efee 100644 --- a/src/devices/pic/xml_data/16C558.xml +++ b/src/devices/pic/xml_data/16C558.xml @@ -40,32 +40,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C55A.xml b/src/devices/pic/xml_data/16C55A.xml index 6bcc1be..27b9eac 100644 --- a/src/devices/pic/xml_data/16C55A.xml +++ b/src/devices/pic/xml_data/16C55A.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C56.xml b/src/devices/pic/xml_data/16C56.xml index cddfd3e..a8ec195 100644 --- a/src/devices/pic/xml_data/16C56.xml +++ b/src/devices/pic/xml_data/16C56.xml @@ -36,25 +36,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C56A.xml b/src/devices/pic/xml_data/16C56A.xml index 6e29f70..0543765 100644 --- a/src/devices/pic/xml_data/16C56A.xml +++ b/src/devices/pic/xml_data/16C56A.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C57.xml b/src/devices/pic/xml_data/16C57.xml index 4791ee9..4aef05a 100644 --- a/src/devices/pic/xml_data/16C57.xml +++ b/src/devices/pic/xml_data/16C57.xml @@ -36,25 +36,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C57C.xml b/src/devices/pic/xml_data/16C57C.xml index 4477c00..4d5f180 100644 --- a/src/devices/pic/xml_data/16C57C.xml +++ b/src/devices/pic/xml_data/16C57C.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C58A.xml b/src/devices/pic/xml_data/16C58A.xml index e4798ce..a12abb6 100644 --- a/src/devices/pic/xml_data/16C58A.xml +++ b/src/devices/pic/xml_data/16C58A.xml @@ -45,25 +45,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C58B.xml b/src/devices/pic/xml_data/16C58B.xml index 48e910e..04f56ce 100644 --- a/src/devices/pic/xml_data/16C58B.xml +++ b/src/devices/pic/xml_data/16C58B.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C61.xml b/src/devices/pic/xml_data/16C61.xml index 6812ee7..0b62c88 100644 --- a/src/devices/pic/xml_data/16C61.xml +++ b/src/devices/pic/xml_data/16C61.xml @@ -34,29 +34,29 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C62.xml b/src/devices/pic/xml_data/16C62.xml index e1a3764..8eebe47 100644 --- a/src/devices/pic/xml_data/16C62.xml +++ b/src/devices/pic/xml_data/16C62.xml @@ -33,31 +33,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C620.xml b/src/devices/pic/xml_data/16C620.xml index 522beaa..8a676af 100644 --- a/src/devices/pic/xml_data/16C620.xml +++ b/src/devices/pic/xml_data/16C620.xml @@ -35,34 +35,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C620A.xml b/src/devices/pic/xml_data/16C620A.xml index a36b1c6..9770da4 100644 --- a/src/devices/pic/xml_data/16C620A.xml +++ b/src/devices/pic/xml_data/16C620A.xml @@ -39,34 +39,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C621.xml b/src/devices/pic/xml_data/16C621.xml index 745ba82..401ee06 100644 --- a/src/devices/pic/xml_data/16C621.xml +++ b/src/devices/pic/xml_data/16C621.xml @@ -36,35 +36,35 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C621A.xml b/src/devices/pic/xml_data/16C621A.xml index 3e48bd4..97e136e 100644 --- a/src/devices/pic/xml_data/16C621A.xml +++ b/src/devices/pic/xml_data/16C621A.xml @@ -40,35 +40,35 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C622.xml b/src/devices/pic/xml_data/16C622.xml index 9617071..f1675bc 100644 --- a/src/devices/pic/xml_data/16C622.xml +++ b/src/devices/pic/xml_data/16C622.xml @@ -37,36 +37,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C622A.xml b/src/devices/pic/xml_data/16C622A.xml index 26b691e..04e0d9b 100644 --- a/src/devices/pic/xml_data/16C622A.xml +++ b/src/devices/pic/xml_data/16C622A.xml @@ -41,36 +41,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C62A.xml b/src/devices/pic/xml_data/16C62A.xml index 00c16ea..71bf13f 100644 --- a/src/devices/pic/xml_data/16C62A.xml +++ b/src/devices/pic/xml_data/16C62A.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C62B.xml b/src/devices/pic/xml_data/16C62B.xml index 749c9c8..6550cbb 100644 --- a/src/devices/pic/xml_data/16C62B.xml +++ b/src/devices/pic/xml_data/16C62B.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C63.xml b/src/devices/pic/xml_data/16C63.xml index 16432ee..7d21001 100644 --- a/src/devices/pic/xml_data/16C63.xml +++ b/src/devices/pic/xml_data/16C63.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C63A.xml b/src/devices/pic/xml_data/16C63A.xml index 6499148..2a3eac3 100644 --- a/src/devices/pic/xml_data/16C63A.xml +++ b/src/devices/pic/xml_data/16C63A.xml @@ -34,36 +34,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C64.xml b/src/devices/pic/xml_data/16C64.xml index fa3998d..2bd6f77 100644 --- a/src/devices/pic/xml_data/16C64.xml +++ b/src/devices/pic/xml_data/16C64.xml @@ -33,31 +33,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C641.xml b/src/devices/pic/xml_data/16C641.xml index 74e5fd5..2a819ff 100644 --- a/src/devices/pic/xml_data/16C641.xml +++ b/src/devices/pic/xml_data/16C641.xml @@ -28,40 +28,40 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C642.xml b/src/devices/pic/xml_data/16C642.xml index e9bc07a..c5847a9 100644 --- a/src/devices/pic/xml_data/16C642.xml +++ b/src/devices/pic/xml_data/16C642.xml @@ -33,40 +33,40 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C64A.xml b/src/devices/pic/xml_data/16C64A.xml index 274da63..c5331e6 100644 --- a/src/devices/pic/xml_data/16C64A.xml +++ b/src/devices/pic/xml_data/16C64A.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C65.xml b/src/devices/pic/xml_data/16C65.xml index 13ff265..1d5de06 100644 --- a/src/devices/pic/xml_data/16C65.xml +++ b/src/devices/pic/xml_data/16C65.xml @@ -33,31 +33,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C65A.xml b/src/devices/pic/xml_data/16C65A.xml index 32d4280..4220f2d 100644 --- a/src/devices/pic/xml_data/16C65A.xml +++ b/src/devices/pic/xml_data/16C65A.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C65B.xml b/src/devices/pic/xml_data/16C65B.xml index 6463d62..c5eae8a 100644 --- a/src/devices/pic/xml_data/16C65B.xml +++ b/src/devices/pic/xml_data/16C65B.xml @@ -34,36 +34,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C66.xml b/src/devices/pic/xml_data/16C66.xml index 08f25d5..bfa3307 100644 --- a/src/devices/pic/xml_data/16C66.xml +++ b/src/devices/pic/xml_data/16C66.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C661.xml b/src/devices/pic/xml_data/16C661.xml index 36f2bd0..612f636 100644 --- a/src/devices/pic/xml_data/16C661.xml +++ b/src/devices/pic/xml_data/16C661.xml @@ -28,40 +28,40 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C662.xml b/src/devices/pic/xml_data/16C662.xml index ffd6fdc..a09c5c5 100644 --- a/src/devices/pic/xml_data/16C662.xml +++ b/src/devices/pic/xml_data/16C662.xml @@ -33,40 +33,40 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C67.xml b/src/devices/pic/xml_data/16C67.xml index 26cbb43..43c1aa1 100644 --- a/src/devices/pic/xml_data/16C67.xml +++ b/src/devices/pic/xml_data/16C67.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C71.xml b/src/devices/pic/xml_data/16C71.xml index e453bfa..d23acc3 100644 --- a/src/devices/pic/xml_data/16C71.xml +++ b/src/devices/pic/xml_data/16C71.xml @@ -31,29 +31,29 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C710.xml b/src/devices/pic/xml_data/16C710.xml index 62b36a3..d6a90c2 100644 --- a/src/devices/pic/xml_data/16C710.xml +++ b/src/devices/pic/xml_data/16C710.xml @@ -34,34 +34,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C711.xml b/src/devices/pic/xml_data/16C711.xml index b57c9f5..29518e3 100644 --- a/src/devices/pic/xml_data/16C711.xml +++ b/src/devices/pic/xml_data/16C711.xml @@ -34,34 +34,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C712.xml b/src/devices/pic/xml_data/16C712.xml index 400aa43..6979deb 100644 --- a/src/devices/pic/xml_data/16C712.xml +++ b/src/devices/pic/xml_data/16C712.xml @@ -29,35 +29,35 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C715.xml b/src/devices/pic/xml_data/16C715.xml index 8df94d0..501018f 100644 --- a/src/devices/pic/xml_data/16C715.xml +++ b/src/devices/pic/xml_data/16C715.xml @@ -33,40 +33,40 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C716.xml b/src/devices/pic/xml_data/16C716.xml index 6885b77..f34e760 100644 --- a/src/devices/pic/xml_data/16C716.xml +++ b/src/devices/pic/xml_data/16C716.xml @@ -32,36 +32,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C717.xml b/src/devices/pic/xml_data/16C717.xml index 9045ec7..19c6f6a 100644 --- a/src/devices/pic/xml_data/16C717.xml +++ b/src/devices/pic/xml_data/16C717.xml @@ -36,13 +36,13 @@ - + - - + + @@ -51,34 +51,34 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C72.xml b/src/devices/pic/xml_data/16C72.xml index ac7d9b7..e6b88a2 100644 --- a/src/devices/pic/xml_data/16C72.xml +++ b/src/devices/pic/xml_data/16C72.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C72A.xml b/src/devices/pic/xml_data/16C72A.xml index 7eb3705..cabb079 100644 --- a/src/devices/pic/xml_data/16C72A.xml +++ b/src/devices/pic/xml_data/16C72A.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C73.xml b/src/devices/pic/xml_data/16C73.xml index 37f92de..78b69fa 100644 --- a/src/devices/pic/xml_data/16C73.xml +++ b/src/devices/pic/xml_data/16C73.xml @@ -33,31 +33,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C73A.xml b/src/devices/pic/xml_data/16C73A.xml index ee67734..df9a672 100644 --- a/src/devices/pic/xml_data/16C73A.xml +++ b/src/devices/pic/xml_data/16C73A.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C73B.xml b/src/devices/pic/xml_data/16C73B.xml index 35694d2..b2418f1 100644 --- a/src/devices/pic/xml_data/16C73B.xml +++ b/src/devices/pic/xml_data/16C73B.xml @@ -34,36 +34,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C74.xml b/src/devices/pic/xml_data/16C74.xml index 9f5747e..091501d 100644 --- a/src/devices/pic/xml_data/16C74.xml +++ b/src/devices/pic/xml_data/16C74.xml @@ -33,31 +33,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C745.xml b/src/devices/pic/xml_data/16C745.xml index daf0552..1a4ab42 100644 --- a/src/devices/pic/xml_data/16C745.xml +++ b/src/devices/pic/xml_data/16C745.xml @@ -29,32 +29,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C74A.xml b/src/devices/pic/xml_data/16C74A.xml index d859fc2..0d784c9 100644 --- a/src/devices/pic/xml_data/16C74A.xml +++ b/src/devices/pic/xml_data/16C74A.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C74B.xml b/src/devices/pic/xml_data/16C74B.xml index 325fda9..ce7274f 100644 --- a/src/devices/pic/xml_data/16C74B.xml +++ b/src/devices/pic/xml_data/16C74B.xml @@ -34,36 +34,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C76.xml b/src/devices/pic/xml_data/16C76.xml index 7c6ed42..c5819a2 100644 --- a/src/devices/pic/xml_data/16C76.xml +++ b/src/devices/pic/xml_data/16C76.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C765.xml b/src/devices/pic/xml_data/16C765.xml index 360985e..c441e17 100644 --- a/src/devices/pic/xml_data/16C765.xml +++ b/src/devices/pic/xml_data/16C765.xml @@ -29,32 +29,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C77.xml b/src/devices/pic/xml_data/16C77.xml index 60d0a72..f863d24 100644 --- a/src/devices/pic/xml_data/16C77.xml +++ b/src/devices/pic/xml_data/16C77.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C770.xml b/src/devices/pic/xml_data/16C770.xml index cb00a24..de1d9e9 100644 --- a/src/devices/pic/xml_data/16C770.xml +++ b/src/devices/pic/xml_data/16C770.xml @@ -36,13 +36,13 @@ - + - - + + @@ -51,34 +51,34 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C771.xml b/src/devices/pic/xml_data/16C771.xml index 6f59244..4bf7fcd 100644 --- a/src/devices/pic/xml_data/16C771.xml +++ b/src/devices/pic/xml_data/16C771.xml @@ -36,13 +36,13 @@ - + - - + + @@ -51,34 +51,34 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C773.xml b/src/devices/pic/xml_data/16C773.xml index d5d4e06..1b74ed5 100644 --- a/src/devices/pic/xml_data/16C773.xml +++ b/src/devices/pic/xml_data/16C773.xml @@ -33,42 +33,42 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C774.xml b/src/devices/pic/xml_data/16C774.xml index 7915805..1d577ee 100644 --- a/src/devices/pic/xml_data/16C774.xml +++ b/src/devices/pic/xml_data/16C774.xml @@ -33,42 +33,42 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C781.xml b/src/devices/pic/xml_data/16C781.xml index 7533b24..2861a67 100644 --- a/src/devices/pic/xml_data/16C781.xml +++ b/src/devices/pic/xml_data/16C781.xml @@ -32,13 +32,13 @@ - + - - + + @@ -47,34 +47,34 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C782.xml b/src/devices/pic/xml_data/16C782.xml index 2b863ed..6192a30 100644 --- a/src/devices/pic/xml_data/16C782.xml +++ b/src/devices/pic/xml_data/16C782.xml @@ -32,13 +32,13 @@ - + - - + + @@ -47,34 +47,34 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C84.xml b/src/devices/pic/xml_data/16C84.xml index 708ba95..595bcd9 100644 --- a/src/devices/pic/xml_data/16C84.xml +++ b/src/devices/pic/xml_data/16C84.xml @@ -25,30 +25,30 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C923.xml b/src/devices/pic/xml_data/16C923.xml index 3e438d2..a670a59 100644 --- a/src/devices/pic/xml_data/16C923.xml +++ b/src/devices/pic/xml_data/16C923.xml @@ -33,32 +33,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C924.xml b/src/devices/pic/xml_data/16C924.xml index a9096d1..614ff48 100644 --- a/src/devices/pic/xml_data/16C924.xml +++ b/src/devices/pic/xml_data/16C924.xml @@ -33,32 +33,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C925.xml b/src/devices/pic/xml_data/16C925.xml index c7a494f..b9c703d 100644 --- a/src/devices/pic/xml_data/16C925.xml +++ b/src/devices/pic/xml_data/16C925.xml @@ -25,36 +25,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16C926.xml b/src/devices/pic/xml_data/16C926.xml index 8a71ca5..4120d43 100644 --- a/src/devices/pic/xml_data/16C926.xml +++ b/src/devices/pic/xml_data/16C926.xml @@ -25,36 +25,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CE623.xml b/src/devices/pic/xml_data/16CE623.xml index 00dbeee..18e6848 100644 --- a/src/devices/pic/xml_data/16CE623.xml +++ b/src/devices/pic/xml_data/16CE623.xml @@ -35,35 +35,35 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CE624.xml b/src/devices/pic/xml_data/16CE624.xml index f480f85..4f205a7 100644 --- a/src/devices/pic/xml_data/16CE624.xml +++ b/src/devices/pic/xml_data/16CE624.xml @@ -36,36 +36,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CE625.xml b/src/devices/pic/xml_data/16CE625.xml index 9d156e9..d7aa576 100644 --- a/src/devices/pic/xml_data/16CE625.xml +++ b/src/devices/pic/xml_data/16CE625.xml @@ -37,36 +37,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR54.xml_broken b/src/devices/pic/xml_data/16CR54.xml_broken index e78487e..cef44cb 100644 --- a/src/devices/pic/xml_data/16CR54.xml_broken +++ b/src/devices/pic/xml_data/16CR54.xml_broken @@ -18,25 +18,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR54A.xml b/src/devices/pic/xml_data/16CR54A.xml index cbe7ef1..c3a5d2a 100644 --- a/src/devices/pic/xml_data/16CR54A.xml +++ b/src/devices/pic/xml_data/16CR54A.xml @@ -37,26 +37,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR54B.xml b/src/devices/pic/xml_data/16CR54B.xml index d561ca9..43456d8 100644 --- a/src/devices/pic/xml_data/16CR54B.xml +++ b/src/devices/pic/xml_data/16CR54B.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR54C.xml b/src/devices/pic/xml_data/16CR54C.xml index c5d9876..3667ce3 100644 --- a/src/devices/pic/xml_data/16CR54C.xml +++ b/src/devices/pic/xml_data/16CR54C.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR56A.xml b/src/devices/pic/xml_data/16CR56A.xml index 92ed41d..0b28931 100644 --- a/src/devices/pic/xml_data/16CR56A.xml +++ b/src/devices/pic/xml_data/16CR56A.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR57B.xml b/src/devices/pic/xml_data/16CR57B.xml index d4f218a..caba4c3 100644 --- a/src/devices/pic/xml_data/16CR57B.xml +++ b/src/devices/pic/xml_data/16CR57B.xml @@ -37,26 +37,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR57C.xml b/src/devices/pic/xml_data/16CR57C.xml index 1bee66c..379f1bc 100644 --- a/src/devices/pic/xml_data/16CR57C.xml +++ b/src/devices/pic/xml_data/16CR57C.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR58A.xml b/src/devices/pic/xml_data/16CR58A.xml index 8834988..3841400 100644 --- a/src/devices/pic/xml_data/16CR58A.xml +++ b/src/devices/pic/xml_data/16CR58A.xml @@ -37,26 +37,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR58B.xml b/src/devices/pic/xml_data/16CR58B.xml index 17b9c83..b450e31 100644 --- a/src/devices/pic/xml_data/16CR58B.xml +++ b/src/devices/pic/xml_data/16CR58B.xml @@ -40,26 +40,26 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR62.xml b/src/devices/pic/xml_data/16CR62.xml index 5e18732..0b27a3c 100644 --- a/src/devices/pic/xml_data/16CR62.xml +++ b/src/devices/pic/xml_data/16CR62.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR620A.xml b/src/devices/pic/xml_data/16CR620A.xml index 891e699..a2e6db3 100644 --- a/src/devices/pic/xml_data/16CR620A.xml +++ b/src/devices/pic/xml_data/16CR620A.xml @@ -35,34 +35,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR63.xml b/src/devices/pic/xml_data/16CR63.xml index 0279f84..08d6f3f 100644 --- a/src/devices/pic/xml_data/16CR63.xml +++ b/src/devices/pic/xml_data/16CR63.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR64.xml b/src/devices/pic/xml_data/16CR64.xml index 4ade4a5..e155a97 100644 --- a/src/devices/pic/xml_data/16CR64.xml +++ b/src/devices/pic/xml_data/16CR64.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR65.xml b/src/devices/pic/xml_data/16CR65.xml index b83c4e2..df4d3f4 100644 --- a/src/devices/pic/xml_data/16CR65.xml +++ b/src/devices/pic/xml_data/16CR65.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR72.xml b/src/devices/pic/xml_data/16CR72.xml index 18ba26f..efaa9f8 100644 --- a/src/devices/pic/xml_data/16CR72.xml +++ b/src/devices/pic/xml_data/16CR72.xml @@ -33,36 +33,36 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR73.xml b/src/devices/pic/xml_data/16CR73.xml index c368a1b..6513255 100644 --- a/src/devices/pic/xml_data/16CR73.xml +++ b/src/devices/pic/xml_data/16CR73.xml @@ -31,34 +31,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR74.xml b/src/devices/pic/xml_data/16CR74.xml index c724d90..6fec92e 100644 --- a/src/devices/pic/xml_data/16CR74.xml +++ b/src/devices/pic/xml_data/16CR74.xml @@ -31,34 +31,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR76.xml b/src/devices/pic/xml_data/16CR76.xml index 00576fb..dd9916a 100644 --- a/src/devices/pic/xml_data/16CR76.xml +++ b/src/devices/pic/xml_data/16CR76.xml @@ -31,34 +31,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR77.xml b/src/devices/pic/xml_data/16CR77.xml index 04c6f68..661ebf0 100644 --- a/src/devices/pic/xml_data/16CR77.xml +++ b/src/devices/pic/xml_data/16CR77.xml @@ -31,34 +31,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR83.xml b/src/devices/pic/xml_data/16CR83.xml index 24f9ed0..01c4166 100644 --- a/src/devices/pic/xml_data/16CR83.xml +++ b/src/devices/pic/xml_data/16CR83.xml @@ -31,35 +31,35 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16CR84.xml b/src/devices/pic/xml_data/16CR84.xml index a22db42..5d93205 100644 --- a/src/devices/pic/xml_data/16CR84.xml +++ b/src/devices/pic/xml_data/16CR84.xml @@ -31,35 +31,35 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F505.xml b/src/devices/pic/xml_data/16F505.xml index 250adf4..bbc2607 100644 --- a/src/devices/pic/xml_data/16F505.xml +++ b/src/devices/pic/xml_data/16F505.xml @@ -29,14 +29,14 @@ - - + + - - + + @@ -45,19 +45,19 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F506.xml b/src/devices/pic/xml_data/16F506.xml index a472914..4fa7a47 100644 --- a/src/devices/pic/xml_data/16F506.xml +++ b/src/devices/pic/xml_data/16F506.xml @@ -30,14 +30,14 @@ - - + + - - + + @@ -46,23 +46,23 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F54.xml b/src/devices/pic/xml_data/16F54.xml index c5abd78..4b55624 100644 --- a/src/devices/pic/xml_data/16F54.xml +++ b/src/devices/pic/xml_data/16F54.xml @@ -29,25 +29,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F57.xml b/src/devices/pic/xml_data/16F57.xml index 26afb61..e84e053 100644 --- a/src/devices/pic/xml_data/16F57.xml +++ b/src/devices/pic/xml_data/16F57.xml @@ -29,25 +29,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F59.xml b/src/devices/pic/xml_data/16F59.xml index 4ecfae8..b29659a 100644 --- a/src/devices/pic/xml_data/16F59.xml +++ b/src/devices/pic/xml_data/16F59.xml @@ -29,25 +29,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F610.xml b/src/devices/pic/xml_data/16F610.xml index acf84ca..46795b1 100644 --- a/src/devices/pic/xml_data/16F610.xml +++ b/src/devices/pic/xml_data/16F610.xml @@ -38,15 +38,15 @@ - - + + - - + + @@ -55,32 +55,32 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F616.xml b/src/devices/pic/xml_data/16F616.xml index 890aac4..9f8ca55 100644 --- a/src/devices/pic/xml_data/16F616.xml +++ b/src/devices/pic/xml_data/16F616.xml @@ -39,15 +39,15 @@ - - + + - - + + @@ -56,32 +56,32 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F627.xml b/src/devices/pic/xml_data/16F627.xml index 2656e1a..7ce03a5 100644 --- a/src/devices/pic/xml_data/16F627.xml +++ b/src/devices/pic/xml_data/16F627.xml @@ -46,22 +46,22 @@ - + - - + + - - + + - - + + @@ -70,29 +70,29 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F627A.xml b/src/devices/pic/xml_data/16F627A.xml index 3992f2a..de43d7a 100644 --- a/src/devices/pic/xml_data/16F627A.xml +++ b/src/devices/pic/xml_data/16F627A.xml @@ -37,23 +37,23 @@ - + - - + + - - + + - - + + @@ -62,27 +62,27 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F628.xml b/src/devices/pic/xml_data/16F628.xml index 1261707..fed16fa 100644 --- a/src/devices/pic/xml_data/16F628.xml +++ b/src/devices/pic/xml_data/16F628.xml @@ -47,22 +47,22 @@ - + - - + + - - + + - - + + @@ -71,30 +71,30 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F628A.xml b/src/devices/pic/xml_data/16F628A.xml index 8a194f9..8c5a4cc 100644 --- a/src/devices/pic/xml_data/16F628A.xml +++ b/src/devices/pic/xml_data/16F628A.xml @@ -37,23 +37,23 @@ - + - - + + - - + + - - + + @@ -62,27 +62,27 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F630.xml b/src/devices/pic/xml_data/16F630.xml index 2096457..a82ffdb 100644 --- a/src/devices/pic/xml_data/16F630.xml +++ b/src/devices/pic/xml_data/16F630.xml @@ -36,16 +36,16 @@ - - + + - - + + @@ -54,37 +54,37 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F631.xml b/src/devices/pic/xml_data/16F631.xml index 9a0bb10..e6a5274 100644 --- a/src/devices/pic/xml_data/16F631.xml +++ b/src/devices/pic/xml_data/16F631.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F636.xml b/src/devices/pic/xml_data/16F636.xml index d996191..e47314e 100644 --- a/src/devices/pic/xml_data/16F636.xml +++ b/src/devices/pic/xml_data/16F636.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,45 +48,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F639.xml b/src/devices/pic/xml_data/16F639.xml index 6cb669e..7affb7b 100644 --- a/src/devices/pic/xml_data/16F639.xml +++ b/src/devices/pic/xml_data/16F639.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,45 +48,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F648A.xml b/src/devices/pic/xml_data/16F648A.xml index 6ece38e..17b4f83 100644 --- a/src/devices/pic/xml_data/16F648A.xml +++ b/src/devices/pic/xml_data/16F648A.xml @@ -37,23 +37,23 @@ - + - - + + - - + + - - + + @@ -62,27 +62,27 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F676.xml b/src/devices/pic/xml_data/16F676.xml index 6dc78bc..b608d48 100644 --- a/src/devices/pic/xml_data/16F676.xml +++ b/src/devices/pic/xml_data/16F676.xml @@ -36,16 +36,16 @@ - - + + - - + + @@ -54,37 +54,37 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F677.xml b/src/devices/pic/xml_data/16F677.xml index f819715..d27b2eb 100644 --- a/src/devices/pic/xml_data/16F677.xml +++ b/src/devices/pic/xml_data/16F677.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F684.xml b/src/devices/pic/xml_data/16F684.xml index c620fc1..f330925 100644 --- a/src/devices/pic/xml_data/16F684.xml +++ b/src/devices/pic/xml_data/16F684.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F685.xml b/src/devices/pic/xml_data/16F685.xml index a0c5713..aa35aa3 100644 --- a/src/devices/pic/xml_data/16F685.xml +++ b/src/devices/pic/xml_data/16F685.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F687.xml b/src/devices/pic/xml_data/16F687.xml index 093f879..2e58780 100644 --- a/src/devices/pic/xml_data/16F687.xml +++ b/src/devices/pic/xml_data/16F687.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F688.xml b/src/devices/pic/xml_data/16F688.xml index bde2461..2692159 100644 --- a/src/devices/pic/xml_data/16F688.xml +++ b/src/devices/pic/xml_data/16F688.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F689.xml b/src/devices/pic/xml_data/16F689.xml index af0651f..f22fdcd 100644 --- a/src/devices/pic/xml_data/16F689.xml +++ b/src/devices/pic/xml_data/16F689.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F690.xml b/src/devices/pic/xml_data/16F690.xml index f606062..7a51bac 100644 --- a/src/devices/pic/xml_data/16F690.xml +++ b/src/devices/pic/xml_data/16F690.xml @@ -30,16 +30,16 @@ - - + + - - + + @@ -48,41 +48,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F716.xml b/src/devices/pic/xml_data/16F716.xml index d0cc586..8ebaa00 100644 --- a/src/devices/pic/xml_data/16F716.xml +++ b/src/devices/pic/xml_data/16F716.xml @@ -36,39 +36,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F72.xml b/src/devices/pic/xml_data/16F72.xml index a8c789d..d49b2cd 100644 --- a/src/devices/pic/xml_data/16F72.xml +++ b/src/devices/pic/xml_data/16F72.xml @@ -34,34 +34,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F73.xml b/src/devices/pic/xml_data/16F73.xml index 8659896..157cb74 100644 --- a/src/devices/pic/xml_data/16F73.xml +++ b/src/devices/pic/xml_data/16F73.xml @@ -25,34 +25,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F737.xml b/src/devices/pic/xml_data/16F737.xml index c17c0f8..0184aa9 100644 --- a/src/devices/pic/xml_data/16F737.xml +++ b/src/devices/pic/xml_data/16F737.xml @@ -34,22 +34,22 @@ - + - - + + - - + + - - + + @@ -58,48 +58,48 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F74.xml b/src/devices/pic/xml_data/16F74.xml index 7bfc1b3..fc2b312 100644 --- a/src/devices/pic/xml_data/16F74.xml +++ b/src/devices/pic/xml_data/16F74.xml @@ -25,34 +25,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F747.xml b/src/devices/pic/xml_data/16F747.xml index 1200a6c..ec03640 100644 --- a/src/devices/pic/xml_data/16F747.xml +++ b/src/devices/pic/xml_data/16F747.xml @@ -34,22 +34,22 @@ - + - - + + - - + + - - + + @@ -58,48 +58,48 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F76.xml b/src/devices/pic/xml_data/16F76.xml index 8fde14a..3b6fcf3 100644 --- a/src/devices/pic/xml_data/16F76.xml +++ b/src/devices/pic/xml_data/16F76.xml @@ -25,34 +25,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F767.xml b/src/devices/pic/xml_data/16F767.xml index 0dc2c9f..77ed134 100644 --- a/src/devices/pic/xml_data/16F767.xml +++ b/src/devices/pic/xml_data/16F767.xml @@ -34,22 +34,22 @@ - + - - + + - - + + - - + + @@ -58,48 +58,48 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F77.xml b/src/devices/pic/xml_data/16F77.xml index b17a20a..e02e2cb 100644 --- a/src/devices/pic/xml_data/16F77.xml +++ b/src/devices/pic/xml_data/16F77.xml @@ -25,34 +25,34 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F777.xml b/src/devices/pic/xml_data/16F777.xml index 54f6eb3..71899b2 100644 --- a/src/devices/pic/xml_data/16F777.xml +++ b/src/devices/pic/xml_data/16F777.xml @@ -34,22 +34,22 @@ - + - - + + - - + + - - + + @@ -58,48 +58,48 @@ - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F785.xml b/src/devices/pic/xml_data/16F785.xml index 29fd083..80c9091 100644 --- a/src/devices/pic/xml_data/16F785.xml +++ b/src/devices/pic/xml_data/16F785.xml @@ -38,16 +38,16 @@ - - + + - - + + @@ -56,41 +56,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F818.xml b/src/devices/pic/xml_data/16F818.xml index 86d9f5b..0ff73b5 100644 --- a/src/devices/pic/xml_data/16F818.xml +++ b/src/devices/pic/xml_data/16F818.xml @@ -35,23 +35,23 @@ - + - - + + - - + + - - + + @@ -60,41 +60,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F819.xml b/src/devices/pic/xml_data/16F819.xml index 76d1de1..e7ee0a6 100644 --- a/src/devices/pic/xml_data/16F819.xml +++ b/src/devices/pic/xml_data/16F819.xml @@ -35,23 +35,23 @@ - + - - + + - - + + - - + + @@ -60,41 +60,41 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F83.xml b/src/devices/pic/xml_data/16F83.xml index ff9af73..25b80a3 100644 --- a/src/devices/pic/xml_data/16F83.xml +++ b/src/devices/pic/xml_data/16F83.xml @@ -31,31 +31,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F84.xml b/src/devices/pic/xml_data/16F84.xml index 88cd1ae..62c1f8d 100644 --- a/src/devices/pic/xml_data/16F84.xml +++ b/src/devices/pic/xml_data/16F84.xml @@ -31,31 +31,31 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F84A.xml b/src/devices/pic/xml_data/16F84A.xml index a179de1..ffffba1 100644 --- a/src/devices/pic/xml_data/16F84A.xml +++ b/src/devices/pic/xml_data/16F84A.xml @@ -32,32 +32,32 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F87.xml b/src/devices/pic/xml_data/16F87.xml index 987ef0c..835b481 100644 --- a/src/devices/pic/xml_data/16F87.xml +++ b/src/devices/pic/xml_data/16F87.xml @@ -34,23 +34,23 @@ - + - - + + - - + + - - + + @@ -59,52 +59,52 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F870.xml b/src/devices/pic/xml_data/16F870.xml index 005a948..ec66b54 100644 --- a/src/devices/pic/xml_data/16F870.xml +++ b/src/devices/pic/xml_data/16F870.xml @@ -36,53 +36,53 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F871.xml b/src/devices/pic/xml_data/16F871.xml index ddfd932..8b918ca 100644 --- a/src/devices/pic/xml_data/16F871.xml +++ b/src/devices/pic/xml_data/16F871.xml @@ -36,53 +36,53 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F872.xml b/src/devices/pic/xml_data/16F872.xml index da5fe20..7702922 100644 --- a/src/devices/pic/xml_data/16F872.xml +++ b/src/devices/pic/xml_data/16F872.xml @@ -36,53 +36,53 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F873.xml b/src/devices/pic/xml_data/16F873.xml index b010152..4bbb1cb 100644 --- a/src/devices/pic/xml_data/16F873.xml +++ b/src/devices/pic/xml_data/16F873.xml @@ -41,55 +41,55 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F873A.xml b/src/devices/pic/xml_data/16F873A.xml index e9dd61a..ee26828 100644 --- a/src/devices/pic/xml_data/16F873A.xml +++ b/src/devices/pic/xml_data/16F873A.xml @@ -35,54 +35,54 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F874.xml b/src/devices/pic/xml_data/16F874.xml index 7135150..fe20128 100644 --- a/src/devices/pic/xml_data/16F874.xml +++ b/src/devices/pic/xml_data/16F874.xml @@ -41,55 +41,55 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F874A.xml b/src/devices/pic/xml_data/16F874A.xml index c827c6e..c89b407 100644 --- a/src/devices/pic/xml_data/16F874A.xml +++ b/src/devices/pic/xml_data/16F874A.xml @@ -35,54 +35,54 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F876.xml b/src/devices/pic/xml_data/16F876.xml index cf59664..19264e8 100644 --- a/src/devices/pic/xml_data/16F876.xml +++ b/src/devices/pic/xml_data/16F876.xml @@ -41,55 +41,55 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F876A.xml b/src/devices/pic/xml_data/16F876A.xml index 11b3214..f1c23ce 100644 --- a/src/devices/pic/xml_data/16F876A.xml +++ b/src/devices/pic/xml_data/16F876A.xml @@ -35,54 +35,54 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F877.xml b/src/devices/pic/xml_data/16F877.xml index d9e65fc..f83da05 100644 --- a/src/devices/pic/xml_data/16F877.xml +++ b/src/devices/pic/xml_data/16F877.xml @@ -41,55 +41,55 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F877A.xml b/src/devices/pic/xml_data/16F877A.xml index b47b113..3a16d77 100644 --- a/src/devices/pic/xml_data/16F877A.xml +++ b/src/devices/pic/xml_data/16F877A.xml @@ -35,54 +35,54 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F88.xml b/src/devices/pic/xml_data/16F88.xml index 09fd755..b2325c3 100644 --- a/src/devices/pic/xml_data/16F88.xml +++ b/src/devices/pic/xml_data/16F88.xml @@ -32,23 +32,23 @@ - + - - + + - - + + - - + + @@ -57,52 +57,52 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F882.xml b/src/devices/pic/xml_data/16F882.xml index 79cec09..db2c723 100644 --- a/src/devices/pic/xml_data/16F882.xml +++ b/src/devices/pic/xml_data/16F882.xml @@ -33,16 +33,16 @@ - - + + - - + + @@ -51,62 +51,62 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F883.xml b/src/devices/pic/xml_data/16F883.xml index 1ec6702..1140b72 100644 --- a/src/devices/pic/xml_data/16F883.xml +++ b/src/devices/pic/xml_data/16F883.xml @@ -33,16 +33,16 @@ - - + + - - + + @@ -51,62 +51,62 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F884.xml b/src/devices/pic/xml_data/16F884.xml index 538d214..fbe9423 100644 --- a/src/devices/pic/xml_data/16F884.xml +++ b/src/devices/pic/xml_data/16F884.xml @@ -33,16 +33,16 @@ - - + + - - + + @@ -51,62 +51,62 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F886.xml b/src/devices/pic/xml_data/16F886.xml index fe07fe7..3205cd7 100644 --- a/src/devices/pic/xml_data/16F886.xml +++ b/src/devices/pic/xml_data/16F886.xml @@ -33,16 +33,16 @@ - - + + - - + + @@ -51,62 +51,62 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F887.xml b/src/devices/pic/xml_data/16F887.xml index bbfdf91..78be11e 100644 --- a/src/devices/pic/xml_data/16F887.xml +++ b/src/devices/pic/xml_data/16F887.xml @@ -33,16 +33,16 @@ - - + + - - + + @@ -51,62 +51,62 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F913.xml b/src/devices/pic/xml_data/16F913.xml index c793c72..c904d5d 100644 --- a/src/devices/pic/xml_data/16F913.xml +++ b/src/devices/pic/xml_data/16F913.xml @@ -31,16 +31,16 @@ - - + + - - + + @@ -49,45 +49,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F914.xml b/src/devices/pic/xml_data/16F914.xml index 1bdd6ad..d74a0d5 100644 --- a/src/devices/pic/xml_data/16F914.xml +++ b/src/devices/pic/xml_data/16F914.xml @@ -31,16 +31,16 @@ - - + + - - + + @@ -49,45 +49,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F916.xml b/src/devices/pic/xml_data/16F916.xml index f2a139a..b066f93 100644 --- a/src/devices/pic/xml_data/16F916.xml +++ b/src/devices/pic/xml_data/16F916.xml @@ -31,16 +31,16 @@ - - + + - - + + @@ -49,45 +49,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F917.xml b/src/devices/pic/xml_data/16F917.xml index b2fb425..9e17dcc 100644 --- a/src/devices/pic/xml_data/16F917.xml +++ b/src/devices/pic/xml_data/16F917.xml @@ -31,16 +31,16 @@ - - + + - - + + @@ -49,45 +49,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16F946.xml b/src/devices/pic/xml_data/16F946.xml index df3ac70..53df522 100644 --- a/src/devices/pic/xml_data/16F946.xml +++ b/src/devices/pic/xml_data/16F946.xml @@ -31,16 +31,16 @@ - - + + - - + + @@ -49,45 +49,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/16HV540.xml b/src/devices/pic/xml_data/16HV540.xml index 4acd802..439aa82 100644 --- a/src/devices/pic/xml_data/16HV540.xml +++ b/src/devices/pic/xml_data/16HV540.xml @@ -28,25 +28,25 @@ - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C42.xml b/src/devices/pic/xml_data/17C42.xml index 7ca1e0f..e072c94 100644 --- a/src/devices/pic/xml_data/17C42.xml +++ b/src/devices/pic/xml_data/17C42.xml @@ -30,25 +30,25 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C42A.xml b/src/devices/pic/xml_data/17C42A.xml index 2c068ae..58c59b3 100644 --- a/src/devices/pic/xml_data/17C42A.xml +++ b/src/devices/pic/xml_data/17C42A.xml @@ -33,26 +33,26 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C43.xml b/src/devices/pic/xml_data/17C43.xml index b49734a..4c91f40 100644 --- a/src/devices/pic/xml_data/17C43.xml +++ b/src/devices/pic/xml_data/17C43.xml @@ -33,26 +33,26 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C44.xml b/src/devices/pic/xml_data/17C44.xml index ac0d8f6..da4be7b 100644 --- a/src/devices/pic/xml_data/17C44.xml +++ b/src/devices/pic/xml_data/17C44.xml @@ -33,26 +33,26 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C752.xml b/src/devices/pic/xml_data/17C752.xml index adb759c..20f798f 100644 --- a/src/devices/pic/xml_data/17C752.xml +++ b/src/devices/pic/xml_data/17C752.xml @@ -33,30 +33,30 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C756.xml b/src/devices/pic/xml_data/17C756.xml index 68b0ae7..a5df4c4 100644 --- a/src/devices/pic/xml_data/17C756.xml +++ b/src/devices/pic/xml_data/17C756.xml @@ -33,30 +33,30 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C756A.xml b/src/devices/pic/xml_data/17C756A.xml index 39c9b81..f20ee31 100644 --- a/src/devices/pic/xml_data/17C756A.xml +++ b/src/devices/pic/xml_data/17C756A.xml @@ -33,30 +33,30 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C762.xml b/src/devices/pic/xml_data/17C762.xml index 311caa6..10e3a86 100644 --- a/src/devices/pic/xml_data/17C762.xml +++ b/src/devices/pic/xml_data/17C762.xml @@ -33,30 +33,30 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17C766.xml b/src/devices/pic/xml_data/17C766.xml index 059decd..0d2559d 100644 --- a/src/devices/pic/xml_data/17C766.xml +++ b/src/devices/pic/xml_data/17C766.xml @@ -33,30 +33,30 @@ - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17CR42.xml b/src/devices/pic/xml_data/17CR42.xml index 21893f8..b691cd8 100644 --- a/src/devices/pic/xml_data/17CR42.xml +++ b/src/devices/pic/xml_data/17CR42.xml @@ -33,26 +33,26 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/17CR43.xml b/src/devices/pic/xml_data/17CR43.xml index 1e43eec..13c1f2c 100644 --- a/src/devices/pic/xml_data/17CR43.xml +++ b/src/devices/pic/xml_data/17CR43.xml @@ -33,26 +33,26 @@ - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/18C242.xml b/src/devices/pic/xml_data/18C242.xml index 32495ab..798c478 100644 --- a/src/devices/pic/xml_data/18C242.xml +++ b/src/devices/pic/xml_data/18C242.xml @@ -29,21 +29,21 @@ - + - - + + - + - - + + @@ -52,36 +52,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -90,26 +90,26 @@ - + - + - - + + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C252.xml b/src/devices/pic/xml_data/18C252.xml index d5a7161..81f370b 100644 --- a/src/devices/pic/xml_data/18C252.xml +++ b/src/devices/pic/xml_data/18C252.xml @@ -29,21 +29,21 @@ - + - - + + - + - - + + @@ -52,36 +52,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -90,26 +90,26 @@ - + - + - - + + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C442.xml b/src/devices/pic/xml_data/18C442.xml index 5ecb3b4..419ee29 100644 --- a/src/devices/pic/xml_data/18C442.xml +++ b/src/devices/pic/xml_data/18C442.xml @@ -29,21 +29,21 @@ - + - - + + - + - - + + @@ -52,36 +52,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -90,26 +90,26 @@ - + - + - - + + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C452.xml b/src/devices/pic/xml_data/18C452.xml index 5a6a07c..73e3610 100644 --- a/src/devices/pic/xml_data/18C452.xml +++ b/src/devices/pic/xml_data/18C452.xml @@ -29,21 +29,21 @@ - + - - + + - + - - + + @@ -52,36 +52,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -90,26 +90,26 @@ - + - + - - + + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C601.xml b/src/devices/pic/xml_data/18C601.xml index 9469902..6d41b1c 100644 --- a/src/devices/pic/xml_data/18C601.xml +++ b/src/devices/pic/xml_data/18C601.xml @@ -27,34 +27,34 @@ - + - - + + - + - - + + - - + + - + - - + + - - + + @@ -63,25 +63,25 @@ - + - + - + - - + + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C658.xml b/src/devices/pic/xml_data/18C658.xml index 5f115ee..9ca140c 100644 --- a/src/devices/pic/xml_data/18C658.xml +++ b/src/devices/pic/xml_data/18C658.xml @@ -29,21 +29,21 @@ - + - - + + - + - - + + @@ -52,36 +52,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -90,21 +90,21 @@ - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C801.xml b/src/devices/pic/xml_data/18C801.xml index 186230c..3e067ad 100644 --- a/src/devices/pic/xml_data/18C801.xml +++ b/src/devices/pic/xml_data/18C801.xml @@ -27,34 +27,34 @@ - + - - + + - + - - + + - - + + - + - - + + - - + + @@ -63,25 +63,25 @@ - + - + - + - - + + - - + + - + - + diff --git a/src/devices/pic/xml_data/18C858.xml b/src/devices/pic/xml_data/18C858.xml index 33eb056..7ce8087 100644 --- a/src/devices/pic/xml_data/18C858.xml +++ b/src/devices/pic/xml_data/18C858.xml @@ -29,21 +29,21 @@ - + - - + + - + - - + + @@ -52,36 +52,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -90,21 +90,21 @@ - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F1220.xml b/src/devices/pic/xml_data/18F1220.xml index 1cd826b..e46f7f0 100644 --- a/src/devices/pic/xml_data/18F1220.xml +++ b/src/devices/pic/xml_data/18F1220.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -55,40 +55,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,99 +105,99 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F1230.xml b/src/devices/pic/xml_data/18F1230.xml index c84d79f..043687a 100644 --- a/src/devices/pic/xml_data/18F1230.xml +++ b/src/devices/pic/xml_data/18F1230.xml @@ -39,17 +39,17 @@ - + - + - - + + @@ -60,42 +60,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -112,124 +112,124 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F1320.xml b/src/devices/pic/xml_data/18F1320.xml index 8cee921..d4dd214 100644 --- a/src/devices/pic/xml_data/18F1320.xml +++ b/src/devices/pic/xml_data/18F1320.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -56,40 +56,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,99 +106,99 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F1330.xml b/src/devices/pic/xml_data/18F1330.xml index fb11bbb..14130ce 100644 --- a/src/devices/pic/xml_data/18F1330.xml +++ b/src/devices/pic/xml_data/18F1330.xml @@ -40,17 +40,17 @@ - + - + - - + + @@ -61,42 +61,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -113,125 +113,125 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2220.xml b/src/devices/pic/xml_data/18F2220.xml index 7ea415b..43f6fbc 100644 --- a/src/devices/pic/xml_data/18F2220.xml +++ b/src/devices/pic/xml_data/18F2220.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -56,40 +56,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,107 +106,107 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2221.xml b/src/devices/pic/xml_data/18F2221.xml index b3436d5..f2a58d6 100644 --- a/src/devices/pic/xml_data/18F2221.xml +++ b/src/devices/pic/xml_data/18F2221.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,119 +100,119 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2320.xml b/src/devices/pic/xml_data/18F2320.xml index d17d96a..80e8250 100644 --- a/src/devices/pic/xml_data/18F2320.xml +++ b/src/devices/pic/xml_data/18F2320.xml @@ -37,17 +37,17 @@ - + - + - - + + @@ -59,40 +59,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -109,131 +109,131 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2321.xml b/src/devices/pic/xml_data/18F2321.xml index f00f7dc..a016fc7 100644 --- a/src/devices/pic/xml_data/18F2321.xml +++ b/src/devices/pic/xml_data/18F2321.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,120 +100,120 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2331.xml b/src/devices/pic/xml_data/18F2331.xml index 7f73a7d..46a8872 100644 --- a/src/devices/pic/xml_data/18F2331.xml +++ b/src/devices/pic/xml_data/18F2331.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -55,40 +55,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,120 +105,120 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2410.xml b/src/devices/pic/xml_data/18F2410.xml index 76968f8..15d6179 100644 --- a/src/devices/pic/xml_data/18F2410.xml +++ b/src/devices/pic/xml_data/18F2410.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -47,42 +47,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -99,107 +99,107 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F242.xml b/src/devices/pic/xml_data/18F242.xml index 8588203..d09dd83 100644 --- a/src/devices/pic/xml_data/18F242.xml +++ b/src/devices/pic/xml_data/18F242.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -91,99 +91,99 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2420.xml b/src/devices/pic/xml_data/18F2420.xml index d50dd2a..aba9ace 100644 --- a/src/devices/pic/xml_data/18F2420.xml +++ b/src/devices/pic/xml_data/18F2420.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,115 +100,115 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2423.xml b/src/devices/pic/xml_data/18F2423.xml index 29ff971..0905f18 100644 --- a/src/devices/pic/xml_data/18F2423.xml +++ b/src/devices/pic/xml_data/18F2423.xml @@ -24,17 +24,17 @@ - + - + - - + + @@ -45,42 +45,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -97,115 +97,115 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2431.xml b/src/devices/pic/xml_data/18F2431.xml index f162ef2..f898f99 100644 --- a/src/devices/pic/xml_data/18F2431.xml +++ b/src/devices/pic/xml_data/18F2431.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -56,40 +56,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,120 +106,120 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2439.xml b/src/devices/pic/xml_data/18F2439.xml index edc3696..ad389e3 100644 --- a/src/devices/pic/xml_data/18F2439.xml +++ b/src/devices/pic/xml_data/18F2439.xml @@ -35,48 +35,48 @@ - + - + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -85,94 +85,94 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2450.xml b/src/devices/pic/xml_data/18F2450.xml index ad3994f..2388a92 100644 --- a/src/devices/pic/xml_data/18F2450.xml +++ b/src/devices/pic/xml_data/18F2450.xml @@ -27,14 +27,14 @@ - + - - + + @@ -43,21 +43,21 @@ - - + + - - + + - + - - + + @@ -74,46 +74,46 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -130,107 +130,107 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2455.xml b/src/devices/pic/xml_data/18F2455.xml index c42923a..7097218 100644 --- a/src/devices/pic/xml_data/18F2455.xml +++ b/src/devices/pic/xml_data/18F2455.xml @@ -26,15 +26,15 @@ - + - - + + @@ -43,21 +43,21 @@ - - + + - - + + - + - - + + @@ -74,46 +74,46 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -130,127 +130,127 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F248.xml b/src/devices/pic/xml_data/18F248.xml index a7078ba..973ba90 100644 --- a/src/devices/pic/xml_data/18F248.xml +++ b/src/devices/pic/xml_data/18F248.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -91,94 +91,94 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2480.xml b/src/devices/pic/xml_data/18F2480.xml index 4282365..7f8929b 100644 --- a/src/devices/pic/xml_data/18F2480.xml +++ b/src/devices/pic/xml_data/18F2480.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,115 +106,115 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F24J10.xml b/src/devices/pic/xml_data/18F24J10.xml index b88c8f0..c4ae257 100644 --- a/src/devices/pic/xml_data/18F24J10.xml +++ b/src/devices/pic/xml_data/18F24J10.xml @@ -31,55 +31,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -96,23 +96,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F2510.xml b/src/devices/pic/xml_data/18F2510.xml index 55c62f8..1950de1 100644 --- a/src/devices/pic/xml_data/18F2510.xml +++ b/src/devices/pic/xml_data/18F2510.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,131 +105,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2515.xml b/src/devices/pic/xml_data/18F2515.xml index fa07b14..89960ae 100644 --- a/src/devices/pic/xml_data/18F2515.xml +++ b/src/devices/pic/xml_data/18F2515.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,119 +105,119 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F252.xml b/src/devices/pic/xml_data/18F252.xml index 595eb74..b1d4153 100644 --- a/src/devices/pic/xml_data/18F252.xml +++ b/src/devices/pic/xml_data/18F252.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -54,36 +54,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -92,123 +92,123 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2520.xml b/src/devices/pic/xml_data/18F2520.xml index 07a97db..3c77df0 100644 --- a/src/devices/pic/xml_data/18F2520.xml +++ b/src/devices/pic/xml_data/18F2520.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,139 +106,139 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2523.xml b/src/devices/pic/xml_data/18F2523.xml index e630c60..6a92c8d 100644 --- a/src/devices/pic/xml_data/18F2523.xml +++ b/src/devices/pic/xml_data/18F2523.xml @@ -24,17 +24,17 @@ - + - + - - + + @@ -45,42 +45,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -97,139 +97,139 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2525.xml b/src/devices/pic/xml_data/18F2525.xml index eb2f3fe..2ff5bc7 100644 --- a/src/devices/pic/xml_data/18F2525.xml +++ b/src/devices/pic/xml_data/18F2525.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,127 +106,127 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2539.xml b/src/devices/pic/xml_data/18F2539.xml index 8e5f2cc..0f4a17a 100644 --- a/src/devices/pic/xml_data/18F2539.xml +++ b/src/devices/pic/xml_data/18F2539.xml @@ -35,48 +35,48 @@ - + - + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -85,106 +85,106 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2550.xml b/src/devices/pic/xml_data/18F2550.xml index af87dd0..21ab9ae 100644 --- a/src/devices/pic/xml_data/18F2550.xml +++ b/src/devices/pic/xml_data/18F2550.xml @@ -26,15 +26,15 @@ - + - - + + @@ -43,21 +43,21 @@ - - + + - - + + - + - - + + @@ -74,46 +74,46 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -130,131 +130,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F258.xml b/src/devices/pic/xml_data/18F258.xml index c24567e..bb27ca5 100644 --- a/src/devices/pic/xml_data/18F258.xml +++ b/src/devices/pic/xml_data/18F258.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -54,36 +54,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -92,118 +92,118 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2580.xml b/src/devices/pic/xml_data/18F2580.xml index 4458519..6721af5 100644 --- a/src/devices/pic/xml_data/18F2580.xml +++ b/src/devices/pic/xml_data/18F2580.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,139 +106,139 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2585.xml b/src/devices/pic/xml_data/18F2585.xml index fa6d739..12b38f1 100644 --- a/src/devices/pic/xml_data/18F2585.xml +++ b/src/devices/pic/xml_data/18F2585.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,129 +106,129 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F25J10.xml b/src/devices/pic/xml_data/18F25J10.xml index e6b94e0..57f37d4 100644 --- a/src/devices/pic/xml_data/18F25J10.xml +++ b/src/devices/pic/xml_data/18F25J10.xml @@ -31,55 +31,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -96,23 +96,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F2610.xml b/src/devices/pic/xml_data/18F2610.xml index 3de5893..e38c6d2 100644 --- a/src/devices/pic/xml_data/18F2610.xml +++ b/src/devices/pic/xml_data/18F2610.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,131 +105,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2620.xml b/src/devices/pic/xml_data/18F2620.xml index faacae3..7c25f21 100644 --- a/src/devices/pic/xml_data/18F2620.xml +++ b/src/devices/pic/xml_data/18F2620.xml @@ -30,17 +30,17 @@ - + - + - - + + @@ -51,42 +51,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -103,131 +103,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2680.xml b/src/devices/pic/xml_data/18F2680.xml index 09c4863..2dcd013 100644 --- a/src/devices/pic/xml_data/18F2680.xml +++ b/src/devices/pic/xml_data/18F2680.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,141 +106,141 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2682.xml b/src/devices/pic/xml_data/18F2682.xml index 9f5501f..8c13b2d 100644 --- a/src/devices/pic/xml_data/18F2682.xml +++ b/src/devices/pic/xml_data/18F2682.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,153 +100,153 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F2685.xml b/src/devices/pic/xml_data/18F2685.xml index cba2b20..bca6818 100644 --- a/src/devices/pic/xml_data/18F2685.xml +++ b/src/devices/pic/xml_data/18F2685.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,165 +100,165 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4220.xml b/src/devices/pic/xml_data/18F4220.xml index 12dda87..f1c19c7 100644 --- a/src/devices/pic/xml_data/18F4220.xml +++ b/src/devices/pic/xml_data/18F4220.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -57,40 +57,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -107,107 +107,107 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4221.xml b/src/devices/pic/xml_data/18F4221.xml index 417ae32..d4a7e11 100644 --- a/src/devices/pic/xml_data/18F4221.xml +++ b/src/devices/pic/xml_data/18F4221.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,125 +106,125 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4320.xml b/src/devices/pic/xml_data/18F4320.xml index 141b008..734bb11 100644 --- a/src/devices/pic/xml_data/18F4320.xml +++ b/src/devices/pic/xml_data/18F4320.xml @@ -37,17 +37,17 @@ - + - + - - + + @@ -59,40 +59,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -109,131 +109,131 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4321.xml b/src/devices/pic/xml_data/18F4321.xml index a7f5bd9..6bdd265 100644 --- a/src/devices/pic/xml_data/18F4321.xml +++ b/src/devices/pic/xml_data/18F4321.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,125 +106,125 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4331.xml b/src/devices/pic/xml_data/18F4331.xml index 7709516..a22e667 100644 --- a/src/devices/pic/xml_data/18F4331.xml +++ b/src/devices/pic/xml_data/18F4331.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -61,40 +61,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -111,136 +111,136 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4410.xml b/src/devices/pic/xml_data/18F4410.xml index 42557f8..8ca9b17 100644 --- a/src/devices/pic/xml_data/18F4410.xml +++ b/src/devices/pic/xml_data/18F4410.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,107 +105,107 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F442.xml b/src/devices/pic/xml_data/18F442.xml index 1a864f5..61f6a63 100644 --- a/src/devices/pic/xml_data/18F442.xml +++ b/src/devices/pic/xml_data/18F442.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -91,99 +91,99 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4420.xml b/src/devices/pic/xml_data/18F4420.xml index 19e9c62..83a0022 100644 --- a/src/devices/pic/xml_data/18F4420.xml +++ b/src/devices/pic/xml_data/18F4420.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,115 +106,115 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4423.xml b/src/devices/pic/xml_data/18F4423.xml index 540c8e4..1760494 100644 --- a/src/devices/pic/xml_data/18F4423.xml +++ b/src/devices/pic/xml_data/18F4423.xml @@ -24,17 +24,17 @@ - + - + - - + + @@ -45,42 +45,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -97,115 +97,115 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4431.xml b/src/devices/pic/xml_data/18F4431.xml index dc8edc0..c19b48a 100644 --- a/src/devices/pic/xml_data/18F4431.xml +++ b/src/devices/pic/xml_data/18F4431.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -62,40 +62,40 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -112,160 +112,160 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4439.xml b/src/devices/pic/xml_data/18F4439.xml index 9104408..3441809 100644 --- a/src/devices/pic/xml_data/18F4439.xml +++ b/src/devices/pic/xml_data/18F4439.xml @@ -35,48 +35,48 @@ - + - + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -85,94 +85,94 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4450.xml b/src/devices/pic/xml_data/18F4450.xml index 208518e..e634df1 100644 --- a/src/devices/pic/xml_data/18F4450.xml +++ b/src/devices/pic/xml_data/18F4450.xml @@ -27,14 +27,14 @@ - + - - + + @@ -43,21 +43,21 @@ - - + + - - + + - + - - + + @@ -74,46 +74,46 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -130,111 +130,111 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4455.xml b/src/devices/pic/xml_data/18F4455.xml index 6a77cfb..282decb 100644 --- a/src/devices/pic/xml_data/18F4455.xml +++ b/src/devices/pic/xml_data/18F4455.xml @@ -26,15 +26,15 @@ - + - - + + @@ -43,21 +43,21 @@ - - + + - - + + - + - - + + @@ -74,46 +74,46 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -130,131 +130,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F448.xml b/src/devices/pic/xml_data/18F448.xml index 137b34a..40de124 100644 --- a/src/devices/pic/xml_data/18F448.xml +++ b/src/devices/pic/xml_data/18F448.xml @@ -34,17 +34,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -91,94 +91,94 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4480.xml b/src/devices/pic/xml_data/18F4480.xml index 14b60cb..b9a87da 100644 --- a/src/devices/pic/xml_data/18F4480.xml +++ b/src/devices/pic/xml_data/18F4480.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,115 +106,115 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F44J10.xml b/src/devices/pic/xml_data/18F44J10.xml index c9ce5b8..ddf2019 100644 --- a/src/devices/pic/xml_data/18F44J10.xml +++ b/src/devices/pic/xml_data/18F44J10.xml @@ -31,55 +31,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -96,23 +96,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F4510.xml b/src/devices/pic/xml_data/18F4510.xml index bcfec9c..b038b39 100644 --- a/src/devices/pic/xml_data/18F4510.xml +++ b/src/devices/pic/xml_data/18F4510.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,131 +105,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4515.xml b/src/devices/pic/xml_data/18F4515.xml index 671198c..4325432 100644 --- a/src/devices/pic/xml_data/18F4515.xml +++ b/src/devices/pic/xml_data/18F4515.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,119 +105,119 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F452.xml b/src/devices/pic/xml_data/18F452.xml index 24d1e3d..12ad5ce 100644 --- a/src/devices/pic/xml_data/18F452.xml +++ b/src/devices/pic/xml_data/18F452.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -54,36 +54,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -92,123 +92,123 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4520.xml b/src/devices/pic/xml_data/18F4520.xml index 4699c01..a1a1e75 100644 --- a/src/devices/pic/xml_data/18F4520.xml +++ b/src/devices/pic/xml_data/18F4520.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,139 +106,139 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4523.xml b/src/devices/pic/xml_data/18F4523.xml index 26db550..29b2583 100644 --- a/src/devices/pic/xml_data/18F4523.xml +++ b/src/devices/pic/xml_data/18F4523.xml @@ -24,17 +24,17 @@ - + - + - - + + @@ -51,42 +51,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -103,139 +103,139 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4525.xml b/src/devices/pic/xml_data/18F4525.xml index 0928756..f37d90b 100644 --- a/src/devices/pic/xml_data/18F4525.xml +++ b/src/devices/pic/xml_data/18F4525.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,127 +106,127 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4539.xml b/src/devices/pic/xml_data/18F4539.xml index 2733301..71a1f4c 100644 --- a/src/devices/pic/xml_data/18F4539.xml +++ b/src/devices/pic/xml_data/18F4539.xml @@ -35,48 +35,48 @@ - + - + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -85,106 +85,106 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4550.xml b/src/devices/pic/xml_data/18F4550.xml index d988438..b0e26c8 100644 --- a/src/devices/pic/xml_data/18F4550.xml +++ b/src/devices/pic/xml_data/18F4550.xml @@ -26,15 +26,15 @@ - + - - + + @@ -43,21 +43,21 @@ - - + + - - + + - + - - + + @@ -74,46 +74,46 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -130,135 +130,135 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F458.xml b/src/devices/pic/xml_data/18F458.xml index 758acc8..33069dd 100644 --- a/src/devices/pic/xml_data/18F458.xml +++ b/src/devices/pic/xml_data/18F458.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -54,36 +54,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -92,118 +92,118 @@ - + - + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4580.xml b/src/devices/pic/xml_data/18F4580.xml index cd1e077..e6e105a 100644 --- a/src/devices/pic/xml_data/18F4580.xml +++ b/src/devices/pic/xml_data/18F4580.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,139 +106,139 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4585.xml b/src/devices/pic/xml_data/18F4585.xml index dca0022..fb438b8 100644 --- a/src/devices/pic/xml_data/18F4585.xml +++ b/src/devices/pic/xml_data/18F4585.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,129 +106,129 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F45J10.xml b/src/devices/pic/xml_data/18F45J10.xml index aede454..af2c752 100644 --- a/src/devices/pic/xml_data/18F45J10.xml +++ b/src/devices/pic/xml_data/18F45J10.xml @@ -31,55 +31,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -96,23 +96,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F4610.xml b/src/devices/pic/xml_data/18F4610.xml index 9c3fe13..d105cdb 100644 --- a/src/devices/pic/xml_data/18F4610.xml +++ b/src/devices/pic/xml_data/18F4610.xml @@ -27,16 +27,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,131 +105,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4620.xml b/src/devices/pic/xml_data/18F4620.xml index ff74392..5964590 100644 --- a/src/devices/pic/xml_data/18F4620.xml +++ b/src/devices/pic/xml_data/18F4620.xml @@ -30,17 +30,17 @@ - + - + - - + + @@ -51,42 +51,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -103,131 +103,131 @@ - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4680.xml b/src/devices/pic/xml_data/18F4680.xml index 155abb9..f5ef137 100644 --- a/src/devices/pic/xml_data/18F4680.xml +++ b/src/devices/pic/xml_data/18F4680.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,141 +106,141 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4682.xml b/src/devices/pic/xml_data/18F4682.xml index c6ce618..19b387b 100644 --- a/src/devices/pic/xml_data/18F4682.xml +++ b/src/devices/pic/xml_data/18F4682.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,153 +100,153 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F4685.xml b/src/devices/pic/xml_data/18F4685.xml index 1e73ffd..7b68ee2 100644 --- a/src/devices/pic/xml_data/18F4685.xml +++ b/src/devices/pic/xml_data/18F4685.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,165 +100,165 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6310.xml b/src/devices/pic/xml_data/18F6310.xml index f975990..9bdbfb7 100644 --- a/src/devices/pic/xml_data/18F6310.xml +++ b/src/devices/pic/xml_data/18F6310.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,79 +105,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F6390.xml b/src/devices/pic/xml_data/18F6390.xml index ec6b10c..02f2498 100644 --- a/src/devices/pic/xml_data/18F6390.xml +++ b/src/devices/pic/xml_data/18F6390.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,79 +105,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F6393.xml b/src/devices/pic/xml_data/18F6393.xml index bb48cbe..bc778f4 100644 --- a/src/devices/pic/xml_data/18F6393.xml +++ b/src/devices/pic/xml_data/18F6393.xml @@ -36,16 +36,16 @@ - + - + - - + + @@ -56,42 +56,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -108,79 +108,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F63J11.xml b/src/devices/pic/xml_data/18F63J11.xml index 481e5e8..37273bc 100644 --- a/src/devices/pic/xml_data/18F63J11.xml +++ b/src/devices/pic/xml_data/18F63J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F63J90.xml b/src/devices/pic/xml_data/18F63J90.xml index 48f5c8e..ef1310c 100644 --- a/src/devices/pic/xml_data/18F63J90.xml +++ b/src/devices/pic/xml_data/18F63J90.xml @@ -28,55 +28,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -93,23 +93,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F6410.xml b/src/devices/pic/xml_data/18F6410.xml index 670937b..c270208 100644 --- a/src/devices/pic/xml_data/18F6410.xml +++ b/src/devices/pic/xml_data/18F6410.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,79 +105,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F6490.xml b/src/devices/pic/xml_data/18F6490.xml index bd4ae20..1727686 100644 --- a/src/devices/pic/xml_data/18F6490.xml +++ b/src/devices/pic/xml_data/18F6490.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,79 +105,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F6493.xml b/src/devices/pic/xml_data/18F6493.xml index f980eca..89f409d 100644 --- a/src/devices/pic/xml_data/18F6493.xml +++ b/src/devices/pic/xml_data/18F6493.xml @@ -36,16 +36,16 @@ - + - + - - + + @@ -56,42 +56,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -108,79 +108,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F64J11.xml b/src/devices/pic/xml_data/18F64J11.xml index d3e9696..fd126a0 100644 --- a/src/devices/pic/xml_data/18F64J11.xml +++ b/src/devices/pic/xml_data/18F64J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F64J90.xml b/src/devices/pic/xml_data/18F64J90.xml index 70df11f..fedf592 100644 --- a/src/devices/pic/xml_data/18F64J90.xml +++ b/src/devices/pic/xml_data/18F64J90.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F6520.xml b/src/devices/pic/xml_data/18F6520.xml index 20eac42..a022295 100644 --- a/src/devices/pic/xml_data/18F6520.xml +++ b/src/devices/pic/xml_data/18F6520.xml @@ -36,17 +36,17 @@ - + - + - - + + @@ -55,36 +55,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -93,123 +93,123 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6525.xml b/src/devices/pic/xml_data/18F6525.xml index c3206cb..953e12a 100644 --- a/src/devices/pic/xml_data/18F6525.xml +++ b/src/devices/pic/xml_data/18F6525.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -59,36 +59,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,115 +105,115 @@ - + - + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6527.xml b/src/devices/pic/xml_data/18F6527.xml index 8779fa8..04a2bf1 100644 --- a/src/devices/pic/xml_data/18F6527.xml +++ b/src/devices/pic/xml_data/18F6527.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,129 +106,129 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6585.xml b/src/devices/pic/xml_data/18F6585.xml index d602f95..0bf9bab 100644 --- a/src/devices/pic/xml_data/18F6585.xml +++ b/src/devices/pic/xml_data/18F6585.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -51,36 +51,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -97,115 +97,115 @@ - + - + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F65J10.xml b/src/devices/pic/xml_data/18F65J10.xml index 473c590..a67fe87 100644 --- a/src/devices/pic/xml_data/18F65J10.xml +++ b/src/devices/pic/xml_data/18F65J10.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F65J11.xml b/src/devices/pic/xml_data/18F65J11.xml index c4284fc..2ef5b3d 100644 --- a/src/devices/pic/xml_data/18F65J11.xml +++ b/src/devices/pic/xml_data/18F65J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F65J15.xml b/src/devices/pic/xml_data/18F65J15.xml index 6c212d2..f5f310a 100644 --- a/src/devices/pic/xml_data/18F65J15.xml +++ b/src/devices/pic/xml_data/18F65J15.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F65J50.xml b/src/devices/pic/xml_data/18F65J50.xml index ad5bc75..d0cdd2b 100644 --- a/src/devices/pic/xml_data/18F65J50.xml +++ b/src/devices/pic/xml_data/18F65J50.xml @@ -29,12 +29,12 @@ - - + + - - + + @@ -43,51 +43,51 @@ - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,27 +104,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F65J90.xml b/src/devices/pic/xml_data/18F65J90.xml index 34e7be9..91997da 100644 --- a/src/devices/pic/xml_data/18F65J90.xml +++ b/src/devices/pic/xml_data/18F65J90.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F6620.xml b/src/devices/pic/xml_data/18F6620.xml index 8159b62..e88ee06 100644 --- a/src/devices/pic/xml_data/18F6620.xml +++ b/src/devices/pic/xml_data/18F6620.xml @@ -38,17 +38,17 @@ - + - + - - + + @@ -57,36 +57,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -95,123 +95,123 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6621.xml b/src/devices/pic/xml_data/18F6621.xml index e043ddf..664de3f 100644 --- a/src/devices/pic/xml_data/18F6621.xml +++ b/src/devices/pic/xml_data/18F6621.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -59,36 +59,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,127 +105,127 @@ - + - + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6622.xml b/src/devices/pic/xml_data/18F6622.xml index b8e0bb7..6fb81d7 100644 --- a/src/devices/pic/xml_data/18F6622.xml +++ b/src/devices/pic/xml_data/18F6622.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -54,42 +54,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -106,141 +106,141 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6627.xml b/src/devices/pic/xml_data/18F6627.xml index 1b0bbc8..74248c6 100644 --- a/src/devices/pic/xml_data/18F6627.xml +++ b/src/devices/pic/xml_data/18F6627.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,165 +100,165 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6680.xml b/src/devices/pic/xml_data/18F6680.xml index 6780e23..d0a9922 100644 --- a/src/devices/pic/xml_data/18F6680.xml +++ b/src/devices/pic/xml_data/18F6680.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -51,36 +51,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -97,127 +97,127 @@ - + - + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F66J10.xml b/src/devices/pic/xml_data/18F66J10.xml index 6df51e5..7bb9aa7 100644 --- a/src/devices/pic/xml_data/18F66J10.xml +++ b/src/devices/pic/xml_data/18F66J10.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J11.xml b/src/devices/pic/xml_data/18F66J11.xml index 11d7f05..8fd1314 100644 --- a/src/devices/pic/xml_data/18F66J11.xml +++ b/src/devices/pic/xml_data/18F66J11.xml @@ -30,55 +30,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -95,27 +95,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J15.xml b/src/devices/pic/xml_data/18F66J15.xml index 651b2d4..c1c5c95 100644 --- a/src/devices/pic/xml_data/18F66J15.xml +++ b/src/devices/pic/xml_data/18F66J15.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J16.xml b/src/devices/pic/xml_data/18F66J16.xml index 8a15ffd..cf84f44 100644 --- a/src/devices/pic/xml_data/18F66J16.xml +++ b/src/devices/pic/xml_data/18F66J16.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,27 +94,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J50.xml b/src/devices/pic/xml_data/18F66J50.xml index 4d60faa..34dbe21 100644 --- a/src/devices/pic/xml_data/18F66J50.xml +++ b/src/devices/pic/xml_data/18F66J50.xml @@ -29,12 +29,12 @@ - - + + - - + + @@ -43,51 +43,51 @@ - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,27 +104,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J55.xml b/src/devices/pic/xml_data/18F66J55.xml index d97b54a..7e95978 100644 --- a/src/devices/pic/xml_data/18F66J55.xml +++ b/src/devices/pic/xml_data/18F66J55.xml @@ -29,12 +29,12 @@ - - + + - - + + @@ -43,51 +43,51 @@ - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,27 +104,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J60.xml b/src/devices/pic/xml_data/18F66J60.xml index 430812c..e4ac5ea 100644 --- a/src/devices/pic/xml_data/18F66J60.xml +++ b/src/devices/pic/xml_data/18F66J60.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F66J65.xml b/src/devices/pic/xml_data/18F66J65.xml index 3a54046..8431ec8 100644 --- a/src/devices/pic/xml_data/18F66J65.xml +++ b/src/devices/pic/xml_data/18F66J65.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F6720.xml b/src/devices/pic/xml_data/18F6720.xml index a609ee9..c023b5e 100644 --- a/src/devices/pic/xml_data/18F6720.xml +++ b/src/devices/pic/xml_data/18F6720.xml @@ -35,17 +35,17 @@ - + - + - - + + @@ -54,36 +54,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -92,171 +92,171 @@ - + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F6722.xml b/src/devices/pic/xml_data/18F6722.xml index 6a3c8ad..fb30985 100644 --- a/src/devices/pic/xml_data/18F6722.xml +++ b/src/devices/pic/xml_data/18F6722.xml @@ -27,17 +27,17 @@ - + - + - - + + @@ -48,42 +48,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -100,189 +100,189 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F67J10.xml b/src/devices/pic/xml_data/18F67J10.xml index 4c6f875..78223c3 100644 --- a/src/devices/pic/xml_data/18F67J10.xml +++ b/src/devices/pic/xml_data/18F67J10.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F67J11.xml b/src/devices/pic/xml_data/18F67J11.xml index 3f12d71..d13e7dc 100644 --- a/src/devices/pic/xml_data/18F67J11.xml +++ b/src/devices/pic/xml_data/18F67J11.xml @@ -30,55 +30,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -95,27 +95,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F67J50.xml b/src/devices/pic/xml_data/18F67J50.xml index d704f33..91eade3 100644 --- a/src/devices/pic/xml_data/18F67J50.xml +++ b/src/devices/pic/xml_data/18F67J50.xml @@ -29,12 +29,12 @@ - - + + - - + + @@ -43,51 +43,51 @@ - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,27 +104,27 @@ - + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F67J60.xml b/src/devices/pic/xml_data/18F67J60.xml index a5bfdcf..29922db 100644 --- a/src/devices/pic/xml_data/18F67J60.xml +++ b/src/devices/pic/xml_data/18F67J60.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,23 +94,23 @@ - + - + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F8310.xml b/src/devices/pic/xml_data/18F8310.xml index 5a16736..1fe084d 100644 --- a/src/devices/pic/xml_data/18F8310.xml +++ b/src/devices/pic/xml_data/18F8310.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,79 +105,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F8390.xml b/src/devices/pic/xml_data/18F8390.xml index 182acf1..4dbff0c 100644 --- a/src/devices/pic/xml_data/18F8390.xml +++ b/src/devices/pic/xml_data/18F8390.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,79 +105,79 @@ - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F8393.xml b/src/devices/pic/xml_data/18F8393.xml index bd27973..ce846db 100644 --- a/src/devices/pic/xml_data/18F8393.xml +++ b/src/devices/pic/xml_data/18F8393.xml @@ -36,16 +36,16 @@ - + - + - - + + @@ -56,42 +56,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -108,64 +108,64 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F83J11.xml b/src/devices/pic/xml_data/18F83J11.xml index 6fbfbc0..4a9d249 100644 --- a/src/devices/pic/xml_data/18F83J11.xml +++ b/src/devices/pic/xml_data/18F83J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F83J90.xml b/src/devices/pic/xml_data/18F83J90.xml index c8fc70e..8e10c27 100644 --- a/src/devices/pic/xml_data/18F83J90.xml +++ b/src/devices/pic/xml_data/18F83J90.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F8410.xml b/src/devices/pic/xml_data/18F8410.xml index 46d46a3..b5c49cd 100644 --- a/src/devices/pic/xml_data/18F8410.xml +++ b/src/devices/pic/xml_data/18F8410.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,64 +105,64 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F8490.xml b/src/devices/pic/xml_data/18F8490.xml index 0f2e987..3871a60 100644 --- a/src/devices/pic/xml_data/18F8490.xml +++ b/src/devices/pic/xml_data/18F8490.xml @@ -33,16 +33,16 @@ - + - + - - + + @@ -53,42 +53,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -105,64 +105,64 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F8493.xml b/src/devices/pic/xml_data/18F8493.xml index 4d61277..4e8bc52 100644 --- a/src/devices/pic/xml_data/18F8493.xml +++ b/src/devices/pic/xml_data/18F8493.xml @@ -36,16 +36,16 @@ - + - + - - + + @@ -56,42 +56,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -108,64 +108,64 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - + - + - + - + - - + + - + - + diff --git a/src/devices/pic/xml_data/18F84J11.xml b/src/devices/pic/xml_data/18F84J11.xml index efdf05a..9c69d2b 100644 --- a/src/devices/pic/xml_data/18F84J11.xml +++ b/src/devices/pic/xml_data/18F84J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F84J90.xml b/src/devices/pic/xml_data/18F84J90.xml index 1236e43..59711f3 100644 --- a/src/devices/pic/xml_data/18F84J90.xml +++ b/src/devices/pic/xml_data/18F84J90.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F8520.xml b/src/devices/pic/xml_data/18F8520.xml index ed9b7c7..6bc1aae 100644 --- a/src/devices/pic/xml_data/18F8520.xml +++ b/src/devices/pic/xml_data/18F8520.xml @@ -37,17 +37,17 @@ - + - + - - + + @@ -56,36 +56,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -94,134 +94,134 @@ - + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8525.xml b/src/devices/pic/xml_data/18F8525.xml index 7e016eb..e7b5219 100644 --- a/src/devices/pic/xml_data/18F8525.xml +++ b/src/devices/pic/xml_data/18F8525.xml @@ -29,17 +29,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -99,130 +99,130 @@ - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8527.xml b/src/devices/pic/xml_data/18F8527.xml index e5159bd..62c01d4 100644 --- a/src/devices/pic/xml_data/18F8527.xml +++ b/src/devices/pic/xml_data/18F8527.xml @@ -30,17 +30,17 @@ - + - + - - + + @@ -57,42 +57,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -109,154 +109,154 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8585.xml b/src/devices/pic/xml_data/18F8585.xml index 85b3561..08367ab 100644 --- a/src/devices/pic/xml_data/18F8585.xml +++ b/src/devices/pic/xml_data/18F8585.xml @@ -29,17 +29,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -99,130 +99,130 @@ - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F85J10.xml b/src/devices/pic/xml_data/18F85J10.xml index 6fab213..99b998c 100644 --- a/src/devices/pic/xml_data/18F85J10.xml +++ b/src/devices/pic/xml_data/18F85J10.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F85J11.xml b/src/devices/pic/xml_data/18F85J11.xml index 0193782..91b4cc2 100644 --- a/src/devices/pic/xml_data/18F85J11.xml +++ b/src/devices/pic/xml_data/18F85J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F85J15.xml b/src/devices/pic/xml_data/18F85J15.xml index 3011a51..c2445ab 100644 --- a/src/devices/pic/xml_data/18F85J15.xml +++ b/src/devices/pic/xml_data/18F85J15.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F85J50.xml b/src/devices/pic/xml_data/18F85J50.xml index 80199eb..dee0637 100644 --- a/src/devices/pic/xml_data/18F85J50.xml +++ b/src/devices/pic/xml_data/18F85J50.xml @@ -29,16 +29,16 @@ - - + + - - + + - - + + @@ -47,47 +47,47 @@ - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,53 +104,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F85J90.xml b/src/devices/pic/xml_data/18F85J90.xml index 51d6085..61e7571 100644 --- a/src/devices/pic/xml_data/18F85J90.xml +++ b/src/devices/pic/xml_data/18F85J90.xml @@ -28,55 +28,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -93,45 +93,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F8620.xml b/src/devices/pic/xml_data/18F8620.xml index fe596c1..8503556 100644 --- a/src/devices/pic/xml_data/18F8620.xml +++ b/src/devices/pic/xml_data/18F8620.xml @@ -37,17 +37,17 @@ - + - + - - + + @@ -56,36 +56,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -94,134 +94,134 @@ - + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8621.xml b/src/devices/pic/xml_data/18F8621.xml index 654f4a2..e5689ae 100644 --- a/src/devices/pic/xml_data/18F8621.xml +++ b/src/devices/pic/xml_data/18F8621.xml @@ -29,17 +29,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -99,142 +99,142 @@ - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8622.xml b/src/devices/pic/xml_data/18F8622.xml index 9a38941..fe29be9 100644 --- a/src/devices/pic/xml_data/18F8622.xml +++ b/src/devices/pic/xml_data/18F8622.xml @@ -30,17 +30,17 @@ - + - + - - + + @@ -57,42 +57,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -109,166 +109,166 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8627.xml b/src/devices/pic/xml_data/18F8627.xml index 3a5ab09..2b7f70b 100644 --- a/src/devices/pic/xml_data/18F8627.xml +++ b/src/devices/pic/xml_data/18F8627.xml @@ -30,17 +30,17 @@ - + - + - - + + @@ -51,42 +51,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -103,190 +103,190 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8680.xml b/src/devices/pic/xml_data/18F8680.xml index 607bf0f..97ec3c0 100644 --- a/src/devices/pic/xml_data/18F8680.xml +++ b/src/devices/pic/xml_data/18F8680.xml @@ -29,17 +29,17 @@ - + - + - - + + @@ -53,36 +53,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -99,142 +99,142 @@ - + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F86J10.xml b/src/devices/pic/xml_data/18F86J10.xml index 1974a92..6cc1ec1 100644 --- a/src/devices/pic/xml_data/18F86J10.xml +++ b/src/devices/pic/xml_data/18F86J10.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J11.xml b/src/devices/pic/xml_data/18F86J11.xml index 844b0e1..05e065e 100644 --- a/src/devices/pic/xml_data/18F86J11.xml +++ b/src/devices/pic/xml_data/18F86J11.xml @@ -30,55 +30,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -95,53 +95,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J15.xml b/src/devices/pic/xml_data/18F86J15.xml index e5f94df..bcebf10 100644 --- a/src/devices/pic/xml_data/18F86J15.xml +++ b/src/devices/pic/xml_data/18F86J15.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J16.xml b/src/devices/pic/xml_data/18F86J16.xml index ce5d2c4..b06b858 100644 --- a/src/devices/pic/xml_data/18F86J16.xml +++ b/src/devices/pic/xml_data/18F86J16.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,53 +94,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J50.xml b/src/devices/pic/xml_data/18F86J50.xml index 44acae5..fa67e08 100644 --- a/src/devices/pic/xml_data/18F86J50.xml +++ b/src/devices/pic/xml_data/18F86J50.xml @@ -29,16 +29,16 @@ - - + + - - + + - - + + @@ -47,47 +47,47 @@ - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,53 +104,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J55.xml b/src/devices/pic/xml_data/18F86J55.xml index 1b9d553..9b29823 100644 --- a/src/devices/pic/xml_data/18F86J55.xml +++ b/src/devices/pic/xml_data/18F86J55.xml @@ -29,16 +29,16 @@ - - + + - - + + - - + + @@ -47,47 +47,47 @@ - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,53 +104,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J60.xml b/src/devices/pic/xml_data/18F86J60.xml index 3fa4f03..42f3d20 100644 --- a/src/devices/pic/xml_data/18F86J60.xml +++ b/src/devices/pic/xml_data/18F86J60.xml @@ -32,55 +32,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -97,31 +97,31 @@ - + - + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F86J65.xml b/src/devices/pic/xml_data/18F86J65.xml index d482c93..c2cdf41 100644 --- a/src/devices/pic/xml_data/18F86J65.xml +++ b/src/devices/pic/xml_data/18F86J65.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,31 +94,31 @@ - + - + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F8720.xml b/src/devices/pic/xml_data/18F8720.xml index 8905720..f634b25 100644 --- a/src/devices/pic/xml_data/18F8720.xml +++ b/src/devices/pic/xml_data/18F8720.xml @@ -37,17 +37,17 @@ - + - + - - + + @@ -56,36 +56,36 @@ - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -94,182 +94,182 @@ - + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F8722.xml b/src/devices/pic/xml_data/18F8722.xml index 8cdffbb..3db0bbd 100644 --- a/src/devices/pic/xml_data/18F8722.xml +++ b/src/devices/pic/xml_data/18F8722.xml @@ -30,17 +30,17 @@ - + - + - - + + @@ -51,42 +51,42 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + @@ -103,214 +103,214 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + diff --git a/src/devices/pic/xml_data/18F87J10.xml b/src/devices/pic/xml_data/18F87J10.xml index d7790cb..bc21af2 100644 --- a/src/devices/pic/xml_data/18F87J10.xml +++ b/src/devices/pic/xml_data/18F87J10.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,45 +94,45 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F87J11.xml b/src/devices/pic/xml_data/18F87J11.xml index 495ecda..d3c84fb 100644 --- a/src/devices/pic/xml_data/18F87J11.xml +++ b/src/devices/pic/xml_data/18F87J11.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,53 +94,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F87J50.xml b/src/devices/pic/xml_data/18F87J50.xml index 24207fe..1749435 100644 --- a/src/devices/pic/xml_data/18F87J50.xml +++ b/src/devices/pic/xml_data/18F87J50.xml @@ -29,16 +29,16 @@ - - + + - - + + - - + + @@ -47,47 +47,47 @@ - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -104,53 +104,53 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F87J60.xml b/src/devices/pic/xml_data/18F87J60.xml index fcf788a..d101ed3 100644 --- a/src/devices/pic/xml_data/18F87J60.xml +++ b/src/devices/pic/xml_data/18F87J60.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,31 +94,31 @@ - + - + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F96J60.xml b/src/devices/pic/xml_data/18F96J60.xml index 9b3dca7..655b586 100644 --- a/src/devices/pic/xml_data/18F96J60.xml +++ b/src/devices/pic/xml_data/18F96J60.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,49 +94,49 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F96J65.xml b/src/devices/pic/xml_data/18F96J65.xml index 678e2f3..a61bb94 100644 --- a/src/devices/pic/xml_data/18F96J65.xml +++ b/src/devices/pic/xml_data/18F96J65.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,49 +94,49 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/18F97J60.xml b/src/devices/pic/xml_data/18F97J60.xml index a47d6d1..ce570ba 100644 --- a/src/devices/pic/xml_data/18F97J60.xml +++ b/src/devices/pic/xml_data/18F97J60.xml @@ -29,55 +29,55 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -94,49 +94,49 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - + - + - + diff --git a/src/devices/pic/xml_data/24FJ128GA006.xml b/src/devices/pic/xml_data/24FJ128GA006.xml index a68bc37..7f264b9 100644 --- a/src/devices/pic/xml_data/24FJ128GA006.xml +++ b/src/devices/pic/xml_data/24FJ128GA006.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ128GA008.xml b/src/devices/pic/xml_data/24FJ128GA008.xml index 14e4f29..b8d43d8 100644 --- a/src/devices/pic/xml_data/24FJ128GA008.xml +++ b/src/devices/pic/xml_data/24FJ128GA008.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ128GA010.xml b/src/devices/pic/xml_data/24FJ128GA010.xml index cb01c2d..d57c7ff 100644 --- a/src/devices/pic/xml_data/24FJ128GA010.xml +++ b/src/devices/pic/xml_data/24FJ128GA010.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ64GA002.xml b/src/devices/pic/xml_data/24FJ64GA002.xml index 90b9f05..e051b07 100644 --- a/src/devices/pic/xml_data/24FJ64GA002.xml +++ b/src/devices/pic/xml_data/24FJ64GA002.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,69 +47,69 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + @@ -118,11 +118,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ64GA004.xml b/src/devices/pic/xml_data/24FJ64GA004.xml index 8cda66c..c87748e 100644 --- a/src/devices/pic/xml_data/24FJ64GA004.xml +++ b/src/devices/pic/xml_data/24FJ64GA004.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,69 +47,69 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + @@ -118,11 +118,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ64GA006.xml b/src/devices/pic/xml_data/24FJ64GA006.xml index dab1819..6492f51 100644 --- a/src/devices/pic/xml_data/24FJ64GA006.xml +++ b/src/devices/pic/xml_data/24FJ64GA006.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ64GA008.xml b/src/devices/pic/xml_data/24FJ64GA008.xml index 5149c82..2ead302 100644 --- a/src/devices/pic/xml_data/24FJ64GA008.xml +++ b/src/devices/pic/xml_data/24FJ64GA008.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ64GA010.xml b/src/devices/pic/xml_data/24FJ64GA010.xml index 43f2806..627da04 100644 --- a/src/devices/pic/xml_data/24FJ64GA010.xml +++ b/src/devices/pic/xml_data/24FJ64GA010.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ96GA006.xml b/src/devices/pic/xml_data/24FJ96GA006.xml index 2b17512..9f02be4 100644 --- a/src/devices/pic/xml_data/24FJ96GA006.xml +++ b/src/devices/pic/xml_data/24FJ96GA006.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ96GA008.xml b/src/devices/pic/xml_data/24FJ96GA008.xml index ee3212e..eeba6d2 100644 --- a/src/devices/pic/xml_data/24FJ96GA008.xml +++ b/src/devices/pic/xml_data/24FJ96GA008.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24FJ96GA010.xml b/src/devices/pic/xml_data/24FJ96GA010.xml index e609719..700d288 100644 --- a/src/devices/pic/xml_data/24FJ96GA010.xml +++ b/src/devices/pic/xml_data/24FJ96GA010.xml @@ -24,13 +24,13 @@ - + - - + + @@ -47,59 +47,59 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + @@ -108,11 +108,11 @@ - - + + - + diff --git a/src/devices/pic/xml_data/24HJ128GP206.xml b/src/devices/pic/xml_data/24HJ128GP206.xml index 60c824c..c065e99 100644 --- a/src/devices/pic/xml_data/24HJ128GP206.xml +++ b/src/devices/pic/xml_data/24HJ128GP206.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ128GP210.xml b/src/devices/pic/xml_data/24HJ128GP210.xml index 6e1983d..b0922d0 100644 --- a/src/devices/pic/xml_data/24HJ128GP210.xml +++ b/src/devices/pic/xml_data/24HJ128GP210.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ128GP306.xml b/src/devices/pic/xml_data/24HJ128GP306.xml index 7e8f67e..97f23e1 100644 --- a/src/devices/pic/xml_data/24HJ128GP306.xml +++ b/src/devices/pic/xml_data/24HJ128GP306.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ128GP310.xml b/src/devices/pic/xml_data/24HJ128GP310.xml index 8e148b0..a600601 100644 --- a/src/devices/pic/xml_data/24HJ128GP310.xml +++ b/src/devices/pic/xml_data/24HJ128GP310.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ128GP506.xml b/src/devices/pic/xml_data/24HJ128GP506.xml index ddb2d13..ae2fd06 100644 --- a/src/devices/pic/xml_data/24HJ128GP506.xml +++ b/src/devices/pic/xml_data/24HJ128GP506.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ128GP510.xml b/src/devices/pic/xml_data/24HJ128GP510.xml index 80a0f24..7195e60 100644 --- a/src/devices/pic/xml_data/24HJ128GP510.xml +++ b/src/devices/pic/xml_data/24HJ128GP510.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ12GP201.xml b/src/devices/pic/xml_data/24HJ12GP201.xml index 3dccc43..b0c3357 100644 --- a/src/devices/pic/xml_data/24HJ12GP201.xml +++ b/src/devices/pic/xml_data/24HJ12GP201.xml @@ -21,46 +21,46 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + @@ -69,38 +69,38 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -117,23 +117,23 @@ - - + + - - + + - - + + - + - - + + @@ -142,32 +142,32 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ12GP202.xml b/src/devices/pic/xml_data/24HJ12GP202.xml index 10dfdbb..60fdce8 100644 --- a/src/devices/pic/xml_data/24HJ12GP202.xml +++ b/src/devices/pic/xml_data/24HJ12GP202.xml @@ -21,46 +21,46 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + @@ -69,38 +69,38 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -117,23 +117,23 @@ - - + + - - + + - - + + - + - - + + @@ -142,32 +142,32 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ16GP304.xml b/src/devices/pic/xml_data/24HJ16GP304.xml index 09096ec..f4d50d8 100644 --- a/src/devices/pic/xml_data/24HJ16GP304.xml +++ b/src/devices/pic/xml_data/24HJ16GP304.xml @@ -24,46 +24,46 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + @@ -72,38 +72,38 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -120,23 +120,23 @@ - - + + - - + + - - + + - + - - + + @@ -145,32 +145,32 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ256GP206.xml b/src/devices/pic/xml_data/24HJ256GP206.xml index 3335305..d977b29 100644 --- a/src/devices/pic/xml_data/24HJ256GP206.xml +++ b/src/devices/pic/xml_data/24HJ256GP206.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ256GP210.xml b/src/devices/pic/xml_data/24HJ256GP210.xml index 60f9102..000bc00 100644 --- a/src/devices/pic/xml_data/24HJ256GP210.xml +++ b/src/devices/pic/xml_data/24HJ256GP210.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ256GP610.xml b/src/devices/pic/xml_data/24HJ256GP610.xml index 3189c39..4c1e714 100644 --- a/src/devices/pic/xml_data/24HJ256GP610.xml +++ b/src/devices/pic/xml_data/24HJ256GP610.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ32GP202.xml b/src/devices/pic/xml_data/24HJ32GP202.xml index 6f67086..d93607a 100644 --- a/src/devices/pic/xml_data/24HJ32GP202.xml +++ b/src/devices/pic/xml_data/24HJ32GP202.xml @@ -24,46 +24,46 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + @@ -72,38 +72,38 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -120,23 +120,23 @@ - - + + - - + + - - + + - + - - + + @@ -145,32 +145,32 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ32GP204.xml b/src/devices/pic/xml_data/24HJ32GP204.xml index 40d90b2..5a9e126 100644 --- a/src/devices/pic/xml_data/24HJ32GP204.xml +++ b/src/devices/pic/xml_data/24HJ32GP204.xml @@ -24,46 +24,46 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + @@ -72,38 +72,38 @@ - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -120,23 +120,23 @@ - - + + - - + + - - + + - + - - + + @@ -145,32 +145,32 @@ - - + + - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ64GP206.xml b/src/devices/pic/xml_data/24HJ64GP206.xml index 42b47d2..a3266fa 100644 --- a/src/devices/pic/xml_data/24HJ64GP206.xml +++ b/src/devices/pic/xml_data/24HJ64GP206.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ64GP210.xml b/src/devices/pic/xml_data/24HJ64GP210.xml index 734ce51..630a12a 100644 --- a/src/devices/pic/xml_data/24HJ64GP210.xml +++ b/src/devices/pic/xml_data/24HJ64GP210.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ64GP506.xml b/src/devices/pic/xml_data/24HJ64GP506.xml index 74a6cfa..372c767 100644 --- a/src/devices/pic/xml_data/24HJ64GP506.xml +++ b/src/devices/pic/xml_data/24HJ64GP506.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/24HJ64GP510.xml b/src/devices/pic/xml_data/24HJ64GP510.xml index 099ab2a..8711793 100644 --- a/src/devices/pic/xml_data/24HJ64GP510.xml +++ b/src/devices/pic/xml_data/24HJ64GP510.xml @@ -21,72 +21,72 @@ - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + @@ -95,38 +95,38 @@ - - + + - - + + - + - - + + - - + + - - + + - + - - + + @@ -143,23 +143,23 @@ - - + + - - + + - - + + - + - - + + @@ -168,28 +168,28 @@ - + - - + + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F1010.xml b/src/devices/pic/xml_data/30F1010.xml index 7aa7c07..1d59008 100644 --- a/src/devices/pic/xml_data/30F1010.xml +++ b/src/devices/pic/xml_data/30F1010.xml @@ -27,77 +27,77 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -114,23 +114,23 @@ - - + + - - + + - - + + - + - - + + @@ -139,20 +139,20 @@ - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F2010.xml b/src/devices/pic/xml_data/30F2010.xml index 85ec165..f252785 100644 --- a/src/devices/pic/xml_data/30F2010.xml +++ b/src/devices/pic/xml_data/30F2010.xml @@ -36,13 +36,13 @@ - + - - + + @@ -59,22 +59,22 @@ - - + + - - + + - + - - + + @@ -91,84 +91,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F2011.xml b/src/devices/pic/xml_data/30F2011.xml index 54886ed..a767855 100644 --- a/src/devices/pic/xml_data/30F2011.xml +++ b/src/devices/pic/xml_data/30F2011.xml @@ -27,13 +27,13 @@ - + - - + + @@ -53,16 +53,16 @@ - - + + - + - - + + @@ -79,72 +79,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F2012.xml b/src/devices/pic/xml_data/30F2012.xml index 3f0d7ec..6da9eb7 100644 --- a/src/devices/pic/xml_data/30F2012.xml +++ b/src/devices/pic/xml_data/30F2012.xml @@ -27,13 +27,13 @@ - + - - + + @@ -53,16 +53,16 @@ - - + + - + - - + + @@ -79,72 +79,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F2020.xml b/src/devices/pic/xml_data/30F2020.xml index cad9c22..3aa30e9 100644 --- a/src/devices/pic/xml_data/30F2020.xml +++ b/src/devices/pic/xml_data/30F2020.xml @@ -27,77 +27,77 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -114,23 +114,23 @@ - - + + - - + + - - + + - + - - + + @@ -139,20 +139,20 @@ - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F2023.xml b/src/devices/pic/xml_data/30F2023.xml index 6871678..8241600 100644 --- a/src/devices/pic/xml_data/30F2023.xml +++ b/src/devices/pic/xml_data/30F2023.xml @@ -27,77 +27,77 @@ - + - - + + - - + + - - + + - + - + - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + @@ -114,23 +114,23 @@ - - + + - - + + - - + + - + - - + + @@ -139,20 +139,20 @@ - + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F3010.xml b/src/devices/pic/xml_data/30F3010.xml index 2d4170d..1041c86 100644 --- a/src/devices/pic/xml_data/30F3010.xml +++ b/src/devices/pic/xml_data/30F3010.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,16 +54,16 @@ - - + + - + - - + + @@ -80,84 +80,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F3011.xml b/src/devices/pic/xml_data/30F3011.xml index 6f84490..b092d8b 100644 --- a/src/devices/pic/xml_data/30F3011.xml +++ b/src/devices/pic/xml_data/30F3011.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,84 +81,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F3012.xml b/src/devices/pic/xml_data/30F3012.xml index 4ecc5d3..b87d96a 100644 --- a/src/devices/pic/xml_data/30F3012.xml +++ b/src/devices/pic/xml_data/30F3012.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,16 +54,16 @@ - - + + - + - - + + @@ -80,72 +80,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F3013.xml b/src/devices/pic/xml_data/30F3013.xml index 337316c..702e415 100644 --- a/src/devices/pic/xml_data/30F3013.xml +++ b/src/devices/pic/xml_data/30F3013.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,16 +54,16 @@ - - + + - + - - + + @@ -80,72 +80,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F3014.xml b/src/devices/pic/xml_data/30F3014.xml index 870b30b..13bd387 100644 --- a/src/devices/pic/xml_data/30F3014.xml +++ b/src/devices/pic/xml_data/30F3014.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,16 +54,16 @@ - - + + - + - - + + @@ -80,72 +80,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F4011.xml b/src/devices/pic/xml_data/30F4011.xml index 91f6d83..89791c2 100644 --- a/src/devices/pic/xml_data/30F4011.xml +++ b/src/devices/pic/xml_data/30F4011.xml @@ -28,13 +28,13 @@ - + - - + + @@ -51,23 +51,23 @@ - - + + - - + + - + - - + + @@ -84,84 +84,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F4012.xml b/src/devices/pic/xml_data/30F4012.xml index 3bc430b..e42b34c 100644 --- a/src/devices/pic/xml_data/30F4012.xml +++ b/src/devices/pic/xml_data/30F4012.xml @@ -28,13 +28,13 @@ - + - - + + @@ -51,23 +51,23 @@ - - + + - - + + - + - - + + @@ -84,84 +84,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F4013.xml b/src/devices/pic/xml_data/30F4013.xml index 6177a81..1732e6e 100644 --- a/src/devices/pic/xml_data/30F4013.xml +++ b/src/devices/pic/xml_data/30F4013.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,72 +81,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F5011.xml b/src/devices/pic/xml_data/30F5011.xml index dfd9f6f..a1f311d 100644 --- a/src/devices/pic/xml_data/30F5011.xml +++ b/src/devices/pic/xml_data/30F5011.xml @@ -28,13 +28,13 @@ - + - - + + @@ -51,23 +51,23 @@ - - + + - - + + - + - - + + @@ -84,125 +84,125 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F5013.xml b/src/devices/pic/xml_data/30F5013.xml index 2017b70..debd97f 100644 --- a/src/devices/pic/xml_data/30F5013.xml +++ b/src/devices/pic/xml_data/30F5013.xml @@ -28,13 +28,13 @@ - + - - + + @@ -51,23 +51,23 @@ - - + + - - + + - + - - + + @@ -84,125 +84,125 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F5015.xml b/src/devices/pic/xml_data/30F5015.xml index 489bed2..af7c20a 100644 --- a/src/devices/pic/xml_data/30F5015.xml +++ b/src/devices/pic/xml_data/30F5015.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,84 +81,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F5016.xml b/src/devices/pic/xml_data/30F5016.xml index 6aa3e0e..aa2e7e1 100644 --- a/src/devices/pic/xml_data/30F5016.xml +++ b/src/devices/pic/xml_data/30F5016.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,84 +81,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6010.xml b/src/devices/pic/xml_data/30F6010.xml index 1038327..8b26c7c 100644 --- a/src/devices/pic/xml_data/30F6010.xml +++ b/src/devices/pic/xml_data/30F6010.xml @@ -29,13 +29,13 @@ - + - - + + @@ -52,23 +52,23 @@ - - + + - - + + - + - - + + @@ -85,84 +85,84 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6010A.xml b/src/devices/pic/xml_data/30F6010A.xml index 4f477d2..2f5e976 100644 --- a/src/devices/pic/xml_data/30F6010A.xml +++ b/src/devices/pic/xml_data/30F6010A.xml @@ -35,13 +35,13 @@ - + - - + + @@ -61,17 +61,17 @@ - - + + - + - - + + @@ -88,137 +88,137 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6011.xml b/src/devices/pic/xml_data/30F6011.xml index 94a1ba1..60e6f5f 100644 --- a/src/devices/pic/xml_data/30F6011.xml +++ b/src/devices/pic/xml_data/30F6011.xml @@ -29,13 +29,13 @@ - + - - + + @@ -52,23 +52,23 @@ - - + + - - + + - + - - + + @@ -85,72 +85,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6011A.xml b/src/devices/pic/xml_data/30F6011A.xml index 752f62b..bb499b1 100644 --- a/src/devices/pic/xml_data/30F6011A.xml +++ b/src/devices/pic/xml_data/30F6011A.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,125 +81,125 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6012.xml b/src/devices/pic/xml_data/30F6012.xml index 7d5f9b5..e7c1797 100644 --- a/src/devices/pic/xml_data/30F6012.xml +++ b/src/devices/pic/xml_data/30F6012.xml @@ -29,13 +29,13 @@ - + - - + + @@ -52,23 +52,23 @@ - - + + - - + + - + - - + + @@ -85,72 +85,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6012A.xml b/src/devices/pic/xml_data/30F6012A.xml index c2a0e42..6dd84fb 100644 --- a/src/devices/pic/xml_data/30F6012A.xml +++ b/src/devices/pic/xml_data/30F6012A.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,125 +81,125 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6013.xml b/src/devices/pic/xml_data/30F6013.xml index 81451a6..34b66cf 100644 --- a/src/devices/pic/xml_data/30F6013.xml +++ b/src/devices/pic/xml_data/30F6013.xml @@ -29,13 +29,13 @@ - + - - + + @@ -52,23 +52,23 @@ - - + + - - + + - + - - + + @@ -85,72 +85,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6013A.xml b/src/devices/pic/xml_data/30F6013A.xml index ff382ea..e0a5758 100644 --- a/src/devices/pic/xml_data/30F6013A.xml +++ b/src/devices/pic/xml_data/30F6013A.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,125 +81,125 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6014.xml b/src/devices/pic/xml_data/30F6014.xml index 2e5353e..8cf7766 100644 --- a/src/devices/pic/xml_data/30F6014.xml +++ b/src/devices/pic/xml_data/30F6014.xml @@ -29,13 +29,13 @@ - + - - + + @@ -52,23 +52,23 @@ - - + + - - + + - + - - + + @@ -85,72 +85,72 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6014A.xml b/src/devices/pic/xml_data/30F6014A.xml index 6396aed..c6a6efe 100644 --- a/src/devices/pic/xml_data/30F6014A.xml +++ b/src/devices/pic/xml_data/30F6014A.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,125 +81,125 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/30F6015.xml b/src/devices/pic/xml_data/30F6015.xml index 4b5b5bd..784f38d 100644 --- a/src/devices/pic/xml_data/30F6015.xml +++ b/src/devices/pic/xml_data/30F6015.xml @@ -28,13 +28,13 @@ - + - - + + @@ -54,17 +54,17 @@ - - + + - + - - + + @@ -81,137 +81,137 @@ - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + - + diff --git a/src/devices/pic/xml_data/pic.xsd b/src/devices/pic/xml_data/pic.xsd index 52d1bb2..f358f68 100644 --- a/src/devices/pic/xml_data/pic.xsd +++ b/src/devices/pic/xml_data/pic.xsd @@ -225,9 +225,9 @@ - + - + @@ -246,14 +246,14 @@ - + - + - - + + diff --git a/src/devices/pic/xml_data/registers/registers.xml b/src/devices/pic/xml_data/registers/registers.xml index 509e4ff..d7c0884 100644 --- a/src/devices/pic/xml_data/registers/registers.xml +++ b/src/devices/pic/xml_data/registers/registers.xml @@ -20769,7 +20769,7 @@ - + @@ -20885,7 +20885,7 @@ - + @@ -21001,7 +21001,7 @@ - + @@ -21123,7 +21123,7 @@ - + @@ -21245,7 +21245,7 @@ - + @@ -21376,7 +21376,7 @@ - + @@ -21628,7 +21628,7 @@ - + @@ -21763,7 +21763,7 @@ - + @@ -22021,7 +22021,7 @@ - + @@ -22135,7 +22135,7 @@ - + @@ -22254,7 +22254,7 @@ - + @@ -22368,7 +22368,7 @@ - + @@ -22487,7 +22487,7 @@ - + @@ -22612,7 +22612,7 @@ - + @@ -22740,7 +22740,7 @@ - + @@ -22865,7 +22865,7 @@ - + @@ -22993,7 +22993,7 @@ - + @@ -23163,7 +23163,7 @@ - + @@ -23286,7 +23286,7 @@ - + @@ -23406,7 +23406,7 @@ - + @@ -23534,7 +23534,7 @@ - + @@ -23662,7 +23662,7 @@ - + @@ -23832,7 +23832,7 @@ - + @@ -23944,7 +23944,7 @@ - + @@ -24078,7 +24078,7 @@ - + @@ -24241,7 +24241,7 @@ - + @@ -24484,7 +24484,7 @@ - + @@ -24902,7 +24902,7 @@ - + @@ -25025,7 +25025,7 @@ - + @@ -25153,7 +25153,7 @@ - + @@ -25276,7 +25276,7 @@ - + @@ -25396,7 +25396,7 @@ - + @@ -25526,7 +25526,7 @@ - + @@ -25656,7 +25656,7 @@ - + @@ -25784,7 +25784,7 @@ - + @@ -25896,7 +25896,7 @@ - + @@ -26059,7 +26059,7 @@ - + @@ -26302,7 +26302,7 @@ - + @@ -26720,7 +26720,7 @@ - + @@ -27133,7 +27133,7 @@ - + @@ -27256,7 +27256,7 @@ - + @@ -27379,7 +27379,7 @@ - + @@ -27507,7 +27507,7 @@ - + @@ -27920,7 +27920,7 @@ - + @@ -28333,7 +28333,7 @@ - + @@ -28746,7 +28746,7 @@ - + @@ -28878,7 +28878,7 @@ - + @@ -29012,7 +29012,7 @@ - + @@ -29144,7 +29144,7 @@ - + @@ -29278,7 +29278,7 @@ - + @@ -29454,7 +29454,7 @@ - + @@ -29582,7 +29582,7 @@ - + @@ -29708,7 +29708,7 @@ - + @@ -29840,7 +29840,7 @@ - + @@ -29972,7 +29972,7 @@ - + @@ -30148,7 +30148,7 @@ - + @@ -30266,7 +30266,7 @@ - + @@ -30406,7 +30406,7 @@ - + @@ -30571,7 +30571,7 @@ - + @@ -30828,7 +30828,7 @@ - + @@ -31260,7 +31260,7 @@ - + @@ -31393,7 +31393,7 @@ - + @@ -31523,7 +31523,7 @@ - + @@ -31650,7 +31650,7 @@ - + @@ -31776,7 +31776,7 @@ - + @@ -31908,7 +31908,7 @@ - + @@ -32040,7 +32040,7 @@ - + @@ -32172,7 +32172,7 @@ - + @@ -32290,7 +32290,7 @@ - + @@ -32455,7 +32455,7 @@ - + @@ -32712,7 +32712,7 @@ - + @@ -33144,7 +33144,7 @@ - + @@ -33568,7 +33568,7 @@ - + @@ -33701,7 +33701,7 @@ - + @@ -33828,7 +33828,7 @@ - + @@ -33960,7 +33960,7 @@ - + @@ -34384,7 +34384,7 @@ - + @@ -34808,7 +34808,7 @@ - + @@ -35232,7 +35232,7 @@ - + @@ -35379,7 +35379,7 @@ - + @@ -35552,7 +35552,7 @@ - + @@ -35689,7 +35689,7 @@ - + @@ -35857,7 +35857,7 @@ - + @@ -36004,7 +36004,7 @@ - + @@ -36177,7 +36177,7 @@ - + @@ -36314,7 +36314,7 @@ - + @@ -36482,7 +36482,7 @@ - + @@ -36641,7 +36641,7 @@ - + @@ -36807,7 +36807,7 @@ - + @@ -36981,7 +36981,7 @@ - + @@ -37409,7 +37409,7 @@ - + @@ -37581,7 +37581,7 @@ - + @@ -37718,7 +37718,7 @@ - + @@ -37890,7 +37890,7 @@ - + @@ -38076,7 +38076,7 @@ - + @@ -38244,7 +38244,7 @@ - + @@ -38403,7 +38403,7 @@ - + @@ -38569,7 +38569,7 @@ - + @@ -38743,7 +38743,7 @@ - + @@ -38917,7 +38917,7 @@ - + @@ -39345,7 +39345,7 @@ - + @@ -39517,7 +39517,7 @@ - + @@ -39704,7 +39704,7 @@ - + @@ -39875,7 +39875,7 @@ - + @@ -40062,7 +40062,7 @@ - + @@ -40249,7 +40249,7 @@ - + @@ -40436,7 +40436,7 @@ - + @@ -40689,7 +40689,7 @@ - + @@ -40942,7 +40942,7 @@ - + @@ -41101,7 +41101,7 @@ - + @@ -41275,7 +41275,7 @@ - + @@ -41446,7 +41446,7 @@ - + @@ -41633,7 +41633,7 @@ - + @@ -41820,7 +41820,7 @@ - + @@ -42073,7 +42073,7 @@ - + @@ -42223,7 +42223,7 @@ - + @@ -42400,7 +42400,7 @@ - + @@ -42540,7 +42540,7 @@ - + @@ -42711,7 +42711,7 @@ - + @@ -42861,7 +42861,7 @@ - + @@ -43038,7 +43038,7 @@ - + @@ -43178,7 +43178,7 @@ - + @@ -43349,7 +43349,7 @@ - + @@ -43511,7 +43511,7 @@ - + @@ -43682,7 +43682,7 @@ - + @@ -43859,7 +43859,7 @@ - + @@ -44292,7 +44292,7 @@ - + @@ -44467,7 +44467,7 @@ - + @@ -44607,7 +44607,7 @@ - + @@ -44782,7 +44782,7 @@ - + @@ -44975,7 +44975,7 @@ - + @@ -45147,7 +45147,7 @@ - + @@ -45309,7 +45309,7 @@ - + @@ -45480,7 +45480,7 @@ - + @@ -45657,7 +45657,7 @@ - + @@ -45834,7 +45834,7 @@ - + @@ -46267,7 +46267,7 @@ - + @@ -46442,7 +46442,7 @@ - + @@ -46635,7 +46635,7 @@ - + @@ -46809,7 +46809,7 @@ - + @@ -47002,7 +47002,7 @@ - + @@ -47195,7 +47195,7 @@ - + @@ -47388,7 +47388,7 @@ - + @@ -47649,7 +47649,7 @@ - + @@ -47910,7 +47910,7 @@ - + @@ -48072,7 +48072,7 @@ - + @@ -48249,7 +48249,7 @@ - + @@ -48423,7 +48423,7 @@ - + @@ -48616,7 +48616,7 @@ - + @@ -48809,7 +48809,7 @@ - + @@ -49070,7 +49070,7 @@ - + @@ -49335,7 +49335,7 @@ - + @@ -49600,7 +49600,7 @@ - + -- cgit v1.2.1