@mchp-mcc/dspic33a-flash 1.0.1 → 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 +6 -0
- package/Readme.md +6 -0
- package/output/autoCreator.js +1 -1
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +1 -1
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +1 -1
- package/output/creator.js.map +1 -1
- package/output/flash-a-core-ftl/flash_types.h.ftl +1 -1
- package/output/processor.js +1 -1
- package/output/processor.js.map +1 -1
- package/package.json +45 -2
- package/src/GeneratorModel.ts +1 -1
package/Changelog.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [1.0.2] - 2025-02-05
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- **CC16SCRIP-9662** :- ErasePageAddressGet() returns wrong Flash Page Start address
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [1.0.1] - 2024-07-19
|
|
5
11
|
|
|
6
12
|
### New Features
|
package/Readme.md
CHANGED
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
# Changelog
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
7
7
|
|
|
8
|
+
## [1.0.2] - 2025-02-05
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
- **CC16SCRIP-9662** :- ErasePageAddressGet() returns wrong Flash Page Start address
|
|
12
|
+
|
|
13
|
+
|
|
8
14
|
## [1.0.1] - 2024-07-19
|
|
9
15
|
|
|
10
16
|
### New Features
|
package/output/autoCreator.js
CHANGED
|
@@ -4264,7 +4264,7 @@ var GeneratorModel = function GeneratorModel(dataModel) {
|
|
|
4264
4264
|
|
|
4265
4265
|
var generatableItems = {
|
|
4266
4266
|
generatePLIBVersion: true,
|
|
4267
|
-
PLIBVersion: "1.0.
|
|
4267
|
+
PLIBVersion: "1.0.2",
|
|
4268
4268
|
disclaimer: "/*disclaimer*/",
|
|
4269
4269
|
generateInterfaceContent: derivedData.enableInterfaceDefinitionGeneration(),
|
|
4270
4270
|
moduleNameUpperCase: _this.dataModel.getName().toLocaleUpperCase(),
|