1.0.0 • Published 1 year ago

@mchp-mcc/avr8-megaavr-pin-manager v1.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

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

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.

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.