aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-16Change default prefix in Makefiles to arm-none-eabi for compatability with su...Fergus Noble
2011-09-16RCC header file for F2 implemented, no convenience functions so far.Fergus Noble
2011-09-15Moving nvic code to common, adding F1 and F2 specific user interrupt definiti...Fergus Noble
2011-09-15Moved SPI to stm32 common.Fergus Noble
2011-09-15Moved I2C to stm32 common.Fergus Noble
2011-09-15Move systick to stm32 common.Fergus Noble
2011-09-15First F2 example working!Fergus Noble
2011-09-15Remove orphaned file in git.Fergus Noble
2011-09-15Rename F1 examples folder.Fergus Noble
2011-09-15Update F1 libs with new header file locations.Fergus Noble
2011-09-15Add family define for the F1 Makefile and add a Makefile for the F2.Fergus Noble
2011-09-15Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-09-15Adding vector table for F2.Fergus Noble
2011-09-15Copying F1 linker script over to the F2 target, hopefully it should be the same!Fergus Noble
2011-09-15Renaming things in the F1 target Makefile.Fergus Noble
2011-09-15Adding stm32f2 target in top level Makefile and renaming f1 target.Fergus Noble
2011-09-14Some updates to the F2 GPIO header plus implementation of GPIO convenience fu...Fergus Noble
2011-09-14Initial import of F2 GPIO peripheral header file.Fergus Noble
2011-09-14Restructuring stm32 include directories.Fergus Noble
2011-09-13Moved timer stuff to common and added F2 specific header.Fergus Noble
2011-09-12Moved I2C to common, no changes needed.Fergus Noble
2011-09-12Moves usart over to common and added F2 specific header.Fergus Noble
2011-09-12Unnecessary include removed.Fergus Noble
2011-09-12Moved spi header over to common and created F2 specific header.Fergus Noble
2011-09-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ...Fergus Noble
2011-09-12Fixing small typo.Fergus Noble
2011-09-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-09-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-09-12Moving stm header files that are common to f1 and f2 series into their own fo...Fergus Noble
2011-09-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-09-12Adding memory map for the stm32f2 series.Fergus Noble
2011-09-09Update examples Makefiles to use the make shell function rather than backtick...Fergus Noble
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes
2011-07-13Add more files to ignoreUwe Bonnes
2011-04-28Merge remote-tracking branch 'gsmcmullin/master'.Uwe Hermann
2011-04-24Added extra interrupt vectors for STM32 connectivity line.Gareth McMullin
2011-04-24Check index bounds on usb string descriptor request.Gareth McMullin
2011-04-24Delete example dependencies on 'make clean'Gareth McMullin
2011-04-04Fixed stm32f107 usb driver to allow calling usbd_poll from irq handler.Gareth McMullin
2011-03-30Added usbd_ep_nak_set() to force flow control on OUT endpoints.Gareth McMullin
2011-03-23Fixes CAN identifiers on send and receive.Gareth McMullin
2011-03-15Added missing 12mhz to 72mhz rcc setup routine prototype.Piotr Esden-Tempski
2011-03-15Fixed non-control endpoints for connectivity line USB.Gareth McMullin
2011-03-15Added simple USB example for STM32F107.Gareth McMullin
2011-03-14Small cleanup and added random blinking option.Piotr Esden-Tempski
2011-03-14Connectivity line USB driver now enumerating correctly.Gareth McMullin
2011-03-13Cleaned up warning in led_stripe example.Piotr Esden-Tempski
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-03-13Added an example for STM32-H103 eval board to drive the ZJ168 addressable led...Piotr Esden-Tempski
2011-03-13More build improvements and fixed broken examples.Gareth McMullin