3.6.0 • Published 1 month ago

@mchp-mcc/pic16-pin-manager v3.6.0

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

Pins Driver for PIC16(L)F 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
    • PORTx
    • LATx
    • TRISx
    • ANSELx
    • WPUx
    • INLVLx
    • SLRCONx
    • ODCONx
  • Generates IOC - Interrupt-on-Change Registers and APIs
    • IOCxP
    • IOCxN
  • Generates PPS - Peripheral Pin Select Module Registers
    • Input PPS
    • Output PPS

Generate Code

Clicking generate code creates 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.

3.6.0 - 2024-03-27

Improvements

  • CC8SCRIP-16249 :- API Documentation support for Pins Module.

3.5.1 - 2023-09-13

Bug Fixes

  • CC8SCRIP-17486 :- Improvements on APFCON feature and firmware in PIC16F device families.

3.5.0 - 2023-07-31

New Features

  • CC8SCRIP-16793 :- Output PPS pin-data exposed to Pins Module.
  • CC8SCRIP-15514 :- Support for APFCON feature in PIC16F device families.
3.6.0

1 month ago

3.5.1

8 months ago

3.5.0

9 months ago

3.4.0

1 year ago

3.3.0

2 years ago

3.2.2

2 years ago

3.2.1

3 years ago

3.1.7

3 years ago

3.2.0

3 years ago