Skip to content

Conversation

@jepler
Copy link

@jepler jepler commented Dec 17, 2019

This backports @dhalbert 's stack size change #2393 with a slightly larger value. Empirically, the 4504 value didn't work; the first value (a 512 byte bump) I tried did.

This, together with #2398 are probably prerequisites for @kattni 's work on fixing up the express library with cpx/cbp/cp functionality.

.. this is the first increase I tried, and it worked.  A smaller increase
might be OK.
@jepler jepler requested a review from dhalbert December 17, 2019 16:19
@dhalbert
Copy link
Collaborator

I tried the smallest increment that would work, and I got 4504 to work, so that's odd. @kattni's changes are now available in https://github.com/kattni/Adafruit_CircuitPython_CircuitPlayground/tree/board-handling, so I tested with that, and also updated the other libs.

@jepler
Copy link
Author

jepler commented Dec 17, 2019

@dhalbert OK sounds like this one needs to be closed up and a correct PR opened against the correct branch. Thanks for following up!

I think the situation right now is that 4.x should be built with gcc7 and 5.x/master with gcc9, which could affect the results slightly. I am not sure now whether my build procedure locally would have been using gcc9 to build 4.x or not. If that is what happened, then it could explain the different results we each saw.

@jepler jepler closed this Dec 17, 2019
@dhalbert
Copy link
Collaborator

dhalbert commented Dec 17, 2019

That's fine. Rebuilding after a few more merges caused 4504 not to work, but 4568 does. I am building 4.x with 7.3.1. @kattni and I will test #2401 (merge 4.1.x into 4.x) and merge it and then I'll make a new PR against 4.x.

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.

2 participants