From 2e9457b666a303fab83aa17e33624f39de9a1dd7 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 13 Oct 2015 01:59:17 +0200 Subject: Support writting register views --- docs/README | 1 + docs/ToDo | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 + 3. Information on bank and the view values in the pci -i , 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) -- cgit v1.2.3