aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
Made examples depend on lib.
2011-10-27Merge remote-tracking branch 'fnoble/stm32f2' into stm32fxStephen Caudle
Conflicts: lib/stm32f2/Makefile
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
Conflicts: Makefile examples/stm32/lisa-m/fancyblink/fancyblink.ld examples/stm32/lisa-m/usb_hid/usbhid.ld examples/stm32/mb525/fancyblink/fancyblink.ld examples/stm32/obldc/usart_irq/usart_irq.ld examples/stm32/other/usb_dfu/usbdfu.c examples/stm32/stm32-h103/fancyblink/fancyblink.ld examples/stm32/stm32-h103/usart_irq/usart_irq.ld examples/stm32/stm32-h103/usb_dfu/usbdfu.c examples/stm32/stm32-h103/usb_hid/usbhid.ld examples/stm32f1/Makefile.include examples/stm32f1/lisa-m/fancyblink/fancyblink.ld examples/stm32f1/lisa-m/usb_hid/usbhid.ld examples/stm32f1/mb525/fancyblink/fancyblink.ld examples/stm32f1/obldc/usart_irq/usart_irq.ld examples/stm32f1/other/usb_dfu/usbdfu.c examples/stm32f1/stm32-h103/fancyblink/fancyblink.ld examples/stm32f1/stm32-h103/usart_irq/usart_irq.ld examples/stm32f1/stm32-h103/usb_dfu/usbdfu.c examples/stm32f1/stm32-h103/usb_hid/usbhid.ld examples/stm32f2/jobygps/usart_printf/usart_printf.ld lib/lm3s/Makefile lib/lpc13xx/Makefile lib/stm32f1/Makefile
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
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 ↵Fergus Noble
empty before rather than after sending.
2011-10-12Fixed bug in F2 GPIO code.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 ↵Fergus Noble
summon toolchain out the box.
2011-10-12Moving nvic code to common, adding F1 and F2 specific user interrupt ↵Fergus Noble
definition headers.
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-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-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-12Some updates to the F2 GPIO header plus implementation of GPIO convenience ↵Fergus Noble
functions.
2011-10-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-10-04Henry is a grammar nazi.Fergus Noble
2011-10-04Added alternative function for doing an SPI transfer.Fergus Noble
2011-10-04Switched all makefiles to arm-none-eabi default.Piotr Esden-Tempski
2011-09-27Fixing some more header referencesFergus Noble
2011-09-27Fixing some header referencesFergus Noble
2011-09-23Some more silly bugs in GPIO fixed for F2.Fergus Noble
2011-09-23Minor fixes to the SPI code, mainly you should check that the TX buffer is ↵Fergus Noble
empty before rather than after sending.
2011-09-22Fixed bug in F2 GPIO code.Fergus Noble