[libopenstm32-commits] libopenstm32 branch, master, updated. 95793aa6cedeef06db9592602ecf3dc00edec6
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-12-31 02:16:34
|
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 95793aa6cedeef06db9592602ecf3dc00edec610 (commit) via 9deb34de75e5239aa3a2f38c3063e74c183103d6 (commit) via 43856e14360da52a1a508854c0624d3c56cdb991 (commit) via 62f1bab21f76e17290a897e060e9218e28140786 (commit) from 62acc424e15ae11305f42e3f589bada9f68f72f9 (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 95793aa6cedeef06db9592602ecf3dc00edec610 Author: Uwe Hermann <uw...@he...> Date: Fri Dec 31 01:11:14 2010 +0100 Rename include guards to LIBOPENCM3_*. commit 9deb34de75e5239aa3a2f38c3063e74c183103d6 Author: Uwe Hermann <uw...@he...> Date: Fri Dec 31 01:02:40 2010 +0100 Add FSMC register definitions. commit 43856e14360da52a1a508854c0624d3c56cdb991 Author: Uwe Hermann <uw...@he...> Date: Fri Dec 31 00:35:20 2010 +0100 FSMC: Implement all missing bit defines. commit 62f1bab21f76e17290a897e060e9218e28140786 Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 23:21:53 2010 +0100 Start adding FSMC #defines (FSMC_BCRx for now). ----------------------------------------------------------------------- Summary of changes: include/stm32/adc.h | 4 +- include/stm32/bkp.h | 4 +- include/stm32/can.h | 4 +- include/stm32/crc.h | 4 +- include/stm32/dma.h | 4 +- include/stm32/ethernet.h | 4 +- include/stm32/exti.h | 4 +- include/stm32/flash.h | 4 +- include/stm32/fsmc.h | 284 +++++++++++++++++++++++++++++++++++++++++++++ include/stm32/gpio.h | 4 +- include/stm32/i2c.h | 4 +- include/stm32/iwdg.h | 4 +- include/stm32/memorymap.h | 4 +- include/stm32/nvic.h | 4 +- include/stm32/pwr.h | 4 +- include/stm32/rcc.h | 4 +- include/stm32/rtc.h | 4 +- include/stm32/scb.h | 4 +- include/stm32/spi.h | 4 +- include/stm32/systick.h | 4 +- include/stm32/timer.h | 4 +- include/stm32/tools.h | 4 +- include/stm32/usart.h | 4 +- include/stm32/usb.h | 4 +- include/stm32/usb_desc.h | 4 +- include/stm32/wwdg.h | 4 +- 26 files changed, 334 insertions(+), 50 deletions(-) create mode 100644 include/stm32/fsmc.h hooks/post-receive -- libopenstm32 |