Ciprian Regus

Results 5 comments of Ciprian Regus

Hi @Brandon-Hurst, Thanks for reporting this issue and submitting a fix. There is already a similar way of defining the `NO_OS_IP`, `NO_OS_NETMASK` and `NO_OS_GATEWAY` macros in this file https://github.com/analogdevicesinc/no-OS/blob/main/tools/scripts/lwip.mk#L21-L31 ....

- Added mutex_* calls in the no_os_dma API. - Fixed a merge conflict.

I'll have to update the documentation as well

Please make sure to add a message to the https://github.com/analogdevicesinc/no-OS/pull/2210/commits/f84e5949e968e57002181e864162eaeebeec5805 commit. Briefly describe what the examples do and what platform/board they run on.

With these changes to the iio_demo project ``` diff --git a/projects/iio_demo/src.mk b/projects/iio_demo/src.mk index ddfdd84c1..666125592 100644 --- a/projects/iio_demo/src.mk +++ b/projects/iio_demo/src.mk @@ -19,18 +19,20 @@ SRCS += $(DRIVERS)/api/no_os_uart.c \ $(NO-OS)/util/no_os_alloc.c \ $(NO-OS)/util/no_os_mutex.c...