-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
103 lines (75 loc) · 3.18 KB
/
CHANGELOG.txt
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
******************************************
* Project TSC (driver & application) *
* IOxOS Technologies SA <ioxos@ioxos.ch> *
* Changelog file *
******************************************
*** Release 1.4.16 | 04.10.2019 ***
- Added support for RTM class D1.4 clocks
- I2C linux driver bug correction (read data was always zero)
*** Release 1.4.15 | 03.09.2019 ***
- Implemented I2C linux driver for I2C Master Controller inside FPGA
*** Release 1.4.14 | 27.08.2019 ***
- Added support for GPIO of RDT_1454
- Improved TOSCA AXI-4 Bridge support
*** Release 1.4.13 | 22.08.2019 ***
- Added TOSCA AXI-4 Bridge basic support
*** Release 1.4.12 | 12.08.2019 ***
- Added RDT_1465 mTCA.4.1 RTM support
*** Release 1.4.11 | 08.08.2019 ***
- Added generic scope support for ADC_3110
*** Release 1.4.10 | 16.07.2019 ***
- Added support for RCC_1466 MTCA.4.1 RTM for IFC_1410
- Improved 'set device' & 'conf show device' commands
- Added better support for IFC_1211 2nd End-Point thru PCIe switch
- Corrected PCI Device ID of Tosca EP (Device ID is 0x1003)
- Corrected Makefile to build executable and not only object file
- Increased the number of last_xxx command history structure to support multiple tsc_central devices.
- Updated 'conf_show_device' and 'set device' commands in TscMon
- Added multiple 'tsc_central' devices support (tsc_get_device & set_device)
- Modified the 'tsc_central' device naming
- Corrected the mapping of the PCIe resource (resource inside FPGA)
- Added a conditional DEFINE_PCI_DEVICE_TABLE macro definition
- Modified the driver to support multiple 'tsc_central' devices
- Added an API for user interrupts
- Added support for ADC_3112 (aka XUSER fast scope)
*** Release 1.4.9 | 18.04.2019 ***
- Added adc3112 library and functions
- Added fscope adc3112
- Added IO FPGA - VME P2 test
- Removed warning during in TscMon files
- Added Makefile in top-level and src
- Improved ADC3117 support in TscMon
*** Release 1.4.8 | 23.08.2018 ***
- Modify DDR calibration process
- Add Traffic generator example
*** Release 1.4.7 | 12.06.2018 ***
- Minor bug correction
*** Release 1.4.6 | 28.03.2018 ***
- Cosmetic and bug correction on RSP1461 command
*** Release 1.4.5 | 20.03.2018 ***
- Add standalone SMEM calibration placed in project_dir/src/TscMon
Insert TSC driver before executing the calibration
SmemCalibration -> verbose mode
SmemCalibration -q -> quiet mode
- Add DMA support for PCIe EP#1
- Add 1002 PCIe EP#1 ID recognition and support
- Support of RTM info in the PON mailbox (MTCA.4 boards)
- Add support for ADC3112
- 64b type update
- Syntax and cosmetic adaptation
*** Release 1.4.4 | 05.12.2018 ***
- Add timer command
- Add fast execution for test
- Minor bugs correction
- Syntax and cosmetic adaptation
*** Release 1.4.3 | 11.12.2017 ***
- Add automatic DDR3 SMEM1, SMEM2 calibration when TscMon start
- Add Fifos support (TscMon command, API, test)
- Add Semaphore support (TscMon command, API, test)
- Add tests suite (memory, DMA, FMC, FIFO, Semaphore, DDR calibration)
- Add TscMon quiet mode
- Add Linux command interpreter in TscMon
- Add mapping example
- Update API and TscMon documentation
- Minor bugs correction
- Syntax and cosmetic adaptation