@mchp-mcc/lin-host
v3.0.5
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
210
Maintainers
Keywords
Readme
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