chegewara
chegewara
There is issue with unmout msc device. When device is unmounted from system, but onReady will return true, then tinyusb stack will call onunmout all the time: https://github.com/chegewara/EspTinyUSB/blob/master/src/classes/msc/ramdisk.cpp#L32 We need...
Could we update README according to this info: https://github.com/Azure/azure-iot-cli-extension/issues/74#issuecomment-978151318
### Board esp32 s3 devkit ### Device Description devkit ### Hardware Configuration - ### Version v2.0.4 ### IDE Name arduino IDE ### Operating System linux ### Flash frequency 40 ###...
Hi, i know its not a problem with this library, just with nimble itself, but for others i am reporting it here. This code will report always 1M_PHY, even if...
New version of library, compatible with esp-idf (after cleanup) can be find here: https://github.com/chegewara/esp32-usb-v2 With planned documentation https://tinyusb.esp32.eu.org/
### Related area wifi ### Hardware specification any ### Is your feature request related to a problem? No ### Describe the solution you'd like To enable roaming in menuconfig. ###...
### Checklist - [X] Checked the issue tracker for similar issues to ensure this is not a duplicate. - [X] Described the feature in detail and justified the reason for...
This commit adds initial support for esp32-p4 with esp32-c6 as a radio. Configuration was tested on this dev board https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html Since it is using esp_hosted component and we cant use...
Hi, this is just to let you know. I am working on some esp-idf project which is working well on S3, but i wish to make it compatible with P4...