mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
* m3: clk 0 changed from 10 to 20 (100MHz to 50MHz) * g2: startup clk div back to 10 as in firmware but setting in software startup to 20 * m3: minor print error if clk divider > max
15 lines
580 B
C
15 lines
580 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define RELEASE "developer"
|
|
#define APILIB "developer 0x230224"
|
|
#define APIRECEIVER "developer 0x230224"
|
|
#define APICTB "developer 0x240207"
|
|
#define APIGOTTHARD "developer 0x240207"
|
|
#define APIGOTTHARD2 "developer 0x240207"
|
|
#define APIJUNGFRAU "developer 0x240207"
|
|
#define APIXILINXCTB "developer 0x240207"
|
|
#define APIEIGER "developer 0x240207"
|
|
#define APIMOENCH "developer 0x240703"
|
|
#define APIMYTHEN3 "developer 0x240715"
|