5.1.0 • Published 3 months ago

@mchp-mcc/scf-pic8-spi-v1 v5.1.0

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

Serial Peripheral Interface (SPI) Driver

Overview

The Serial Peripheral Interface (SPI) module is a synchronous serial data communication bus that operates in Full-Duplex mode. It is useful for communicating with other peripherals or microcontroller devices.

Changelog

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

5.1.0 - 2024-02-06

New Features and Improvements

  • M8PD-4360 :- Improvement to buffer APIs to use the TCNTH, TCNTL registers and TCZIF flag for buffer size check

Bug Fixes

  • M8PD-3840 :- Fix inconsistency of SPI Dependency Selector in User Interface
  • M8PD-3767 :- Fix inconsistency in buffer APIs between Interrupt and Polling mode
  • M8PD-3743 :- SPIx_BufferWrite API not working as expected

5.0.1 - 2023-11-30

Bug Fixes

  • M8PD-3078 :- Access SPI only through SPI_Host and SPI_Client Drivers

5.0.0 - 2023-11-21

New Features and Improvements

  • M8PD-4359 :- API documentation is available
  • M8PD-4358 :- Bugs fixed and MISRA violations reduced through code improvements
  • M8PD-4357 :- Support for SPI driver operation in Interrupt mode
  • M8PD-2000 :- Support for SPI Host and SPI Client Abstract Driver