-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE_NOTES
47 lines (34 loc) · 1.33 KB
/
RELEASE_NOTES
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
R1.5.6:
build against timingApi R0.9
R1.5.5:
the caget reports -nan for NaN entry in BSA buffer,
fix to make caget repors nan instead of -nan
R1.5.4:
add exception handler for the process() in RingBufferSync
R1.5.3:
build with buildroot-2019.08
R1.5.2:
build with boost-1.64.0
R1.5.1:
DOCUMENTATION: do *not* regenerate automatically but maintain
a copy of the PDF in git (see README).
Add RTEMS-mvme3100 target and force tag
R1.5.0:
Back to the master branch
DOCUMENTATION: updated
FEATURE: Added 'configuration' calls that let the user set thread
priorities.
FIX: must verify 'numResults' against 'maxResults' before invoking
callbacks - it could be that a sink with reduced 'maxResults' was
connected since the results were acquired
(and thus numResults > maxResults)
Minor tweaks to get to build under RTEMS 4.9. Condition variables
cannot use CLOCK_MONOTONIC but use CLOCK_REALTIME on that system.
R1.4.x:
Workaround version to solve an extra NaN with the old EVG code
R1.4.x are in the workaround branch which name "ignore_zero_active_count"
R1.3.3:
Added 'checkAlarm' helper routine which mimicks EPICS' behavior.
Provide square root of sample variance as RMS.
Set severity/status to invalid if # of averaged values has zero
count.