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

Increase available RAM for RTX on LPC11U24 #109

Merged
merged 1 commit into from
Nov 19, 2013
Merged

Increase available RAM for RTX on LPC11U24 #109

merged 1 commit into from
Nov 19, 2013

Commits on Nov 19, 2013

  1. Increase available RAM for RTX on LPC11U24

    The INITIAL_SP value used by RTX was originally at the 4k limit instead
    of at the 8k limit.  The HEAP_START macro was defined to __HeapLimit
    but the heap really starts at __end__.  __HeapLimit is just used for
    some link time sanity checks to verify that the heap and stack can
    grow a bit without colliding.
    adamgreen committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    10126e0 View commit details
    Browse the repository at this point in the history