aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2011-10-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ↵Fergus Noble
header.
2011-10-12Fixing small typo.Fergus Noble
2011-10-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-10-12Moving stm header files that are common to f1 and f2 series into their own ↵Fergus Noble
folder.
2011-10-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-10-12Adding memory map for the stm32f2 series.Fergus Noble
2011-10-04Added alternative function for doing an SPI transfer.Fergus Noble
2011-09-26Moving a couple more headers to stm common.Fergus Noble
2011-09-22Initial move of USART code to common, still needs some work.Fergus Noble
2011-09-16RCC header file for F2 implemented, no convenience functions so far.Fergus Noble
2011-09-15Moving nvic code to common, adding F1 and F2 specific user interrupt ↵Fergus Noble
definition headers.
2011-09-15Move systick to stm32 common.Fergus Noble
2011-09-15Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-09-14Some updates to the F2 GPIO header plus implementation of GPIO convenience ↵Fergus Noble
functions.
2011-09-14Initial import of F2 GPIO peripheral header file.Fergus Noble
2011-09-14Restructuring stm32 include directories.Fergus Noble
2011-09-13Moved timer stuff to common and added F2 specific header.Fergus Noble
2011-09-12Moved I2C to common, no changes needed.Fergus Noble
2011-09-12Moves usart over to common and added F2 specific header.Fergus Noble
2011-09-12Unnecessary include removed.Fergus Noble
2011-09-12Moved spi header over to common and created F2 specific header.Fergus Noble
2011-09-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ↵Fergus Noble
header.
2011-09-12Fixing small typo.Fergus Noble
2011-09-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-09-12Moving stm header files that are common to f1 and f2 series into their own ↵Fergus Noble
folder.
2011-09-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-09-12Adding memory map for the stm32f2 series.Fergus Noble
2011-04-28Merge remote-tracking branch 'gsmcmullin/master'.Uwe Hermann
2011-04-24Added extra interrupt vectors for STM32 connectivity line.Gareth McMullin
2011-03-30Added usbd_ep_nak_set() to force flow control on OUT endpoints.Gareth McMullin
2011-03-15Added missing 12mhz to 72mhz rcc setup routine prototype.Piotr Esden-Tempski
2011-03-15Fixed non-control endpoints for connectivity line USB.Gareth McMullin
2011-03-14Connectivity line USB driver now enumerating correctly.Gareth McMullin
2011-03-11RCC now has two variables to hold the current apb1 and apb2 frequency.Piotr Esden-Tempski
2011-02-20USB driver for Connectivity-line devices partially working.Gareth McMullin
2011-02-17Added ITM and TPIU register definitions.Gareth McMullin
2011-02-10Minor cleanup of usb. Template driver for STM32F107 added.Gareth McMullin
2011-02-09Add rcc_clock_setup_in_hse_8mhz_out_24mhz().Uwe Hermann
Thanks Marko Kraljevic <krasnaya.zvezda@gmail.com> for the patch!
2011-02-09Added missing lm3s header files.Gareth McMullin
2011-02-09Added missing lm3s gpio.h.Gareth McMullin
2011-02-09Add some missing LIBOPENCM3_ prefixes.Uwe Hermann
2011-02-09FPB: More consistency fixes.Uwe Hermann
Fix incorrect FPB_CTRL_NUM_CODE2_MASK value, too.
2011-02-09FPB: Fix typo.Uwe Hermann
2011-02-09FPB: Minor additions, consistency fixes.Uwe Hermann
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-02-08Added missing DBGMCU_BASE to STM32 memorymap.hGareth McMullin
2011-02-08Added Flash Patch and Breakpoint (FPB) register definitions.Gareth McMullin
2011-02-08Added ARMv7-M Core Debug (SCS) register definitions.Gareth McMullin
2011-02-08Added STM32 DBGMCU register definitions.Gareth McMullin
2011-02-01Added get flag and get counter functions to timer. Allow proper interrupt ↵Piotr Esden-Tempski
handling and recording timer counter values.