Files
slsDetectorPackage/slsSupportLib/include/sls/versionAPI.h
T
maliakal_d af7c5ab09f
Build on RHEL9 docker image / build (push) Successful in 4m24s
Build on RHEL8 docker image / build (push) Successful in 4m43s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m54s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m19s
1010/jf chip version1.2 part 1 (#1518)
* chipversion changed to chipversioninfpga, chipindex, vals and type introduced with string for 3 different types for chip v1.2 and 1.3.

* changed chipversion to chipindex (more apt?) and refactored

* fix without the list.h

* formatting

* scanning string instead of int from server config file for version

* scan works in config now

* chip versions =1.2 divided again

* minor refactoring

* formatting

* startup set features allowed with chip index

* fixed existing features

* updated features for chip (dacs not done)

* fixed a test

* fixed another test and removed and unused reg

* fixed check for storage cell feature

* jf binary in

* diable a test for github checking rx_missing packets

* removed a comment

* formatting

* changed some minor comments specifying v1.1

* server binary in

* minor

* removed comment. minor

* use has feature functions and fix reverse bits using configuration

* binary in

* minor

* minor

* updated fw versioning (not compatible with old)

* binary in

* moved storage cell delay also to storage cell reg and removed 2 reg field defines that is not used anymore

* binary in
2026-08-14 12:00:26 +02:00

13 lines
480 B
C

// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
/** API versions */
#define APILIB "10.1.0 0x260806"
#define APIRECEIVER "10.1.0 0x260806"
#define APICTB "10.0.0 0x250828"
#define APIGOTTHARD2 "10.0.0 0x250828"
#define APIMOENCH "10.0.0 0x250828"
#define APIEIGER "10.1.0 0x260807"
#define APIXILINXCTB "10.0.0 0x250828"
#define APIJUNGFRAU "10.1.0 0x260814"
#define APIMYTHEN3 "10.0.0 0x250828"