3.0.5 • Published 3 years ago

@mchp-mcc/lin-host v3.0.5

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

LIN - Local Interconnect Network

Overview

The LIN (Local Interconnect Network) Host module is a basic UART driver that provides quick and easy C code generation to send and receive UART packets formatted for LIN host nodes. The host schedules tasks for a certain period to the client, which will respond at a certain time.

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/linclient/src/lin_app.c => A driver file API containing function definition.
  • ./mcc_generated_files/linclient/src/lin_app.c => A driver file API containing function definition.
  • ./mcc_generated_files/linclient/lin_host.h => A driver file containing the API function prototype.
  • ./mcc_generated_files/linclient/lin_host.h => A driver file containing the API function prototype.

Changelog

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

3.0.5 - 2021-09-22

New Features

  • CC8SCRIP-5072 :- Readme file update for LIN-Host
  • CC8SCRIP-4950 :- API Documentation supported for LIN-Host