aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-10-12OpenOCD config file for JobyGPS.Fergus Noble
2011-10-12Adding jobygps usart example.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-12RCC header file for F2 implemented, no convenience functions so far.Fergus Noble
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-12First F2 example working!Fergus Noble
2011-10-12Remove orphaned file in git.Fergus Noble
2011-10-12Rename F1 examples folder.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-12Fixing something I forgot to update after restructuring the include directories.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-12Adding stm32f2 target in top level Makefile and renaming f1 target.Fergus Noble
2011-10-12Some updates to the F2 GPIO header plus implementation of GPIO convenience ↵Fergus Noble
functions.
2011-10-12Initial import of F2 GPIO peripheral header file.Fergus Noble
2011-10-12Restructuring stm32 include directories.Fergus Noble
2011-10-12Moved timer stuff to common and added F2 specific header.Fergus Noble
2011-10-12Moved I2C to common, no changes needed.Fergus Noble
2011-10-12Moves usart over to common and added F2 specific header.Fergus Noble
2011-10-12Unnecessary include removed.Fergus Noble
2011-10-12Moved spi header over to common and created F2 specific header.Fergus Noble
2011-10-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ↵Fergus Noble
header.
2011-10-12Fixing small typo.Fergus Noble
2011-10-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-10-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-10-12Moving stm header files that are common to f1 and f2 series into their own ↵Fergus Noble
folder.
2011-10-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-10-12Adding memory map for the stm32f2 series.Fergus Noble
2011-10-12Update examples Makefiles to use the make shell function rather than ↵Fergus Noble
backticks for shell command expansion. Backticks are unreliable and don't work on all platforms.
2011-10-05Changed clock on lisa-m hid example to 72MHz and removed disconnect pin ↵Piotr Esden-Tempski
control as the stm32f105 has built in pullups.
2011-10-04Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get ↵Piotr Esden-Tempski
it to work...
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-10-02Added black magic probe flashing support to the example code makefile.Piotr Esden-Tempski
2011-10-02Switched the makefile default from arm-elf to arm-none-eabi.Piotr Esden-Tempski