Skip to content

Update test_star for PPA/PPB

Zhengcheng Tao requested to merge star_ppb_update_2 into devel

Related issue #161

Removed explicit and hard-coded (sub-)register addresses used in test_star. Now the register configuration is handled via StarCfg. Added a -V option for test_star to specify the Star version.

Not directly related to the chip versions, but also fixed a bug in RawDataPtr readData() of test_star in order to obtain data from multiple channels in case the returned std::vector<RawDataPtr> from RxCore::readData is not of size 1.

Depends on !542 (merged)

Merge request reports