Mike Dunston
Mike Dunston
> I don't have the AD5X as yet, but the machine code is a mirror of Orca-Flashforge repo. All I have done for AD5X is added the machine and added...
Using `REG_WRITE(RTC_CNTL_OPTION1_REG, RTC_CNTL_FORCE_DOWNLOAD_BOOT);` and forcing a reboot seems to work on the ESP32-S3 from my tests. But it's a bit problematic from TinyUSB usage.
That's unfortunate. For my use case (TinyUSB operating a CDC endpoint) I jumped through a number of hoops to get the download mode working and it's far from ideal since...
@me-no-dev any updates on this? I've reproduced this on v3.1.1 which can be seen in this run: https://github.com/bakerstu/openmrn/actions/runs/12976415979/job/36188645918
@Jason2866 there were a few ESP32-P4 boards on Espressif's AliExpress store but they have all been purchased. Hopefully they will be restocked soon.
This has been done on [master](https://github.com/espressif/esp-idf/commit/48295d31ca90d693356b632750630efd2f1b34eb) but not yet backported to release branches. It would be good to get this backported to at least v5.3.x
you could possibly implement this using filters and routing to multiple RX queues based on the node id in your RX handler.
As long as this is an opt-in feature and not forced on all consumers it can be implemented in the driver itself. Otherwise it would make more sense to use...
I haven't used filters in my usages. But from a quick read of the API it looks like you can configure at least one filter and a filter mask to...