[libopenstm32-commits] libopenstm32 branch, master, updated. e5fb750378eadbb0f2d931f8a3478e011a4d21
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-03 18:47: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 e5fb750378eadbb0f2d931f8a3478e011a4d21e9 (commit) via 98997691d314b6143fab27bfa1832c200e39bb57 (commit) via a7a3770d5198d26c963127094a18175696f04827 (commit) via 821873acacd77139bc77a48f1f31631a474e3026 (commit) from 88f35a4a7e0132fead2e932b659148abd391e84e (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 e5fb750378eadbb0f2d931f8a3478e011a4d21e9 Author: Uwe Hermann <uw...@he...> Date: Thu Dec 31 00:17:38 2009 +0100 Modularize OpenOCD paths in the example Makefiles. commit 98997691d314b6143fab27bfa1832c200e39bb57 Author: Uwe Hermann <uw...@he...> Date: Wed Dec 30 23:28:40 2009 +0100 Add first version of spi_enable()/spi_disable(). commit a7a3770d5198d26c963127094a18175696f04827 Author: Uwe Hermann <uw...@he...> Date: Wed Dec 30 23:09:14 2009 +0100 Add initial SPI code. For now, add the following basic SPI functions: - spi_init_master() - spi_write() - spi_read() This is incomplete and untested, yet. Also, add some more SPI bit definition macros and comments. commit 821873acacd77139bc77a48f1f31631a474e3026 Author: Uwe Hermann <uw...@he...> Date: Tue Dec 29 17:38:40 2009 +0100 Add initial version of an spi.h header file. So far, it contains the SPI register definitions and some bit definitions of control register 1 (CR1). ----------------------------------------------------------------------- Summary of changes: examples/fancyblink/Makefile | 12 +++- examples/miniblink/Makefile | 12 +++- examples/usart/Makefile | 12 +++- include/libopenstm32.h | 1 + include/libopenstm32/spi.h | 160 ++++++++++++++++++++++++++++++++++++++++++ lib/Makefile | 2 +- lib/spi.c | 85 ++++++++++++++++++++++ 7 files changed, 274 insertions(+), 10 deletions(-) create mode 100644 include/libopenstm32/spi.h create mode 100644 lib/spi.c hooks/post-receive -- libopenstm32 |