how is core development work prioritised? #15234
Replies: 2 comments 8 replies
-
I would suggest first starting a discussion under ESP32 in case someone knows a fix. If this is in fact a missing feature the next step is to check if there is an issue in the micropython bug tracker and, if not, to raise one. Include a simple reproducer that works on ESP32 but not on the S2. |
Beta Was this translation helpful? Give feedback.
-
What code are you using? I have an esp32s2 here that uses wake_on_ext0 successfully, pull up resistor and button drives pin low. Wakes from deepsleep using the following code.
If you don't have a pull up resistor it will most likely wake immediately after it goes asleep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's the correct etiquette if you see a problem but don't have the smarts to do a pull request to fix it? I can't get esp32.wake_on_ext0 working on an esp32s2 in deepsleep (https://github.com/orgs/micropython/discussions/14539). Since it works OK on regular esp32s I figure it must be some subtlety of the s2?
Is there a proper channel to bring an observation like this to the attention of people with the wherewithal to make a fix? I've noticed some discussion posts with a red 'BUG' applied but can't figure how that flag is selected.
Beta Was this translation helpful? Give feedback.
All reactions