Khalil Estell

Results 24 comments of Khalil Estell

Sure. Please correct me if there is already a way to support remotely allocated storage for this project or if this isn't necessary to support multiple USB ports at runtime....

I was looking through the code today and I think the [cdc_dual_ports](https://github.com/hathach/tinyusb/tree/master/examples/device/cdc_dual_ports) is a great example. In the `tusb_config.h`, `CFG_TUD_CDC` is set to `2`, which sets the size of `https://github.com/hathach/tinyusb/blob/92457ec99f1690b772ef9fa6b348256701c7fcf7/src/class/cdc/cdc_device.c#L86`....

> `CFG_TUD_HID` is maximum HID interfaces tinyusb can support, it does not dictact number of HID in use. That is dictacted by configuration descriptors. What is your max HID for...

Awesome! With your blessing, I'll start work on this. Thank you for considering this feature.

Closing this as conan is not in favor of having separate boost packages outside of the monolithic Boost package. https://github.com/conan-io/conan-center-index/pull/14660 Still deciding if I want to embed Boost.LEAF or take...

Looks like they won't be adding new ecosystems https://github.com/dependabot/dependabot-core/blob/main/CONTRIBUTING.md#why-have-we-paused-accepting-new-ecosystems

+1 to this feature. My issue currently stems from clangd (and clang underneath) attempting to pull in these two includes ``` /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1 /opt/homebrew/Cellar/llvm/18.1.5/lib/clang/18/include ``` This causes the following error: ```...

Understood. We took this conversation to a discord thread. If the issue requires a fix in clangd or clang, I will make an issue. Sorry for the confusion.

Just an FYI. I'm taking a look at this issue and working on a PR. I wanted to document what I have found thanks to @HighCommander4 . @HighCommander4 gave me...

> ### Conan v1 pipeline ❌ > Failure in build 13 (`c686510fe1667fddebb29027a28c0599aebbeac1`): > > * **arm-gnu-toolchain/12.2.1@:** > CI failed to create some packages ([All logs](https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/17528/13-macos-m1-clang/arm-gnu-toolchain/12.2.1//summary.json)) > Logs for packageID `a5ad5696abf650a25eea8f377806b3d5fe234e6e`:...