@mchp-mcc/dspic33a-flash 1.0.2 → 1.0.4
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 +15 -0
- package/Readme.md +15 -0
- package/lib/generated_module/src/index.js +2 -2
- package/output/autoCreator.js +1 -4377
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +1 -4379
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +1 -10497
- package/output/creator.js.map +1 -1
- package/output/flash-a-core-ftl/flash_nonblocking.c.ftl +2 -2
- package/output/moduleConfig.json +1 -0
- package/output/processor.js +1 -10497
- package/output/processor.js.map +1 -1
- package/package.json +13 -13
- package/src/GeneratorModel.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/dspic33a-flash",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"scf": {
|
|
5
5
|
"reducer": "auto",
|
|
6
6
|
"creator": "output/creator.js",
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"test": "jest",
|
|
80
80
|
"create-auto-module": "gulp create-auto-module --gulpfile config/gulpfile.js --cwd .",
|
|
81
81
|
"build-run-dir": "node config/extract-run-directory.js",
|
|
82
|
-
"build-latest-run-dir": "yarn add @microchip/run-directory &&
|
|
82
|
+
"build-latest-run-dir": "yarn add @microchip/run-directory && node config/extract-run-directory.js",
|
|
83
83
|
"dist": "gulp dist --gulpfile config/gulpfile.js --cwd .",
|
|
84
84
|
"lint:nofix": "eslint \"./src/**/*.{ts,tsx}\" --quiet",
|
|
85
85
|
"lint": "tsc --noEmit && yarn lint:nofix --fix",
|
|
86
86
|
"updateProject": "node config/create-auto-module.js --updateProject=true",
|
|
87
|
-
"update-auto-module": "yarn add @microchip/scf-automodule -D && yarn updateProject",
|
|
87
|
+
"update-auto-module": "yarn add @microchip/scf-automodule -D && yarn upgrade @microchip/melody-automodule-interface && yarn updateProject",
|
|
88
88
|
"postprocess": "node config/appendPrototype.js"
|
|
89
89
|
},
|
|
90
90
|
"husky": {
|
|
@@ -124,26 +124,26 @@
|
|
|
124
124
|
"@microchip/interrupt-16bit-interface": "^1.1.1",
|
|
125
125
|
"@microchip/pin-standard": "^0.6.0",
|
|
126
126
|
"@microchip/pins-interface": "^1.0.1",
|
|
127
|
-
"@microchip/scf-common": "^3.22.
|
|
127
|
+
"@microchip/scf-common": "^3.22.9",
|
|
128
128
|
"@microchip/scf-device": "^8.11.1",
|
|
129
129
|
"@microchip/scf-integration-test": "^1.0.0",
|
|
130
130
|
"@microchip/scf-interface": "^1.4.0",
|
|
131
|
-
"@microchip/scf-register-view-helper": "^2.
|
|
131
|
+
"@microchip/scf-register-view-helper": "^2.8.1",
|
|
132
132
|
"@microchip/system-16bit-initializer": "^1.0.0"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@babel/core": "^7.9.6",
|
|
136
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
136
|
+
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
|
137
137
|
"@babel/preset-env": "^7.9.6",
|
|
138
138
|
"@babel/preset-react": "^7.9.4",
|
|
139
139
|
"@babel/preset-typescript": "^7.9.0",
|
|
140
140
|
"@mchp-mcc/pic-16bit-types": "5.13.0-dev.13",
|
|
141
141
|
"@microchip/initializer-system": "^0.5.3",
|
|
142
|
-
"@microchip/melody-automodule-interface": "^1.
|
|
142
|
+
"@microchip/melody-automodule-interface": "^1.15.7",
|
|
143
143
|
"@microchip/pic-8bit-types": "^4.1.5",
|
|
144
144
|
"@microchip/run-directory": "^4.3.2",
|
|
145
|
-
"@microchip/scf-automodule": "^5.
|
|
146
|
-
"@microchip/scf-automodule-impl": "^1.
|
|
145
|
+
"@microchip/scf-automodule": "^5.15.0",
|
|
146
|
+
"@microchip/scf-automodule-impl": "^1.17.0",
|
|
147
147
|
"@microchip/scf-autoview": "^3.32.5",
|
|
148
148
|
"@microchip/scf-project-scripts": "^1.0.0",
|
|
149
149
|
"@types/core-js": "^2.5.1",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"eslint-loader": "^4.0.2",
|
|
169
169
|
"eslint-plugin-prettier": "^3.1.3",
|
|
170
170
|
"eslint-plugin-react": "^7.20.0",
|
|
171
|
-
"fork-ts-checker-webpack-plugin": "^
|
|
171
|
+
"fork-ts-checker-webpack-plugin": "^8.0.0",
|
|
172
172
|
"fs": "^0.0.1-security",
|
|
173
173
|
"gulp": "^4.0.2",
|
|
174
174
|
"gulp-changed": "^4.0.2",
|
|
@@ -181,16 +181,16 @@
|
|
|
181
181
|
"jest": "^24.8.0",
|
|
182
182
|
"jest-html-reporter": "^2.5.0",
|
|
183
183
|
"jest-pnp-resolver": "^1.2.1",
|
|
184
|
-
"lint-staged": "^10.
|
|
184
|
+
"lint-staged": "^10.2.2",
|
|
185
185
|
"pnp-webpack-plugin": "^1.5.0",
|
|
186
186
|
"prettier": "^2.0.5",
|
|
187
187
|
"ts-jest": "^24.0.2",
|
|
188
188
|
"ts-pnp": "^1.1.2",
|
|
189
189
|
"typescript": "~4.5.5",
|
|
190
|
-
"webpack": "^
|
|
190
|
+
"webpack": "^5.92.1",
|
|
191
191
|
"webpack-cli": "^3.3.4",
|
|
192
192
|
"webpack-merge": "^4.2.2",
|
|
193
|
-
"webpack-stream": "^
|
|
193
|
+
"webpack-stream": "^7.0.0",
|
|
194
194
|
"yargs": "^13.2.4"
|
|
195
195
|
},
|
|
196
196
|
"description": "- Download & Install [nodejs](https://nodejs.org/en/download/)\r - Download & Install npm\r - Setup node & npm in enviroment path",
|
package/src/GeneratorModel.ts
CHANGED
|
@@ -31,7 +31,7 @@ class GeneratorModel {
|
|
|
31
31
|
//The template data is now responsible for getting all the information for the ftl's
|
|
32
32
|
const generatableItems = {
|
|
33
33
|
generatePLIBVersion: true,
|
|
34
|
-
PLIBVersion: "1.0.
|
|
34
|
+
PLIBVersion: "1.0.4",
|
|
35
35
|
disclaimer: "/*disclaimer*/",
|
|
36
36
|
generateInterfaceContent: derivedData.enableInterfaceDefinitionGeneration(),
|
|
37
37
|
moduleNameUpperCase: this.dataModel.getName().toLocaleUpperCase(),
|