Option to disable HAL mutexes
Posted: Wed Nov 23, 2016 10:11 pm
Hi there. I stumbled upon HAL mutex locks while trying to find out why a certain LCD driver is so slow in the ESP32.
I think I understand what they are good for.
Google told me that me-no-dev committed this change :
https://github.com/espressif/arduino-es ... 9fd0b62419
And it seems that there now is an option to disable those mutexes.
Now I wonder how to use that option in Arduino correctly (I already disabled SPI HAL mutexes by changing esp32-hal-spi but I am sure thats not the way I should do that).
And just for understanding: do I need to take care oft something if I disable those mutexes?
Many thanks in advance.
I think I understand what they are good for.
Google told me that me-no-dev committed this change :
https://github.com/espressif/arduino-es ... 9fd0b62419
And it seems that there now is an option to disable those mutexes.
Now I wonder how to use that option in Arduino correctly (I already disabled SPI HAL mutexes by changing esp32-hal-spi but I am sure thats not the way I should do that).
And just for understanding: do I need to take care oft something if I disable those mutexes?
Many thanks in advance.