Alex Deymo
Alex Deymo
This is a concurrency issue when running in a RTOS environment. When receiving data on a device CDC, in short the issue is that both `cdcd_xfer_cb()` and `tud_cdc_n_read()` can call...
New GitHub workflow to build and test on a Windows MSYS2 build in 32 and 64 bits. This patch sets the `LANGUAGES` to `CXX` in the cmake project to avoid...
#750 added MSYS2 with gcc, we can also test MSYS2 with clang. See the details @kmilos wrote in this comment: https://github.com/libjxl/libjxl/pull/750#issuecomment-947459334