Juraj Michálek
Juraj Michálek
I can confirm same issue on Linux Python 2.7, 3.5 and 3.7. The problem is caused by overusing local namespace. Here is small workaround using namespace smstools for invoking method...
@ivmarkov Regarding the manifest. I did a validation with Rust calling another binary stored in deep directory. The result is that [manifest does not help](https://github.com/georgik/long-path-windows-problem/blob/main/long-path-validator-manifest/long_path_manifest.xml) much, because it's just opt-in...
All tests were done with enabled LongPath registry. BTW: Windows [idf-installer](https://github.com/espressif/idf-installer) has check and sets this registry, this behavior was added long time ago. Tests were conducted both on latest...
Thank you @bjoernQ I'll try it.
@jamessizeland Thank you for the notofication about ili. I will proceed with updating HAL and many dependencies on new branch [feature/upgrade-hal-2024-11](https://github.com/georgik/esp32-spooky-maze-game/tree/feature/upgrade-hal-2024-11) I will begin with changes suggested by @ottobonn .
@xtox-io Unfortunatelly I was not able to get it running, yet. @pedrominatel Do you have any hints on BMI270?
@playfulFence Could you check the Rust implementation? BSP for M5Stack migt help works: https://components.espressif.com/components/espressif/m5stack_core_s3
The solution works for C6. The similar correction would be required also for C3 and P4. It's possible to test the build process simply by changing target: ``` idf.py set-target...
We have some new updates for this topic to make it even simpler. I will create new PR.
I'm also interested in the solution for DMA. Current version of https://github.com/georgik/esp-display-interface-spi-dma/ is working only with older esp-hal 0.22 and mipidsi 0.8. I wonder if we can get the DMA...