aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 fu...Fergus Noble
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 em...Fergus Noble
2011-09-22Fixed bug in F2 GPIO code.Fergus Noble
2011-09-22Initial move of USART code to common, still needs some work.Fergus Noble
2011-09-16Change default prefix in Makefiles to arm-none-eabi for compatability with su...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-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-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-14Some updates to the F2 GPIO header plus implementation of GPIO convenience fu...Fergus Noble
2011-09-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe 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-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-15Fixed non-control endpoints for connectivity line USB.Gareth McMullin
2011-03-14Connectivity line USB driver now enumerating correctly.Gareth McMullin
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-03-11Usart baud rate setting function now uses the new apb1 and apb2 frequency var...Piotr Esden-Tempski
2011-03-11RCC now has two variables to hold the current apb1 and apb2 frequency.Piotr Esden-Tempski
2011-03-09Added 12MHz external clock rcc setup routine.Piotr Esden-Tempski
2011-02-20USB driver for Connectivity-line devices partially working.Gareth McMullin
2011-02-10Minor cleanup of usb. Template driver for STM32F107 added.Gareth McMullin
2011-02-09Add rcc_clock_setup_in_hse_8mhz_out_24mhz().Uwe Hermann
2011-02-09gpio_toggle(): Add support for multiple GPIOs.Uwe Hermann
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-02-04Added initial support for the LuminaryMicro LM3S family.Gareth McMullin
2011-02-03Cosmetics, whitespace, reduced indentation level.Uwe Hermann
2011-02-01Added get flag and get counter functions to timer. Allow proper interrupt han...Piotr Esden-Tempski
2011-01-31Added set prescaler and set repetition counter functions to timer.Piotr Esden-Tempski
2011-01-31Added timer reset function.Piotr Esden-Tempski
2011-01-31Added timer flag reset function.Piotr Esden-Tempski
2011-01-31Added interrupt and event generation handling functions to timer. Updated pw...Piotr Esden-Tempski