Carlos Guimarães

Results 15 issues of Carlos Guimarães

This PR adds support for the OpenCR board. It has been tested as part of an integration work of Zenoh technologies into OpenCR (you can find details here: https://zenoh.io/blog/2022-02-08-dragonbot/ )....

### Describe the bug Two Zenoh entities running in the same machine (e.g., a zenohd and a zenoh peer subscriber) might try to open the same serial device if it...

bug

What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. ------------------------------------------------------------------ ### Configuration **Operating system**: Ubuntu 20.04 and MacOS 13.0.1...

help wanted
package management

### Describe the feature Provide native support for the build systems of Zephyr/Arduino/ESP-IDF/other, to allow its integration as a module or library, as opposed to the current PlatformIO support.

help wanted

### Describe the bug With the support of `RawEthernet` transport (unix only), the table in the `README.md` can lead to misunderstanding in terms of what is supported on each platform....

documentation
platfoms

### Describe the bug `size_t` is being used to handle the size of Zenoh messages. Since Zenoh messages cannot longer than 65535 bytes, its maximum length can be represented in...

enhancement

### Describe the bug This was introduced in https://github.com/eclipse-zenoh/zenoh-pico/pull/136 ### To reproduce N/A ### System info N/A

bug

### Describe the feature As of today, Zenoh-Pico supports Serial communication (RS232) in MBedOS only. The support for the remaining platforms should be implemented in a similar way: - [X]...

enhancement
help wanted

### Describe the bug When installing Zenoh-Pico from PlatformIO registry, it fails to build because it cannot find Zenoh-Pico package. It happens (at least) in both Ubuntu and MacOS. ```bash...

bug