Darius Berghe
Darius Berghe
thanks for reporting, i agree, they need to have the same name ! i would use the one with MAX_ prefix to reduce the chances of namespace conflicts, would you...
I've documented the workaround for this here https://wiki.analog.com/resources/no-os/build#build_prerequisites
please rebase on main and add new entries in the table of contents with a blank line in between
The function can return any error code we want, it just so happens that the current implementation only potentially returns that -EINVAL in the beginning or 0. It could also...
looks good from my point of view, why is it still a draft ?
Migrated projects: https://github.com/analogdevicesinc/hdl/pull/1590 https://github.com/analogdevicesinc/hdl/pull/1516 Pending projects: https://github.com/analogdevicesinc/hdl/pull/1650 https://github.com/analogdevicesinc/hdl/pull/1631 https://github.com/analogdevicesinc/hdl/pull/1625 https://github.com/analogdevicesinc/hdl/pull/1603 https://github.com/analogdevicesinc/hdl/pull/1599 https://github.com/analogdevicesinc/hdl/pull/1598 https://github.com/analogdevicesinc/hdl/pull/1592
/AzurePipelines run
next step would be to add no_os_device.h in src.mk files
and the next next step would be to actually use these compatible strings in device driver initialization, currently they are unused globals
and a question: should these also be marked with static ?