@mchp-mcc/scf-pic8-interrupt-v3 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/package.json +4 -4
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] - 2023-12-01
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- **CC8SCRIP-18880** :- Fixed Melody Core Compatibility warnings for interrupt module
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [1.0.1] - 2023-07-04
|
|
5
11
|
|
|
6
12
|
### New Features
|
package/Readme.md
CHANGED
|
@@ -7,6 +7,12 @@ The Interrupt Manager configures the interrupt and handles the interrupt request
|
|
|
7
7
|
# Changelog
|
|
8
8
|
All notable changes to this project will be documented in this file.
|
|
9
9
|
|
|
10
|
+
## [1.0.2] - 2023-12-01
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
- **CC8SCRIP-18880** :- Fixed Melody Core Compatibility warnings for interrupt module
|
|
14
|
+
|
|
15
|
+
|
|
10
16
|
## [1.0.1] - 2023-07-04
|
|
11
17
|
|
|
12
18
|
### New Features
|
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
|
},
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@microchip/basic_pin": "^1.0.2",
|
|
139
139
|
"@microchip/fosc-hz": "^0.1.2",
|
|
140
140
|
"@microchip/pin-standard": "^0.6.0",
|
|
141
|
-
"@microchip/run-directory": "^4.2.
|
|
141
|
+
"@microchip/run-directory": "^4.2.4",
|
|
142
142
|
"@microchip/scf-common": "^3.21.0",
|
|
143
143
|
"@microchip/scf-device": "^8.9.0",
|
|
144
144
|
"@microchip/scf-integration-test": "^1.0.0",
|
|
@@ -161,7 +161,7 @@
|
|
|
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.10.3",
|
|
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
167
|
"@microchip/scf-automodule": "^5.10.4",
|