aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32
AgeCommit message (Expand)Author
2012-02-06Fixing small bug/typo in F2 rcc code.Fergus Noble
2011-12-17Added USB example for stm32f4.Gareth McMullin
2011-11-16Reverted the api of the usart_set_baudrate function to hide the clock rail se...Piotr Esden-Tempski
2011-11-16Added address legend to the interrupt vector. Made it easier to crosscheck fo...Piotr Esden-Tempski
2011-11-16Added UART4 and UART5 gpio definitions for stm32f1. Also corrected the naming...Piotr Esden-Tempski
2011-11-17stm32/f1/gpio.c: Add some Doxygen comments.Uwe Hermann
2011-11-17lib: More small fixes.Uwe Hermann
2011-11-17lib/stm32/f4: Coding-style fixes.Uwe Hermann
2011-11-17lib/stm32/f2: Coding-style fixes.Uwe Hermann
2011-11-17lib/stm32/f1: Coding-style fixes.Uwe Hermann
2011-11-17lib/stm32/*.c: Coding-style fixes.Uwe Hermann
2011-11-12Fixed loading of .data in linker scripts.Gareth McMullin
2011-11-10stm32/spi.c: Coding style fixes and typo fixes.Uwe Hermann
2011-11-07Fix alignment issue in data sectionStephen Caudle
2011-11-02Add timer support for STM32F2 & STM32F4Stephen Caudle
2011-11-02Fix APB1 & APB2 frequencies in STM32F4 RCC tableStephen Caudle
2011-11-02Add pwr to STM32F4 makefileStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle
2011-10-31Add generic STM32F2 RCC clock functionStephen Caudle
2011-10-30Fix stm32f2 RCC PLL values for 120MHzStephen Caudle
2011-10-30Add SCB from stm32f1Stephen Caudle
2011-10-30Update makefiles to reflect stm32 lib folder name changesStephen Caudle
2011-10-30Rename stm32 lib folders to be consistent with includeStephen Caudle
2011-10-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-10-04Switched all makefiles to arm-none-eabi default.Piotr Esden-Tempski
2011-04-28Merge remote-tracking branch 'gsmcmullin/master'.Uwe Hermann
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