From d562a4b43559c7aafd9cfcde04af412b2d7d3a79 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 27 Oct 2023 19:51:59 +0200 Subject: [PATCH] FPGA driver: Remove TODO for sysfs from README --- fpga/pcie_driver/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/fpga/pcie_driver/README.md b/fpga/pcie_driver/README.md index 3804bac0..05677d0a 100644 --- a/fpga/pcie_driver/README.md +++ b/fpga/pcie_driver/README.md @@ -28,6 +28,3 @@ When device is opened two operations are possible: mmap() to map device buffers ioctl() to communicate with the cards Interfacing should be done through the JungfraujochDevice class in `fpga/host_library` directory. - -## TODO -/sys filesystem for diagnostics