aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-06More coding-style and cosmetic fixes.Uwe Hermann
2012-02-06Fix numerous bugs in NVIC convenience functions, doing an |= on a clear regis...Fergus Noble
2012-02-06Added functions to enable and disable DMA from stm32 USART.Fergus Noble
2012-02-06Change stm32 usart baud rate generation to round rather than floor for more a...Fergus Noble
2012-02-06Fix nasty bug with GPIO alternate function setup on F2/F4 (sorry guys).Fergus Noble
2012-02-06Fix bug with F4 clock settings, change HPRE to PPRE.Fergus Noble
2012-02-06Discard .ARM.exidx section to make newlib 64bit (long long) printf support wo...Fergus Noble
2012-02-06Fixing small bug/typo in F2 rcc code.Fergus Noble
2011-12-28usb: Added support for Interface Association descriptors.Gareth McMullin
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-17usb: Fix some Doxygen comments.Uwe Hermann
2011-11-17usb: Coding-style fixes.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-12Only allow one packet in TX fifos.Gareth McMullin
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-31usb_f107: Fixed lost 4 bytes on control OUT transaction.Gareth McMullin
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-29Merge remote-tracking branch 'fnoble/stm32f2'Uwe Hermann
2011-10-29Restored OTG clock enable in RCC in f107 usb init.Gareth McMullin
2011-10-29Fixed some F105/F107 USB issues. Added user callback on SOF.Gareth McMullin
2011-10-27Merge remote-tracking branch 'fnoble/stm32f2' into stm32fxStephen Caudle
2011-10-27Add RCC and FLASH support for STM32F2Stephen Caudle
2011-10-26Merge branch 'stm32f2' of github.com:fnoble/libopenstm32 into stm32f2Fergus Noble
2011-10-26Adding new EXTI stuff to F2 makefile.Fergus Noble
2011-10-26Better way to toggle a pin.Fergus Noble
2011-10-26Added convenience function code for EXTI on F2.Fergus Noble
2011-10-13Merge branch 'stm32fx' of https://github.com/doceme/libopenstm32 into stm32f2Fergus Noble
2011-10-12Merge branch 'stm32f2' of github.com:fnoble/libopenstm32 into stm32f2Fergus Noble
2011-10-12I think we want to wait before we send the UART byte rather than after...Fergus Noble
2011-10-12Added alternative function for doing an SPI transfer.Fergus Noble
2011-10-12Fixing some more header referencesFergus Noble
2011-10-12Fixing some header referencesFergus Noble