aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
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 ↵Fergus Noble
summon toolchain out the box.
2011-09-15Moving nvic code to common, adding F1 and F2 specific user interrupt ↵Fergus Noble
definition headers.
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 ↵Fergus Noble
functions.
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 ↵Piotr Esden-Tempski
variables. And calculates the full BRR value.
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