On Tue, 2022-09-13 at 19:46 +0300, Andy Shevchenko wrote: > On Tue, Sep 13, 2022 at 01:52:13AM +0200, Angel Iglesias wrote: > > Adds compatibility with the new generation of this sensor, the BMP380. > > > > Includes basic sensor initialization to do pressure and temp > > measurements and allows tuning oversampling settings for each channel. > > > > The compensation algorithms are adapted from the device datasheet and > > the repository https://github.com/BoschSensortec/BMP3-Sensor-API. > > ... > > > * > > https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP180-DS000-121.pdf > > * > > https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-12.pdf > > * > > https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf > > + * > > https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf > > */ > > Shouldn't it be based on your patch to fix the links? > I thought of adding the patch fixing the links as a prerequisite commit, but in the end decided to keep the patchsets independent to avoid codependencies. Kind regards, Angel