aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32
AgeCommit message (Expand)Author
2011-04-24Added extra interrupt vectors for STM32 connectivity line.Gareth McMullin
2011-03-23Fixes CAN identifiers on send and receive.Gareth McMullin
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-03-11Usart baud rate setting function now uses the new apb1 and apb2 frequency var...Piotr Esden-Tempski
2011-03-11RCC now has two variables to hold the current apb1 and apb2 frequency.Piotr Esden-Tempski
2011-03-09Added 12MHz external clock rcc setup routine.Piotr Esden-Tempski
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-09gpio_toggle(): Add support for multiple GPIOs.Uwe Hermann
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-02-03Cosmetics, whitespace, reduced indentation level.Uwe Hermann
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-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
2011-01-07EXTI bugfix in exti_select_source().Uwe Hermann
2010-12-31Some more file/path restructuring.Uwe Hermann
2010-12-30More libopenstm32 renames.Uwe Hermann
2010-12-30More renames for libopenstm32 -> libopencm3.Uwe Hermann
2010-12-30Finish libopenstm32.ld to stm32.ld rename.Uwe Hermann
2010-12-30s/libopenstm32/libopencm3/ is some Makefiles.Uwe Hermann
2010-12-30More path and name changes.Uwe Hermann
2010-12-30Add missing files.Uwe Hermann
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Move STM32-specific source to lib/stm32 subdir.Uwe Hermann