aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-12Initial move of USART code to common, still needs some work.Fergus Noble
2011-10-12Change default prefix in Makefiles to arm-none-eabi for compatability with su...Fergus Noble
2011-10-12RCC header file for F2 implemented, no convenience functions so far.Fergus Noble
2011-10-12Moving nvic code to common, adding F1 and F2 specific user interrupt definiti...Fergus Noble
2011-10-12Moved SPI to stm32 common.Fergus Noble
2011-10-12Moved I2C to stm32 common.Fergus Noble
2011-10-12Move systick to stm32 common.Fergus Noble
2011-10-12First F2 example working!Fergus Noble
2011-10-12Remove orphaned file in git.Fergus Noble
2011-10-12Rename F1 examples folder.Fergus Noble
2011-10-12Update F1 libs with new header file locations.Fergus Noble
2011-10-12Add family define for the F1 Makefile and add a Makefile for the F2.Fergus Noble
2011-10-12Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-10-12Adding vector table for F2.Fergus Noble
2011-10-12Copying F1 linker script over to the F2 target, hopefully it should be the same!Fergus Noble
2011-10-12Renaming things in the F1 target Makefile.Fergus Noble
2011-10-12Adding stm32f2 target in top level Makefile and renaming f1 target.Fergus Noble
2011-10-12Some updates to the F2 GPIO header plus implementation of GPIO convenience fu...Fergus Noble