aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3
AgeCommit message (Expand)Author
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
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
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 han...Piotr Esden-Tempski
2011-01-31Added set prescaler and set repetition counter functions to timer.Piotr Esden-Tempski
2011-01-31Added timer reset function.Piotr Esden-Tempski
2011-01-31Added timer flag reset function.Piotr Esden-Tempski
2011-01-31Added interrupt and event generation handling functions to timer. Updated pw...Piotr Esden-Tempski
2011-01-30Cosmetics, consistency fixes, fix compiler warnings.Uwe Hermann
2011-01-30Updated STM32 memory map, fixed USB_OTG_FS_BASEDamjan Marion
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2011-01-30Added OTG_FS register definitions for connectivity line STM32.Gareth McMullin
2011-01-28Added break and dead time convenience functions. Adapted 6step example to ref...Piotr Esden-Tempski
2011-01-28Replaced OC mode selection with an enum, makes it simpler to use.Piotr Esden-Tempski
2011-01-27Added output compare channel convenience functions and adapted the pwm_6step ...Piotr Esden-Tempski
2011-01-27Started a pwm 6step output example. Enabled timer convenience functions and s...Piotr Esden-Tempski
2010-12-31Some more file/path restructuring.Uwe Hermann