-
Notifications
You must be signed in to change notification settings - Fork 218
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
Reducing heap size? #111
Comments
I'm tempted to just rip that code out, honestly. Are you using it? |
Absolutely not, I just saw that thing in the sizes |
It was submitted a while back and I took it. It's gone now. |
You're changing something on master? |
Yes, sorry, pushed to the wrong remote :) |
Ok, thanks |
We've EOLed the line, actually, but I'm still taking patches as a spare time thing: http://www.leaflabs.com/news/2015/3/27/maple-end-of-life-notice |
And thanks for the kind words; they're appreciated :) |
Did you know that the Maple Mini is now produced by many sellers, and available to prices as low as There is actually not so much alternatives for such product |
(I've tried the 4$ versions, there is some cost-killing on some components but it's still good) |
Hm, we did not know that. I'm glad the hardware lives on, but it's not nice of them to be using our company and brand name like it's an authentic product. Thanks for the heads up; we're looking into it. |
Here:
https://github.com/leaflabs/libmaple/blob/master/libraries/FreeRTOS/utility/FreeRTOSConfig.h#L76
We can see that 8K RAM are allocated for the heap (this is like 40% of the ram). Can this be reduced safely? How much of this heap are actually used?
The text was updated successfully, but these errors were encountered: