/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-19 04:59:53 UTC
  • Revision ID: csa@suren.me-20151019045953-h4ur2flqzf3ky412
Provide register listings in public API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
High Priority (we would need it for IPE Camera)
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
 
 2. 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, ...?)
5
4
 
6
5
Normal Priority (it would make just few things a bit easier)
7
6
===============
9
8
 2. Provide OR and AND operations on registers in cli
10
9
 3. Support writting a data from a binary file in cli
11
10
 4. Support Python-scripts in a views, we need to provide python function to read registers/properties...
 
11
 5. Really check the specified min, max values while setting registers
12
12
 
13
13
Low Priority (only as generalization for other projects)
14
14
============