Chris Bradbury 8aca235839 Amend use of class_create() for kernels >= 6.4
The function signature for `class_create()` was changed in kernels >= 6.4.x to only accept a single argument (see kernel commit #dcfbb67).

This change will conditionally modify how `class_create()` is called depending on the kernel version.
2023-08-14 18:03:32 -07:00
2021-06-08 10:11:52 -07:00
2021-06-08 10:11:52 -07:00
2021-06-08 10:11:52 -07:00

Coral Gasket Driver

The Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems. The driver contains two modules:

  • Gasket: Gasket (Google ASIC Software, Kernel Extensions, and Tools) is a top level driver for lightweight communication with Google ASICs.
  • Apex: Apex refers to the EdgeTPU v1

This repo contains both the source for direct integration into a kernel tree as well as the necessary files to generate a Debian DKMS package.

Building Debian DKMS pacakge

From the top level directory, execute:

debuild -us -uc -tc -b
Description
No description provided
Readme 356 KiB
Languages
C 99.8%
Makefile 0.2%