/daq/adas

To get this branch, use:
bzr branch http://darksoft.org/webbzr/daq/adas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
BUGS
====
- In Analyzator code add flag indicating that layout is configured. Check
this flag after a time synchronization is established to prevent failing
back to default configuration if the chip is restarted between layout
setup and time synchronization.


Build
=====
 - There is problem with gcc-4.4.5 resulting in the value of first channel
 copied to other channels (adas-simple -vc). It looks like an optimizer bug
 incorrectly handling code in namtreader.c:
    for (j=0;j<sensors;j++,pos+=sizeof(uint32_t)) {
	*(uint32_t*)(stcBuffer+pos)=namtPointerDataNext(data_size);
    }
 Adding timeouts in the loop helping to prevent the problem. Anyway, with 
 gcc-4.2 everything works fine.

Web Interface
=============
 - Firefox3 is not supported by current version of FormFaces. Therefore, 
 configuration is not possible in this browser. Use Firefox2 or Seamonkey 1.1
 
 - Actually, this FormFaces is quite buggy. 
    * There could arise some problems because of ordering of rulesets after
    one have been deleted. Just reload page to fix behaviour.