* add eq3_char_loop package (eQ-3 char loopback kernel module) * add generic_raw_uart package (low-latency raw UART kernel driver) * add rpi-rf-mod package * add device tree overlay support for RPI-RF-MOD/HM-MOD-RPI-PCB on Raspberry Pi * enable GPIOLIB and GPIO_SYSFS required for RPI-RF-MOD/HM-MOD-RPI-PCB support. * add basic RPI-RF-MOD/HM-MOD-RPI-PCB support for ASUS Tinker Board * add device tree overlay support for ASUS Tinker Board and add haos-config.txt loading support to U-Boot boot script
5 lines
175 B
Diff
5 lines
175 B
Diff
--- ./KernelDrivers/Makefile.orig 2021-04-02 17:01:07.029932165 +0200
|
|
+++ ./KernelDrivers/Makefile 2020-06-04 14:36:10.188174788 +0200
|
|
@@ -0,0 +1 @@
|
|
+obj-m += eq3_char_loop.o
|