@mchp-mcc/avr8-pin-manager
v4.6.2
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Maintainers
Keywords
Readme
Pins Driver for AVR Microcontrollers
Overview
The Pins Driver provides the Firmware Implementations of Device pins used by the Peripherals.
Features
- Generates GPIO Pin APIs
- Generates I/O Ports Registers
- Generates ISC - Input/Sense Configuration Registers and APIs
- Generates PORTMUX Registers
Generated Files
This driver generates the following files:
- ./mcc_generated_files/system/src/pins.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/system/pins.h => A driver file containing the API function definitions
Changelog
All notable changes to this project will be documented in this file.
[4.6.2] - 2025-06-02
Bug Fixes
- M8PD-15502 :- PORTMUX actions are not latest when the Pins row action is read by a software component
