@mchp-mcc/scf-pic8-clc-v1 4.4.0 → 4.4.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 +2 -11
- package/Readme.md +2 -11
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +1 -1
- package/output/autoProcessor.js.map +1 -1
- package/output/cla_clc_stacked_v5.c.ftl +19 -19
- package/output/cla_clc_stacked_v5.h.ftl +1 -1
- package/output/creator.js.map +1 -1
- package/output/processor.js +1 -1
- package/output/processor.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/scf-pic8-clc-v1",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.2",
|
|
4
4
|
"spaViews": [
|
|
5
5
|
{
|
|
6
6
|
"guid": "fa249fb0-c803-4d5a-882f-6fc5ab2d8b52",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"build-prod": "gulp build --gulpfile config/gulpfile.js --production --cwd .",
|
|
141
141
|
"start": "gulp start --gulpfile config/gulpfile.js --cwd .",
|
|
142
142
|
"test": "jest",
|
|
143
|
-
"test:itf:all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=clc.major.test.ts --df=\"
|
|
144
|
-
"test:itf:dev": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=clc.major.test.ts --df=\"
|
|
143
|
+
"test:itf:all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=clc.major.test.ts --df=\"PIC16F13145|PIC18F.*Q35\"",
|
|
144
|
+
"test:itf:dev": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests --rd=./run --sf=clc.major.test.ts --df=\"PIC16F13145|PIC16F13276|PIC18F.*Q35\"",
|
|
145
145
|
"create-auto-module": "gulp create-auto-module --gulpfile config/gulpfile.js --cwd .",
|
|
146
146
|
"get-latest-auto-module": "yarn add @microchip/scf-automodule -D",
|
|
147
147
|
"build-run-dir": "node config/extract-run-directory.js",
|
|
@@ -219,13 +219,13 @@
|
|
|
219
219
|
"@babel/preset-react": "^7.9.4",
|
|
220
220
|
"@babel/preset-typescript": "^7.9.0",
|
|
221
221
|
"@mchp-mcc/melody-view-library": "^1.2.39",
|
|
222
|
-
"@mchp-mcc/pic-8bit": "5.
|
|
223
|
-
"@mchp-mcc/pic-8bit-types": "^5.
|
|
222
|
+
"@mchp-mcc/pic-8bit": "^5.30.1-dev.8",
|
|
223
|
+
"@mchp-mcc/pic-8bit-types": "^5.30.1-dev.8",
|
|
224
224
|
"@microchip/ccl-itf": "^1.8.1",
|
|
225
225
|
"@microchip/initializer-system": "^0.5.3",
|
|
226
226
|
"@microchip/interrupt-standard": "^1.0.1",
|
|
227
227
|
"@microchip/melody-automodule-interface": "^1.14.5",
|
|
228
|
-
"@microchip/run-directory": "^4.
|
|
228
|
+
"@microchip/run-directory": "^4.6.0",
|
|
229
229
|
"@microchip/scf-automodule": "^5.14.6",
|
|
230
230
|
"@microchip/scf-automodule-impl": "^1.16.4",
|
|
231
231
|
"@microchip/scf-autoview": "^3.32.5",
|