1.4.0 • Published 1 year ago

@mchp-mcc/pic24-dspic33-dma v1.4.0

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

DMA PLIB

PIC24/dsPIC33 DMA PLIB ,DMA Driver and Device Package Version Compatibility Matrix

DMA PLIBDMA DriverPIC24/dsPIC devices
1.1.0>=1.0.2>=5.4.0
1.1.01.0.1<=5.3.0
<=1.0.11.0.1<=5.3.0

Changelog

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

1.4.0 - 2023-04-26

New Features

  • CC16SCRIP-6648 :- Minor updates in API documentation.

1.3.0 - 2023-02-15

New Features

  • CC16SCRIP-6025 :- DMA Misra-fix : Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category
  • CC16SCRIP-5776 :- Added plib version to generated code header to enhance traceability

1.2.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

1.2.0 - 2022-02-24

New Features

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

1.1.0 - 2022-01-17

New Features

  • CC16SCRIP-3420 :- Updates to make PLIB compatible with range of versions of System Modules(Clock/Interrupt/PIN)
  • CC16SCRIP-3026 :- Add Notification for dependent Driver/PLIB selection in UI

1.0.1 - 2021-12-02

New Features

  • CC16SCRIP-2905 :- DMA: MISRA Advisory fix-unused parameter in function.

Bug Fixes

  • CC16SCRIP-3048 :- DMA default Address Limit is not correct in the generated code