Dusan Cervenka

Results 310 comments of Dusan Cervenka

It looks like after setting this in nginx for immich i was able to push file to the server ``` proxy_read_timeout 3600; proxy_buffering off; proxy_request_buffering off; client_max_body_size 0; ```

Hello you need add include based on your target system: https://github.com/nxp-mcuxpresso/rpmsg-lite/tree/main/lib/include/environment

Hi, if you mean linking error, then google is providing answer like this: https://stackoverflow.com/questions/74132932/zephyr-project-event-handling

Sounds similar: ```bash [ 123.405024] iwlwifi 0000:00:14.3: Failed to configure RX queues: -5 [ 123.417916] iwlwifi 0000:00:14.3: mac start retry 2 [ 123.418040] iwlwifi 0000:00:14.3: RFIm is deactivated, reason =...

+1 My device is waiting for this feature. Meantime i use atom echo device.

I have this issue with kubuntu 24.10: ``` DKMSKernelVersion: 6.11.0-9-generic Date: Thu Oct 24 18:00:44 2024 DuplicateSignature: dkms:evdi:1.14.4-80:/var/lib/dkms/evdi/1.14.4/build/evdi_platform_drv.c:205:19: error: initialization of ‘void (*)(struct platform_device *)’ from incompatible pointer type ‘int...

Hi @ADragonKnight , are you aware of that message buffers created on one side are freed on other side? There are N/2 buffer amounts for every side. Each half is...

Hi @rbrune-polaris , i see. This part of code was not tested. Could you provide fix? I guess you need change line to provide address to the logMessage function. something...