Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 990 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 990 Bytes

NXP IMX8QM Linux LIN

Introduction

A patch for the LPUART driver in the Linux kernel for adding LIN (Local Interconnect Network) support.

Prerequisites

  • linux-lin have to be integrated into your Linux OS or Android OS.

Patch Details

  • Introduces support for LIN (Local Interconnect Network) communication.
  • Implements LIN break detection and handling.
  • Configures timers for LIN Rx timeout.
  • Generates an interrupt as soon as at least one byte is available in the UART Rx FIFO.

Notes

Acknowledgements