Darius Berghe
Darius Berghe
in case you didnt notice, some CI tests are not passing, this is the error: ``` /no-OS_builds/builds_main/build_maxim/app/noos/drivers/platform/maxim/max32690/maxim_irq.c:48:10: fatal error: maxim_dma.h: No such file or directory 48 | #include "maxim_dma.h" |...
@Brandon-Hurst @CiprianRegus fixed this in #2176 , I'm going to close this but feel free to reopen if you have additional questions.
Hi, so the currently supported releases are 2022 r1 and r2 and of course the latest `main` branch. If you have errors building on these branches we're happy to help....
Hi @Jake-Carter And thanks for the detailed answer! We avoid using register accesses directly and rely on API functions and data abstractions with probably just a few exceptions (I know...
Hi, I checked the current implementation of our I2C API for the linux userspace platform, and indeed, the `stop_bit` is ignored. https://github.com/analogdevicesinc/no-OS/blob/main/drivers/platform/linux/linux_i2c.c#L160 This is definitely something that needs to be...
same for max32690, just noticed
what carrier would you be interested to use with eval-ad9166 ?
CI issue was solved (it was a discrepancy between .ioc and CI CubeMX version), a description was added to the commit adding the project, so I will merge
One solution would be 3 low level ops, init/read_reg/write_reg that come in at least 2 flavours (spi_engine and qspi for example) and are defined in separate files that the make...
#2490 is related but only a temporary workaround to make the driver build on any platform