[libopenstm32-commits] libopenstm32 branch, master, updated. 92dc4c361e20794a733996ca2848a1851198b1
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-19 18:55:15
|
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 92dc4c361e20794a733996ca2848a1851198b182 (commit) via a38fc2c3a2ae29fe04c352077de45e504a8a3f2e (commit) from 6fe7e25a8a6288639b917f5e6115e8e5d87c1ff1 (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 92dc4c361e20794a733996ca2848a1851198b182 Author: Uwe Hermann <uw...@he...> Date: Tue Jan 19 19:53:20 2010 +0100 Add empty lib/nvic.c to make libopenstm32 compile. commit a38fc2c3a2ae29fe04c352077de45e504a8a3f2e Author: Piotr Esden-Tempski <pi...@es...> Date: Sat Jan 16 02:58:19 2010 +0100 Added basic NVIC register defs and functions. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + include/libopenstm32/memorymap.h | 37 ++++++++++++ include/libopenstm32/nvic.h | 116 ++++++++++++++++++++++++++++++++++++++ lib/Makefile | 2 +- lib/nvic.c | 1 + 5 files changed, 156 insertions(+), 1 deletions(-) create mode 100644 include/libopenstm32/nvic.h create mode 100644 lib/nvic.c hooks/post-receive -- libopenstm32 |