🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@mchp-mcc/avr8-configuration-bits-v1

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mchp-mcc/avr8-configuration-bits-v1 - npm Package Compare versions

Comparing version

to
4.3.0

output/config_bits_avrsd.c.ftl

18

Changelog.md
# Changelog
All notable changes to this project will be documented in this file.
## [4.2.14] - 2024-04-07
## [4.3.0] - 2025-02-27
### Improvements
- **CC8SCRIP-19992** :- Update import version of the initializer-main interface to the generic version ^0.*
## [4.2.13] - 2024-01-18
### Improvements
- **CC8SCRIP-19285** :- Add package version in the generated .c and .h files
## [4.2.12] - 2023-07-13
### New Features
- **CC8SCRIP-16858** :- Fixed the missing PDICFG fuse for AVREB
### New Features and Improvements
- **M8PD-13614** :- Added Support for AVR-SD Device Family
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hooks = void 0;
const processor_1 = require("./processor");
const creator_1 = require("./creator");
var processor_1 = require("./processor");
var creator_1 = require("./creator");
exports.hooks = {

@@ -7,0 +7,0 @@ process: processor_1.process,

{
"name": "@mchp-mcc/avr8-configuration-bits-v1",
"version": "4.2.14",
"version": "4.3.0",
"scf": {

@@ -128,3 +128,3 @@ "reducer": "auto",

"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 .",

@@ -134,8 +134,8 @@ "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",
"build-run-dir-future": "node config/extract-run-directory-future.js",
"profile": "jest profile",
"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=\"AVR128DA64|ATmega4809\"",
"test:itf:dev": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=tests/itf --rd=run --sf=configBits.major.test.ts --df=\"AVR128DB64\"",
"test:itf:all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=tests/itf --rd=run --df=\"AVR128DA64|ATmega4809|AVR32SD20|AVR32SD28|AVR32SD32|AVR128DB64|AVR64DD32|AVR64DU32\"",
"test:itf:dev": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=tests/itf --rd=run --sf=configBits.major.test.ts --df=\"AVR32SD32\"",
"postprocess": "node config/appendPrototype.js"

@@ -186,8 +186,9 @@ },

"@microchip/initializer-main": "^0.3.0",
"@microchip/pin-standard": "^0.6.0",
"@microchip/pins-interface": "^1.0.1",
"@microchip/scf-common": "^3.22.3",
"@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.7.0",
"@microchip/scf-register-view-helper": "^2.8.0",
"babel-jest": "^27.0.6",

@@ -200,9 +201,9 @@ "lodash.filter": "^4.6.0",

"@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",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@mchp-mcc/avr-8bit": "4.7.1-dev.8",
"@mchp-mcc/avr-8bit-types": "4.7.1-dev.8",
"@microchip/ccl-itf": "^1.6.0",
"@mchp-mcc/avr-8bit": "^4.12.1-dev.4",
"@mchp-mcc/avr-8bit-types": "^4.12.1-dev.4",
"@microchip/ccl-itf": "^1.8.0",
"@microchip/config-info": "^0.2.1",

@@ -212,6 +213,6 @@ "@microchip/configbits-basic-interface": "^1.0.0",

"@microchip/interrupt-vectored": "^1.2.0",
"@microchip/melody-automodule-interface": "^1.14.1",
"@microchip/run-directory": "^4.3.2",
"@microchip/scf-automodule": "^5.13.1",
"@microchip/scf-automodule-impl": "^1.14.1",
"@microchip/melody-automodule-interface": "^1.14.5",
"@microchip/run-directory": "^4.4.0",
"@microchip/scf-automodule": "^5.14.6",
"@microchip/scf-automodule-impl": "^1.16.4",
"@microchip/scf-autoview": "^3.32.5",

@@ -242,3 +243,3 @@ "@microchip/scf-project-scripts": "^1.0.0",

"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",

@@ -256,3 +257,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",

@@ -263,6 +264,6 @@ "prettier": "^2.0.5",

"typescript": "~4.5.5",
"webpack": "^4.34.0",
"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"

@@ -269,0 +270,0 @@ },

@@ -11,17 +11,5 @@ # System Module (Device Configuration)

## [4.2.14] - 2024-04-07
## [4.3.0] - 2025-02-27
### Improvements
- **CC8SCRIP-19992** :- Update import version of the initializer-main interface to the generic version ^0.*
## [4.2.13] - 2024-01-18
### Improvements
- **CC8SCRIP-19285** :- Add package version in the generated .c and .h files
## [4.2.12] - 2023-07-13
### New Features
- **CC8SCRIP-16858** :- Fixed the missing PDICFG fuse for AVREB
### New Features and Improvements
- **M8PD-13614** :- Added Support for AVR-SD Device Family

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet