Fotis Panagiotopoulos
Fotis Panagiotopoulos
Are you sure that you are running `make -C nuttx/tools -f Makefile.host clean V=1` on a recent NuttX revision? This output does not correspond to the actual code within the...
Personally I think I would prefer us to ditch the `CONFIG_NET_ALLOC_CONNS` option completely. Always have a poll of statically allocated structs, for example using options like `CONFIG_NET_TCP_CONNS`, and when this...
> If you like allocate/free every time when the pool is exhausted and don't care about the fragmentation. We can simply do this special action by checking `CONFIG_NET_ALLOC_CONNS == 1`...
> @fjpanag do you want to improve this patch? Yes yes, I will. I am struggling to find some free time, first for the TCP connections, and then for this....
As work is being done on this, I am taking note of the connections that need improvement: - [x] Bluetooth (`g_bluetooth_connections`) - [x] Devif (`g_cbprealloc`) - [x] ICMP (`g_icmp_connections`) -...
The same issue started appearing for me for v3.4.6, on linux/amd64. The previous version v3.4.5 works fine for me.
> Hi, please try now, we have updated docker images on docker hub for 3.4.6. Hello, I just tried again with v3.4.6 on amd64 and the issue persists.
I also face the exact same issue, the canvas will open only some times. I 've observed this issue for some time now, but it is still reproducible on Fedora...
I have the exact same issue with Rocky 9. I haven't find any way to work-around this...
> Focus on the gradle version. The issue is most probably caused by this gradle release not supporting your JDK. For more info about gradle-jdk compatibility check this: https://docs.gradle.org/current/userguide/compatibility.html >...