2.2.3 • Published 7 months ago

@mchp-mcc/pic24-dspic33-i2c-upb v2.2.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
7 months ago

MCC Melody I2C PLIB

PIC24/dsPIC33 I2C PLIB and Driver Package Version Compatibility Matrix

Driver NameDriver VersionI2C PLIB Version
I2C Host1.x.x1.x.x, 2.x.x
I2C Client1.x.x1.x.x
I2C Client2.x.x2.x.x

Changelog

All notable changes to this project will be documented in this file.

2.2.3 - 2023-09-29

New Features

  • CC16SCRIP-7383 :- Added I2C support for Secondary device of dsPIC33CH1024MP712 family

2.2.2 - 2023-08-22

New Features

  • CC16SCRIP-7225 :- Fixed NPM deployment issue

2.2.1 - 2023-08-11

New Features

  • CC16SCRIP-6461 :- Added notification for Dual Core devices

2.2.0 - 2023-04-27

Bug Fixes

  • CC16SCRIP-6023 :- Misra fix for functions with No arguments replaced with Void in I2C driver code

2.1.1 - 2022-05-26

New Features

  • CC16SCRIP-3638 :- Check if callback handler is not NULL before calling it in ISR
  • CC16SCRIP-2045 :- Dependency module names updated in builder view

2.1.0 - 2022-02-24

New Features

  • CC16SCRIP-3546 :- Driver API Portability supported by adding API macro definition based on Custom Name

2.0.1 - 2022-01-17

New Features

  • CC16SCRIP-3420 :- Updates to make PLIB compatible with range of versions of System Modules(Clock/Interrupt/PIN)

2.0.0 - 2021-12-15

New Features

  • CC16SCRIP-3156 :- Updates to support the changes made in the Client Driver v2.x.x

1.0.1 - 2021-10-29

Bug Fixes

  • CC16SCRIP-3006 :- I2C Host and Client Callbacks not getting called in ISRs.