aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-31Fix STM32 flash programming doc linksStephen Caudle
2011-10-31Add miniblink example for STM32F4 discovery boardStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle
2011-10-31Add generic STM32F2 RCC clock functionStephen Caudle
2011-10-31Move STM32 example projects in family specific foldersStephen Caudle
2011-10-30Fix stm32f2 RCC PLL values for 120MHzStephen Caudle
2011-10-30Clean up whitespace in stm32f2 GPIOStephen Caudle
2011-10-30Clean up whitespace in stm32f2 RCCStephen 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-30stm32-h103/usb_dfu: Whitespace/coding-style fixes.Uwe Hermann
2011-10-30Olimex STM32-H103: Make the usb_dfu example work.Uwe Hermann
2011-10-29Changed the lisa/m dfu example to use PC2 led for enumeration indication inst...Piotr Esden-Tempski
2011-10-30lisa-m/usb_hid: Drop unused variable.Uwe Hermann
2011-10-29Switched the lisa/m usb_dfu to use stm32f107 init code.Piotr Esden-Tempski
2011-10-29Readded black magic probe support to example makefiles.Piotr Esden-Tempski
2011-10-29README: target/stm32.cfg is deprecated in OpenOCD.Uwe Hermann
2011-10-29README: Update path to the new stm32f1.Uwe Hermann
2011-10-29Merge remote-tracking branch 'fnoble/stm32f2'Uwe Hermann
2011-10-29Fix whitespace.Uwe Hermann
2011-10-29Changed the lisa/m dfu example to run on stm32f105.Piotr Esden-Tempski
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-26Removing silly dummy target.Fergus Noble
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-26Add header for F2 syscfg peripheral.Fergus Noble
2011-10-26Fix NVIC defines for 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-12Fix stm32f1 filenames and pathStephen Caudle
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
2011-10-12Moving a couple more headers to stm common.Fergus Noble
2011-10-12Some more silly bugs in GPIO fixed for F2.Fergus Noble
2011-10-12Minor fixes to the SPI code, mainly you should check that the TX buffer is em...Fergus Noble
2011-10-12SPI test now working on F2!Fergus Noble
2011-10-12SPI test (untested)Henry Hallam
2011-10-12Updating the usart example in jobygps to use fixed gpio code.Fergus Noble
2011-10-12Fixed bug in F2 GPIO code.Fergus Noble
2011-10-12OpenOCD config file for JobyGPS.Fergus Noble
2011-10-12Adding jobygps usart example.Fergus Noble