Skip to content

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

Merged
iphydf merged 1 commit into
TokTok:masterfrom
iphydf:esp32
Dec 19, 2023
Merged

test: Make esp32 build actually try to instantiate tox.#2439
iphydf merged 1 commit into
TokTok:masterfrom
iphydf:esp32

Conversation

@iphydf

@iphydf iphydf commented Nov 29, 2023

Copy link
Copy Markdown
Member

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
@codecov

codecov Bot commented Nov 29, 2023

Copy link
Copy Markdown

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
Comment thread other/docker/esp32/main/tox_main.cc Outdated
@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
@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