Adrian Soundy
Adrian Soundy
Didn't even realise S3 could use alternate pins. Think thats the way to go as it aligns with what we are doing for other pins.
@josesimoes No problem
> @AdrianSoundy We are really looking forward to the GPIO pin configuration feature. Thanks Currently testing so should be available in next few days. @dkovyazin
The problem here is the InverseSignalsLevels is not being actioned. The native driver sets the inverse then clears setting when port is opened.
Thanks for the feedback. I have looked at version 1.9.1.21 and can't see how it would have changed the behavior. I'll do some further testing and get back to you.
@josesimoes The contents of this PR has now been covered by other PRs #185 for Wakeup pins #189 for Wakeups causes The touch changes are no longer relevant So this...
Thanks for confirming this is the case. The documentation for the IDF as Library should be updated to reflect this as its currently unclear. I have now managed to get...
Thats not good if I can't work around problem on IDF 5.2. We were planning to move to 5.2.x Is there any other work around ?
I will merge this and update nanoclr to match the new checksum so PR can be closed
@josesimoes These latest changes change the way we allocated the native memory when no spiram. Originally we would take ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION and subtract off largest free block to get managed heap...