Wykres commitów

6 Commity (master)

Autor SHA1 Wiadomość Data
JF002 3312f08b0a Merge pull request 'add link to aur package' (#6) from hamblingreen/pinedio-lora-driver:master into master
Reviewed-on: https://codeberg.org/JF002/pinedio-lora-driver/pulls/6
2022-11-15 20:28:48 +01:00
hamblingreen 737a21e2cd fix link to aur package 2022-11-15 03:02:21 +01:00
hamblingreen be4c5fe9d5 add link to aur package 2022-11-14 00:42:16 +01:00
Jean-François Milants 3c1ba9d75e The SX126x repo was moved to the SudoMaker organization. Update the name and the link of the repo in README and submodule. 2022-06-25 21:46:36 +02:00
Jean-François Milants 5a7f49301b Fix SPI and GPIO handling to support recent kernels.
This driver was previously using the SYSFS API to interact with GPIO. This API is deprecated since kernel 4.8 but was still working up to 5.10. The SYSFS API was removed in more recent version and is now replaced by a character device interface.

In this commit, I replaced calls to the old SYSFS API to this new GPIO interface. I also added a small test program to test GPIO (display info about all GPIO chips and tries to detect the gpiochip corresponding to the CH341 of the USB adapter).

Also, the initialization of the SPI bus now binds to spidev driver since this is needed to make /dev/spidevx.y available since kernel 5.1.
2022-04-09 16:32:34 +02:00
Jean-François Milants a1ccddba7a Initial commit 2022-01-01 15:43:07 +01:00