The Serial Peripheral Interface (SPI) is a high-speed synchronous data transfer interface using three or four pins following the general SPI communication protocol. It can act as SPI Host or SPI Client depending upon the mode settings.
All notable changes to this project will be documented in this file.
- M8PD-12565 :- Support for SPI Transfer API utilizing dedicated buffers for transmitting and receiving
- M8PD-11089 :- Support for Data Order Options, Client Select Disable features on SPI module
- M8PD-10685 :- Hard-coded hex values are replaced with DFP defined macros
- M8PD-9663 :- Added support for user configuration through register editor
- M8PD-4676 :- Update scf-avr8-spi-v1 analytics keywords
- M8PD-4660 :- SPI SCK option is missing on pin-grid view for ATTiny402
- M8PD-4300 :- Adding SPI module selects all alternative pins on ATmega4809 family of devices
- M8PD-3078 :- Access SPI only through SPI_Host and SPI_Client Drivers