Damien George eaaebf3291 stmhal: Initialise stack pointer correctly.
Stack is full descending and must be 8-byte aligned.  It must start off
pointing to just above the last byte of RAM.

Previously, stack started pointed to last byte of RAM (eg 0x2001ffff)
and so was not 8-byte aligned.  This caused a bug in combination with
alloca.

This patch also updates some debug printing code.

Addresses issue #872 (among many other undiscovered issues).
2014-09-23 10:59:05 +01:00
..
2014-09-17 23:17:26 +01:00
2014-07-03 13:25:24 +01:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:50:28 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-09-21 23:43:03 +01:00
2014-05-21 20:32:59 +01:00
2014-08-22 18:30:02 +01:00
2014-06-27 00:04:18 +03:00