From 45a5390c529e4d64ae56dbfc0008f83a36707371 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 3 Jan 2017 22:29:35 +0100 Subject: [PATCH] misc: add a TODO file Signed-off-by: Bartosz Golaszewski --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..20fccb2 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +- create a low-level request routine accepting a structure containing request + configuration +- for high-level request functions separate the polarity and direction settings + from other flags +- create a routine for finding GPIO lines by name (plus an extended version + requesting the line too) +- separate the line information logic updates, make it run in the background + after requesting/releasing lines and find a way to inform users of failures + to update line info +- create a set of functions for requesting/waiting for events on lines -- 2.30.2