-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support more modules on esp32c3 #5408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
btw ALARM sure would be nice (for deep sleep support), but I do understand features don't just magically appear out of thin air. |
ALARM would be great as the ESP32C3 has a very low power state (the reason I got one). |
|
Hi, I found that only the 2MB ESP32-C3 boards have the ALARM module built-in: I found ifeq ($(IDF_TARGET),esp32c3)
IDF_TARGET_ARCH = riscv
...
endif
...
ifeq ($(CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT), 1)
ifeq ($(IDF_TARGET_ARCH), xtensa)
CIRCUITPY_ALARM ?= 1
else
CIRCUITPY_ALARM = 0
endif
...
endif But it does that only for the 4MB boards for some reason, the 2MB boards do gets the ALARM so its not a
As previously said by @rxhfcy and @davidvfx07, @dhalbert Any help will be appreciated! |
@arduino12 This may be due to not enough flash space right now when other things are included (2MB builds may trim further, making room for |
Hi, @dhalbert Thanks for your quick reply! And it works perfectly - got down to 7uA! The original Attached here in case anyone wants to try (remove the .zip extension.. GitHub won't allow .bin so I added it). Can't wait for CP v10 🙏! |
This can be closed after #10229 is done. |
Uh oh!
There was an error while loading. Please reload this page.
A list of modules that need to be modified to work on
esp32c3
:Cannot be supported due to hardware limitations:
The text was updated successfully, but these errors were encountered: