[libopenstm32-commits] libopenstm32 branch, master, updated. 1621fde1f47c5b5f86942562b955bebfb45683
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-10-19 00:04:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libopenstm32". The branch, master has been updated via 1621fde1f47c5b5f86942562b955bebfb45683df (commit) from 68b7e255ad8d0bf5529855773b7acdb9ff83835c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1621fde1f47c5b5f86942562b955bebfb45683df Author: Uwe Hermann <uw...@he...> Date: Tue Oct 19 02:00:28 2010 +0200 Add proper C runtime init, add reset handler. The C runtime wasn't initialized correctly (there was garbage in the data and bss sections). Add a reset_handler which initializes these sections before calling the application's main() function. The initial stack pointer is also defined in the linker script, allowing the application to override with a linker command line option "-Wl,--defsym,_stack=0x20005000". Thanks to Gareth McMullin <ga...@bl...>. ----------------------------------------------------------------------- Summary of changes: lib/libopenstm32.ld | 10 ++++++++++ lib/vector.c | 23 +++++++++++++++++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) hooks/post-receive -- libopenstm32 |