mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
* updated registers, arm64 * compiler set to aarch64 for xilinx server * updated RegisterDefs.h * merge into generate branch and resolving conflicts and adding the xilinx changes to callerspecial and commands.yaml * compiles and can print firmware version (using a different csp0 address) * fixing other servers (gotthard, jungfrau, moench, mythen3) that it returns in case of mapping failure, xilinxctb: added that it checks type, prints proper fw version, checks kernel date, added armprocessor define to use in common places, added specifiers to supress overflow and truncation warnings * added detector ip and mac adddress to the printout * fixed tests and recompiled servers
15 lines
565 B
C
15 lines
565 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 APIXILINXCTB "developer 0x240104"
|
|
#define APICTB "developer 0x240104"
|
|
#define APIGOTTHARD "developer 0x240104"
|
|
#define APIGOTTHARD2 "developer 0x240104"
|
|
#define APIJUNGFRAU "developer 0x240104"
|
|
#define APIMYTHEN3 "developer 0x240104"
|
|
#define APIMOENCH "developer 0x240104"
|
|
#define APIEIGER "developer 0x240104"
|