I am trying to use the FIFO from the ADXL362 with in the Thingy:53. As I noticed there is now the Option to use ADXL362_STREAM. I just wanted to use the example from: https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/sensor/accel_polling. I did a bit of changes, because the frequency of the ADXL362 can not be changed over set() in the runtime. Otherwise I thought it should work. I noticed that the FIFO_WATERMARK usage is kind of new implemented. So I just changed the adi,adxl362.yaml so that I can set the fifo-watermark in an overlay file. I do not know if this is even possible, but my build works.
The problem is that: