Gabriel Marcano 4c0559bc1a Explicitly setup heap, fixes brahma.
Since brahma has its stack (unless it is changed) in ARM9 memory, the
default logic for setting up the heap breaks, since it assumes the heap
is in lower memory than the stack. This commit uses a hook used by
newlib to setup the heap at any random location in memory. This commit
just allocates a 32MB heap, although it could certainly be larger.
2016-06-08 19:48:42 -04:00
..
2016-06-07 23:15:14 -04:00
2016-06-07 23:15:14 -04:00
2015-05-12 11:15:16 +12:00
2016-06-07 23:15:14 -04:00
2016-06-07 23:15:14 -04:00
2015-05-14 21:30:39 -04:00
2016-06-07 23:15:14 -04:00
2016-06-08 19:48:42 -04:00