@mchp-mcc/avr8-megaavr-pin-manager
Advanced tools
Comparing version
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [1.0.1] - 2024-06-19 | ||
### Bug Fixes | ||
- **M8PD-6966** :- Custom Name Validation Updates. | ||
## [1.0.0] - 2022-12-09 | ||
### New Features | ||
- **CC8SCRIP-11611** :- Initial Support for Pins ATmega328xx and ATmega324xx functionality. | ||
- **CC8SCRIP-11593** :- API Documentation support for AVR8 Pins Module. | ||
No changes from previous version |
@@ -433,3 +433,3 @@ var reducer = | ||
dataMap: mergedDataMap, | ||
validator: '^[a-zA-Z]{2,}[a-zA-Z_0-9]{0,20}$', | ||
validator: '^[a-zA-Z_].*$', | ||
actionType: 'EV_ADAPTER_UPDATE' | ||
@@ -436,0 +436,0 @@ } |
{ | ||
"name": "@mchp-mcc/avr8-megaavr-pin-manager", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -16,4 +16,4 @@ "scripts": { | ||
"postprocess": "echo 'postprocess Not required'", | ||
"test:itf:all": "node ./node_modules/@mchp-mcc/ccl-itf/lib/index.js --sp=./tests/itf --rd=./run --df=\"ATmega328PB|ATmega328P|ATmega328\"", | ||
"test:itf:dev": "node ./node_modules/@mchp-mcc/ccl-itf/lib/index.js --sp=./tests/itf --rd=./run --sf=avr8_pins.major.test.ts --df=\"ATmega328PB\"" | ||
"test:itf:all": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests/itf --rd=./run --df=\"ATmega328PB|ATmega328P|ATmega328\"", | ||
"test:itf:dev": "node ./node_modules/@microchip/ccl-itf/lib/index.js --sp=./tests/itf --rd=./run --sf=avr8_megaavr_pins.major.test.ts --df=\"ATmega328PB\"" | ||
}, | ||
@@ -57,6 +57,6 @@ "files": [ | ||
"@mchp-mcc/avr-8bit": "^4.4.1-dev.9", | ||
"@mchp-mcc/ccl-itf": "^0.2.16", | ||
"@microchip/ccl-itf": "^1.6.0", | ||
"@microchip/pin-architecture": "^1.2.0", | ||
"@microchip/pin-standard": "^0.2.20", | ||
"@microchip/run-directory": "^4.2.1", | ||
"@microchip/run-directory": "^4.3.2", | ||
"@microchip/scf-common": "^3.12.0", | ||
@@ -63,0 +63,0 @@ "@microchip/scf-device": "^8.2.0", |
@@ -19,6 +19,11 @@ # Pins Driver for AVR Microcontrollers | ||
## [1.0.1] - 2024-06-19 | ||
### Bug Fixes | ||
- **M8PD-6966** :- Custom Name Validation Updates. | ||
## [1.0.0] - 2022-12-09 | ||
### New Features | ||
- **CC8SCRIP-11611** :- Initial Support for Pins ATmega328xx and ATmega324xx functionality. | ||
- **CC8SCRIP-11593** :- API Documentation support for AVR8 Pins Module. | ||
No changes from previous version |
Sorry, the diff of this file is too big to display
29
20.83%159261
-0.09%