Skip to content
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

Update the sdkconfig for LILYGO TTGO T8 ESP32-S2 #4873

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

netroy
Copy link

@netroy netroy commented Jun 9, 2021

Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I can't test this myself, but it does seem to change the configuration to be more like working boards such as espressif_saola_1_wrover. Makes sense.

@jepler jepler merged commit 576003e into adafruit:main Jun 9, 2021
@netroy netroy deleted the fix-4810 branch June 10, 2021 10:03
@anecdata
Copy link
Member

anecdata commented Jul 11, 2021

Finally got around to testing this on the target board. Confirmed there is no crash with espidf.heap_caps_get_largest_free_block() call:

Adafruit CircuitPython 7.0.0-alpha.4 on 2021-07-08; LILYGO TTGO T8 ESP32-S2 w/Display with ESP32S2
>>> import gc
>>> gc.mem_free()
8192608
>>> 
>>> import espidf
>>> espidf.heap_caps_get_total_size()
155852
>>> espidf.heap_caps_get_free_size()
130460
>>> espidf.heap_caps_get_largest_free_block()
65536
>>> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LILYGO TTGO T8 ESP32-S2 w/Display crashes after espidf call
3 participants