coco

Results 26 issues of coco

Can it support communication with HID devices? The ESP32 I use can only communicate in CDC mode. When HID is turned on in ESP32, it cannot communicate and cannot find...

solution-proposed
device:cdc-composite

### Related area USBHID ### Hardware specification ESP32S3 ### Is your feature request related to a problem? How can I use HID mouse and keyboard at the same time and...

Type: Feature request

### Operating System Windows 11 ### Arduino IDE version 1.8 ### Board esp32s3 ### ArduinoCore version 1 ### TinyUSB Library version 3.3 ### Sketch as ATTACHED TXT ![image](https://github.com/user-attachments/assets/4c15c4df-7955-4597-a703-c46a98e80619) ### Compiled...

Bug

ppocr_keys_v1.txt: Load Labels Fail at com.equationl.fastdeployocr.OCR.checkFile(OCR.kt:194) at com.equationl.fastdeployocr.OCR.initModelSync-IoAF18A(OCR.kt:76)

Dear Termux Developers, I'm writing to seek clarification about implementing the dynamic variables system mentioned in the https://termux.dev/en/posts/general/2024/11/11/termux-selected-for-nlnet-ngi-mobifree-grant.html#dynamic-variables announcement. I want to help adapt Termux packages to use environment variables...

I'm using a minimal build of OpenCV (opencv-mobile : https://github.com/nihui/opencv-mobile ) which intentionally excludes certain modules (like CUDA) to reduce binary size. However, when using rust-opencv, the build system attempts...

error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop` to be used in a union --> ./open/162/generated_bindings.rs:12:5 | 12 | pub _M_val: _Tp, | ^^^^^^^^^^^^^^^ | = note: union...

Using cranelift-object can generate machine code and save it as an o file locally, which effectively prevents reverse engineering and code reuse.

C-enhancement