Carlos Guimarães

Results 31 comments of Carlos Guimarães

PR for zenoh-pico here: https://github.com/eclipse-zenoh/zenoh-pico/pull/100

The previous PR (#597) provides the required support for OpenCR in PlatformIO. However, it is also required to include the following core files as a new package: https://github.com/cguimaraes/framework-arduinoststm32-opencr @valeros: any...

Great that it worked without issues and that it is being useful @concavegit . And thank you for providing the upload command, as I forgot to indicate it in the...

I am having a similar issue when installing Rust in my 10+ old laptop (running `Void Linux` Linux 5.13.19_1 i686 GNU/Linux). ``` $ cat /proc/cpuinfo | grep 'flags' | uniq...

Also related to #585

The versioning semantic seems to be compatible with [semantic-version](https://pypi.org/project/semantic-version/). ``` >>> v1 = semantic_version.Version('0.6.0-beta.1') >>> v2 = semantic_version.Version('0.7.0-rc') >>> list(v1) [0, 6, 0, ('beta', '1'), ()] >>> list(v2) [0, 7,...

Thanks @ivankravets . I will report it there and tag this issue.

The two versions published in the registry are tagged as beta and rc, simply due to Eclipse Foundation guidelines as the project is still in a rapid application development stage....

I have been playing with multicast on Windows 10 recently, and I indeed had some issues with the multicast. The root cause was the Windows firewall blocking multicast traffic, as...

In my case, I just add the application to the Windows Firewall exceptions list, since I was in a close environment. However, note what Windows Support mentions regarding such solution:...