summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-10-13 01:59:17 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-10-13 01:59:17 +0200
commit2e9457b666a303fab83aa17e33624f39de9a1dd7 (patch)
tree7e1b46b4ca64a8eccb7122df33a32c48239d4c62 /docs
parent1200eca62c4c47617fa60033f9a0ee25bd26c431 (diff)
downloadpcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.tar.gz
pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.tar.bz2
pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.tar.xz
pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.zip
Support writting register views
Diffstat (limited to 'docs')
-rw-r--r--docs/README1
-rw-r--r--docs/ToDo2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 335ebef..0b9af2b 100644
--- a/docs/README
+++ b/docs/README
@@ -5,6 +5,7 @@ Supported environmental variables
PCILIB_DEBUG_DMA - Enable DMA debugging
PCILIB_DEBUG_MISSING_EVENTS - Enable debugging of missing events (frames for instance)
+ PCILIB_DEBUG_VIEWS - Enable debugging of computations performed to support register views and units
IPECAMERA_DEBUG_BROKEN_FRAMES - Store broken frames in the specified directory (variable may specify directory)
IPECAMERA_DEBUG_RAW_PACKETS - Store all raw packets read from DMA grouped in frames (variable may specify directory)
IPECAMERA_DEBUG_RAW_FRAMES - Store all raw frames (variable may specify directory)
diff --git a/docs/ToDo b/docs/ToDo
index 9ed751a..5575c00 100644
--- a/docs/ToDo
+++ b/docs/ToDo
@@ -2,7 +2,7 @@ High Priority (we would need it for IPE Camera)
=============
1. Join multiple XML files and on error use simplified XSD scheme on all files to find the file causing error
2. Universal tree-style api to access the independent views, frontend all registers as well (pci -l /register; pci -r /register/reg1; pci -r /sensor/width;) Unit is path of the view /view[:unit] or just /unit for register vies
- 3. Information on bank and the view values in the pci -i <reg>
+ 3. Information on bank and the view values in the pci -i <reg>, show listing of enum values (shall we have a type associated with the view: enum, range, ...?)
4. Integrate hash tables for views, units, and registers
Normal Priority (it would make just few things a bit easier)