Darius Berghe
Darius Berghe
## Pull Request Description Legacy folder was removed so the paragraph needs to be removed as well. ## PR Type - [ ] Bug fix (change that fixes an issue)...
[dacfifo](https://github.com/analogdevicesinc/hdl/tree/hdl_2023_r2/library/util_dacfifo) is being replaced by [data_offload](https://github.com/analogdevicesinc/hdl/tree/hdl_2023_r2/library/data_offload) in HDL, this is an ongoing process in HDL repo and no-OS projects need to adapt. [Wiki for data_offload.](https://wiki.analog.com/resources/fpga/docs/data_offload) [Example of a commit ](https://github.com/analogdevicesinc/hdl/commit/b96622cb8583562466cba2d4ca5eb1bb9fa93afd)...
> My crosscore embedded studios had multiple versions of the ARM and ADuCM3029 CMSIS packs, and this seems like it was messing up some of your compilation processes. Once I...
no_os_uart_write should be blocking, but on xilinx platform seems it's not blocking, so some rather dirty tricks [like this one](https://github.com/analogdevicesinc/no-OS/blob/main/iio/iio_app/iio_app.c#L101-L102) were introduced to handle the inconsistency across platforms. So: 1....
These two device drivers are made in such a way that the existence of #include "axi_...h" is implied which may not be the case because normal SPI or quad SPI...
As the title says, EXTI config for maxim and aducm3029 needs an additional no_os_gpio_direction_input() call compared to stm32 which does this in the HAL generated code, as specified in the...
I observed this when building for mbed platform but may be true for other platforms as well. Very easy to reproduce, take any mbed project, replace the `INCS += ......