Socket
Socket
Sign inDemoInstall

@mchp-mcc/timer

Package Overview
Dependencies
4
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

src/catalog.json

7

Changelog.md
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.0] - 2023-12-20
### New Features
- **CC16SCRIP-7081** :- Support for timer driver interface
- **CC16SCRIP-6970** :- Timer: ADD ITF test cases for UI settings, data interface to verify the functionality in driver and PLIB and generated code
## [1.1.0] - 2022-09-23

@@ -5,0 +12,0 @@

2

LICENSE.txt

@@ -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

@@ -11,4 +11,16 @@ {

},
"exports": {},
"exports": {
"timer_driver_interface": {
"interfaces": [
{
"interfaceId": {
"name": "timer-driver-interface",
"version": "0.1.0"
}
}
],
"handleLimit": 1
}
},
"isEntryPoint": true
}
{
"name": "@mchp-mcc/timer",
"version": "1.1.0",
"version": "1.2.0",
"scf": {

@@ -41,3 +41,5 @@ "reducer": "auto",

"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()'",
"test-itf-all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests/itf --rd=./run --df=\"dsPIC33CK64MC105|dsPIC33CK256MC506|dsPIC33CDV64MC106|dsPIC33CK64MP105|dsPIC33CDVL64MC106|dsPIC33CDV256MP506|dsPIC33CK512MPT608|dsPIC33CDVC256MP506|dsPIC33CK256MP508|dsPIC33CK512MP608|dsPIC33CK1024MP710|dsPIC33CH512MP508|dsPIC33CH128MP508\"",
"test-itf": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests/itf --rd=./run --df=\"dsPIC33CH128MP508$\""
},

@@ -47,3 +49,4 @@ "files": [

"config.json",
"src/**/*"
"src/**/*",
"/tests/itf/"
],

@@ -55,3 +58,4 @@ "jest": {

"/generated_module/examples/",
"/lib/"
"/lib/",
"/tests/"
],

@@ -65,2 +69,3 @@ "modulePathIgnorePatterns": [

"dependencies": {
"@mchp-mcc/pic-16bit": "^5.10.1",
"@mchp-mcc/pic-8bit-types": "^5.4.1",

@@ -78,2 +83,3 @@ "@microchip/api-prefix-registration": "^0.1.0",

"@microchip/scf-register-view-helper": "^2.4.0",
"@microchip/timer-driver-interface": "^0.1.0",
"@microchip/timer-periodic": "^2.0.0",

@@ -90,4 +96,6 @@ "lodash.filter": "^4.6.0",

"@babel/preset-typescript": "^7.9.0",
"@microchip/ccl-itf": "^1.6.0",
"@microchip/initializer-system": "^0.5.3",
"@microchip/run-directory": "^2.5.3",
"@microchip/melody-automodule-interface": "^1.10.3",
"@microchip/run-directory": "^4.2.4",
"@microchip/run-directory-future": "^1.0.5",

@@ -94,0 +102,0 @@ "@microchip/scf-automodule": "^4.14.6",

@@ -18,2 +18,9 @@ # MCC Melody Timer Driver

## [1.2.0] - 2023-12-20
### New Features
- **CC16SCRIP-7081** :- Support for timer driver interface
- **CC16SCRIP-6970** :- Timer: ADD ITF test cases for UI settings, data interface to verify the functionality in driver and PLIB and generated code
## [1.1.0] - 2022-09-23

@@ -20,0 +27,0 @@

@@ -1,3 +0,3 @@

import { CreatorFunctions } from "@microchip/scf-automodule-interface/lib/src/CreatorFunctions";
import { State } from "../generated_module/src/creator";
import { CreatorFunctions } from "@microchip/melody-automodule-interface/lib/src/CreatorFunctions";
import { MyState } from "../generated_module/src/types/AutoModuleTypes";

@@ -11,8 +11,8 @@ export const getCreatorFunctions = (): CreatorFunctions => {

const shouldImport = (importKey: string, state: State): boolean => {
const shouldImport = (importKey: string, state: MyState): boolean => {
return true;
};
const getCreatorImportArgs = (importKey: string, state: State): any | undefined => {
const getCreatorImportArgs = (importKey: string, state: MyState): any | undefined => {
return undefined;
};

@@ -44,3 +44,19 @@ {

},
"exports": {},
"exports": {
"timer_driver_interface": {
"interfaces": [
{
"interfaceId": {
"name": "timer-driver-interface",
"version": "0.1.0"
},
"nodeModule": {
"importName": "timer_driver_interface",
"node": "@microchip/timer-driver-interface"
}
}
],
"handleLimit": 1
}
},
"softwareData": {

@@ -47,0 +63,0 @@ "customName": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc