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

test: Make esp32 build actually try to instantiate tox. #2439

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Nov 29, 2023

It works properly now, but needs external RAM of 4MiB.


This change is Reviewable

@iphydf iphydf added this to the v0.2.19 milestone Nov 29, 2023
@iphydf iphydf marked this pull request as ready for review November 29, 2023 15:52
@iphydf iphydf requested a review from a team as a code owner November 29, 2023 15:53
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (65d09c9) 69.95% compared to head (6a895be) 69.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2439      +/-   ##
==========================================
+ Coverage   69.95%   69.98%   +0.02%     
==========================================
  Files          75       75              
  Lines       25964    25964              
==========================================
+ Hits        18164    18171       +7     
+ Misses       7800     7793       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iphydf iphydf marked this pull request as draft November 29, 2023 19:50
@iphydf iphydf force-pushed the esp32 branch 11 times, most recently from e38d2a2 to 01d5f15 Compare December 1, 2023 15:45
@iphydf iphydf force-pushed the esp32 branch 5 times, most recently from a518e73 to 3ec5117 Compare December 1, 2023 17:57
@iphydf iphydf marked this pull request as ready for review December 1, 2023 17:57
@iphydf iphydf force-pushed the esp32 branch 4 times, most recently from 763deda to 9a247dd Compare December 9, 2023 11:58
@iphydf iphydf force-pushed the esp32 branch 2 times, most recently from 2628446 to 942bd1c Compare December 19, 2023 18:29
@pull-request-attention pull-request-attention bot assigned iphydf and unassigned Green-Sky Dec 19, 2023
It doesn't work, because esp32 has too little RAM (320KB). DHT is a
240KB struct, so even just allocating that immediately fails. We'll need
to think carefully about trimming that if we ever want this to work on
embedded devices.
@iphydf iphydf merged commit 6a895be into TokTok:master Dec 19, 2023
36 of 37 checks passed
@iphydf iphydf deleted the esp32 branch December 19, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants