Fix msp430_GCC demo application (#1153)
* Update kernel Update kernel to bring in a fix for MSP430 task initialization. * msp430_GCC: Decrease heap size to avoid stack overflow With 1800 bytes allocated to the heap, the stack overflows while initializing tasks. Decrease the heap size so we have a bit more space for the initial stack. We are using most of the heap, so 100 bytes is about as much as we can decrease it by.pull/1158/head
parent
7d09b88e5a
commit
154dee1c86
@ -1 +1 @@
|
||||
Subproject commit ca907b445b52f5814705761cf63cb2ef5e43605a
|
||||
Subproject commit 2f628e3f89e1f84cb929358886e80d3218791ab8
|
Loading…
Reference in New Issue