/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to docs/ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-12 23:59:17 UTC
  • Revision ID: csa@suren.me-20151012235917-s5oi62kmu8khjl0t
Support writting register views

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============
3
3
 1. Join multiple XML files and on error use simplified XSD scheme on all files to find the file causing error
4
4
 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
5
 
 3. Information on bank and the view values in the pci -i <reg>
 
5
 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, ...?)
6
6
 4. Integrate hash tables for views, units, and registers
7
7
 
8
8
Normal Priority (it would make just few things a bit easier)