@mchp-mcc/scf-pic8-interrupt-v3 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +12 -0
- package/Readme.md +12 -0
- package/output/autoCreator.js +343 -9
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +343 -9
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +1116 -41
- package/output/creator.js.map +1 -1
- package/output/processor.js +1116 -41
- package/output/processor.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/scf-pic8-interrupt-v3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"scf": {
|
|
5
5
|
"reducer": "auto",
|
|
6
6
|
"creator": "output/creator.js",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"lint": "tsc --noEmit && yarn lint:nofix --fix",
|
|
93
93
|
"updateProject": "node config/create-auto-module.js --updateProject=true",
|
|
94
94
|
"update-auto-module": "yarn add @microchip/scf-automodule -D && yarn updateProject",
|
|
95
|
-
"test:itf:all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=interrupt.major.test.ts --df=\"PIC16F1829\"",
|
|
95
|
+
"test:itf:all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=interrupt.major.test.ts --df=\"PIC16F1829|PIC16F1933|PIC16F1619|PIC16F1567\"",
|
|
96
96
|
"test:itf:dev": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=interrupt.major.test.ts --df=\"PIC16F1829\"",
|
|
97
97
|
"postprocess": "node config/appendPrototype.js"
|
|
98
98
|
},
|
|
@@ -137,10 +137,10 @@
|
|
|
137
137
|
"@microchip/api-prefix-registration": "^0.1.0",
|
|
138
138
|
"@microchip/basic_pin": "^1.0.2",
|
|
139
139
|
"@microchip/fosc-hz": "^0.1.2",
|
|
140
|
-
"@microchip/pin-standard": "^0.
|
|
141
|
-
"@microchip/run-directory": "^4.2.
|
|
142
|
-
"@microchip/scf-common": "^3.
|
|
143
|
-
"@microchip/scf-device": "^8.
|
|
140
|
+
"@microchip/pin-standard": "^0.6.0",
|
|
141
|
+
"@microchip/run-directory": "^4.2.4",
|
|
142
|
+
"@microchip/scf-common": "^3.21.0",
|
|
143
|
+
"@microchip/scf-device": "^8.9.0",
|
|
144
144
|
"@microchip/scf-integration-test": "^1.0.0",
|
|
145
145
|
"@microchip/scf-interface": "^1.4.0",
|
|
146
146
|
"@microchip/scf-register-view-helper": "^2.5.0",
|
|
@@ -156,17 +156,17 @@
|
|
|
156
156
|
"@babel/preset-typescript": "^7.9.0",
|
|
157
157
|
"@mchp-mcc/pic-8bit": "5.13.1-dev.5",
|
|
158
158
|
"@mchp-mcc/pic-8bit-types": "5.13.1-dev.5",
|
|
159
|
-
"@microchip/ccl-itf": "^1.
|
|
159
|
+
"@microchip/ccl-itf": "^1.6.0",
|
|
160
160
|
"@microchip/initializer-main": "^0.4.0",
|
|
161
161
|
"@microchip/initializer-system": "^0.5.4",
|
|
162
162
|
"@microchip/interrupt-manager-generic": "^3.0.0",
|
|
163
163
|
"@microchip/interrupt-standard": "^1.0.1",
|
|
164
|
-
"@microchip/melody-automodule-interface": "^1.
|
|
164
|
+
"@microchip/melody-automodule-interface": "^1.10.3",
|
|
165
165
|
"@microchip/pic-8bit-types": "^4.1.5",
|
|
166
166
|
"@microchip/run-directory": "^4.2.3",
|
|
167
|
-
"@microchip/scf-automodule": "^5.
|
|
168
|
-
"@microchip/scf-automodule-impl": "
|
|
169
|
-
"@microchip/scf-autoview": "^3.
|
|
167
|
+
"@microchip/scf-automodule": "^5.10.4",
|
|
168
|
+
"@microchip/scf-automodule-impl": "1.12.3",
|
|
169
|
+
"@microchip/scf-autoview": "^3.32.4",
|
|
170
170
|
"@microchip/scf-project-scripts": "^1.0.0",
|
|
171
171
|
"@types/core-js": "^2.5.1",
|
|
172
172
|
"@types/enzyme": "^3.9.3",
|