@mchp-mcc/i2c-client-driver
Advanced tools
Comparing version
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [2.0.5] - 2024-10-01 | ||
### New Features | ||
- **CC16SCRIP-9611** :- Updated the client driver to have 0x7F as default mask for PIC 8 bit devices | ||
## [2.0.4] - 2024-07-18 | ||
@@ -5,0 +11,0 @@ |
@@ -6,4 +6,2 @@ "use strict"; | ||
var creator_1 = require("./creator"); | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
var packageJson = require("../../../package.json"); | ||
exports.hooks = { | ||
@@ -13,6 +11,3 @@ process: processor_1.process, | ||
reducer: "auto", | ||
displayName: packageJson.scf.displayName, | ||
category: packageJson.scf.category, | ||
views: packageJson.scf.views, | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
© 2019 Microchip Technology Inc. and its subsidiaries. | ||
© 2023 Microchip Technology Inc. and its subsidiaries. | ||
@@ -3,0 +3,0 @@ Subject to your compliance with these terms, you may use Microchip |
{ | ||
"name": "@mchp-mcc/i2c-client-driver", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"scf": { | ||
@@ -13,3 +13,5 @@ "reducer": "auto", | ||
"displayName": "I2C", | ||
"category": "Drivers/I2C" | ||
"category": "Drivers/I2C", | ||
"autoProcessor": "output/autoProcessor.js", | ||
"autoCreator": "output/autoCreator.js" | ||
}, | ||
@@ -19,4 +21,4 @@ "scf-automodule": { | ||
"hookPaths": { | ||
"processor": "generated_module/src/processor.tsx", | ||
"creator": "generated_module/src/creator.tsx" | ||
"processor": "generated_module/src/processor.ts", | ||
"creator": "generated_module/src/creator.ts" | ||
}, | ||
@@ -34,3 +36,3 @@ "shouldNotifyOnDeploy": true | ||
"build-run-dir": "node config/extract-run-directory.js", | ||
"build-latest-run-dir": "yarn add @microchip/run-directory && yarn build-run-dir", | ||
"build-latest-run-dir": "yarn add @microchip/run-directory && node config/extract-run-directory.js", | ||
"dist": "gulp dist --gulpfile config/gulpfile.js --cwd .", | ||
@@ -40,5 +42,6 @@ "lint:nofix": "eslint \"./src/**/*.{ts,tsx}\" --quiet", | ||
"updateProject": "node config/create-auto-module.js --updateProject=true", | ||
"update-auto-module": "yarn add @microchip/scf-automodule -D && yarn updateProject", | ||
"update-auto-module": "yarn add @microchip/scf-automodule -D && yarn upgrade @microchip/melody-automodule-interface && yarn updateProject", | ||
"profile": "jest profile", | ||
"release": "yarn build && yarn test && node -e 'require(\"./config/scf-project-scripts\").releaseProject()'" | ||
"release": "yarn build && yarn test && node -e 'require(\"./config/scf-project-scripts\").releaseProject()'", | ||
"postprocess": "node config/appendPrototype.js" | ||
}, | ||
@@ -78,14 +81,14 @@ "husky": { | ||
"@microchip/fosc-hz": "^0.1.2", | ||
"@microchip/i2c-client-basic": "2.0.0", | ||
"@microchip/pin-standard": "^0.2.14", | ||
"@microchip/scf-automodule-interface": "^0.17.0", | ||
"@microchip/scf-common": "^3.13.4", | ||
"@microchip/scf-device": "^8.2.0", | ||
"@microchip/i2c-client-basic": "^2.0.0", | ||
"@microchip/pin-standard": "^0.6.0", | ||
"@microchip/pins-interface": "^1.0.1", | ||
"@microchip/scf-common": "^3.22.7", | ||
"@microchip/scf-device": "^8.11.1", | ||
"@microchip/scf-integration-test": "^1.0.0", | ||
"@microchip/scf-interface": "^1.4.0", | ||
"@microchip/scf-register-view-helper": "^2.4.0" | ||
"@microchip/scf-register-view-helper": "^2.8.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-class-properties": "^7.10.1", | ||
"@babel/preset-env": "^7.9.6", | ||
@@ -95,7 +98,8 @@ "@babel/preset-react": "^7.9.4", | ||
"@microchip/initializer-system": "^0.5.3", | ||
"@microchip/melody-automodule-interface": "^1.14.5", | ||
"@microchip/pic-8bit-types": "^5.0.1", | ||
"@microchip/run-directory": "^2.3.58", | ||
"@microchip/run-directory-future": "^1.0.5", | ||
"@microchip/scf-automodule": "^4.14.6", | ||
"@microchip/scf-autoview": "^3.17.0", | ||
"@microchip/run-directory": "^4.3.3", | ||
"@microchip/scf-automodule": "^5.14.5", | ||
"@microchip/scf-automodule-impl": "^1.16.4", | ||
"@microchip/scf-autoview": "^3.32.5", | ||
"@microchip/scf-project-scripts": "^1.0.0", | ||
@@ -124,3 +128,3 @@ "@types/core-js": "^2.5.1", | ||
"eslint-plugin-react": "^7.20.0", | ||
"fork-ts-checker-webpack-plugin": "^1.3.7", | ||
"fork-ts-checker-webpack-plugin": "^8.0.0", | ||
"fs": "^0.0.1-security", | ||
@@ -138,3 +142,3 @@ "gulp": "^4.0.2", | ||
"jest-pnp-resolver": "^1.2.1", | ||
"lint-staged": "^10.1.3", | ||
"lint-staged": "^10.2.2", | ||
"pnp-webpack-plugin": "^1.5.0", | ||
@@ -144,7 +148,7 @@ "prettier": "^2.0.5", | ||
"ts-pnp": "^1.1.2", | ||
"typescript": "^4.0.5", | ||
"webpack": "^4.34.0", | ||
"typescript": "~4.5.5", | ||
"webpack": "^5.92.1", | ||
"webpack-cli": "^3.3.4", | ||
"webpack-merge": "^4.2.2", | ||
"webpack-stream": "^5.2.1", | ||
"webpack-stream": "^7.0.0", | ||
"yargs": "^13.2.4" | ||
@@ -157,2 +161,2 @@ }, | ||
"bitBucketRepository": "https://bitbucket.microchip.com/projects/scf/repos/i2c-client-driver/browse" | ||
} | ||
} |
@@ -29,2 +29,8 @@ # MCC Melody I2C Client Driver | ||
## [2.0.5] - 2024-10-01 | ||
### New Features | ||
- **CC16SCRIP-9611** :- Updated the client driver to have 0x7F as default mask for PIC 8 bit devices | ||
## [2.0.4] - 2024-07-18 | ||
@@ -31,0 +37,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { CreatorFunctions } from "@microchip/scf-automodule-interface"; | ||
import { CreatorFunctions } from "@microchip/melody-automodule-interface"; | ||
import { MyState } from "../generated_module/src/types/AutoModuleTypes"; | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1504843
67.19%19
46.15%65
10.17%59
1.72%1639
-78.35%