aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-31Added cdcacm (usb serial) example for lisa-m with a small basic ↵Piotr Esden-Tempski
stresstesting python script.
2011-10-31usb_f107: Fixed lost 4 bytes on control OUT transaction.Gareth McMullin
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
Also make RCC IO defines consistent with stm32f1.
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
On this board PC11 must be low to connect the USB. Thanks Gareth McMullin <gareth@blacksphere.co.nz> for pointing this out.
2011-10-29Changed the lisa/m dfu example to use PC2 led for enumeration indication ↵Piotr Esden-Tempski
instead of switching off jtag and using trst led.
2011-10-30lisa-m/usb_hid: Drop unused variable.Uwe Hermann
This avoids a compiler warning.
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
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-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
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-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 ↵Fergus Noble
empty before rather than after sending.
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