603 Commits (5dce4172a8ce3c80b37f4b45706c3a6032e9c34d)
 

Author SHA1 Message Date
Fergus Noble 60dcacccb7 Some updates to the F2 GPIO header plus implementation of GPIO convenience functions. 13 years ago
Fergus Noble 95d4532595 Initial import of F2 GPIO peripheral header file. 13 years ago
Fergus Noble 4eff339e8c Restructuring stm32 include directories. 13 years ago
Fergus Noble 0d4931f91f Moved timer stuff to common and added F2 specific header. 13 years ago
Fergus Noble fd2eb7a1bd Moved I2C to common, no changes needed. 13 years ago
Fergus Noble 69fb967eed Moves usart over to common and added F2 specific header. 13 years ago
Fergus Noble ab871dde0b Unnecessary include removed. 13 years ago
Fergus Noble ac18a04869 Moved spi header over to common and created F2 specific header. 13 years ago
Fergus Noble 6bf33af010 Moved pwr.h to stm_common and added F2 series specific extensions in its own header. 13 years ago
Fergus Noble e77bbff125 Fixing small typo. 13 years ago
Fergus Noble 76700510e0 Ability to choose memorymap for stm_common headers with define. 13 years ago
Fergus Noble 424b094ce8 Renaming lib code for stm32 f1 series. 13 years ago
Fergus Noble cf8171e469 Moving stm header files that are common to f1 and f2 series into their own folder. 13 years ago
Fergus Noble 18648708c8 Moving renaming stm32 header files for f1 series. 13 years ago
Fergus Noble 5ba3e77246 Adding memory map for the stm32f2 series. 13 years ago
Fergus Noble cbf6b8e54b Update examples Makefiles to use the make shell function rather than backticks for shell command expansion. Backticks are unreliable and don't work on all platforms. 13 years ago
Piotr Esden-Tempski f9a28a3d5e Changed clock on lisa-m hid example to 72MHz and removed disconnect pin control as the stm32f105 has built in pullups. 13 years ago
Piotr Esden-Tempski 9e4522ad21 Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get it to work... 13 years ago
Fergus Noble c63001c6cd Henry is a grammar nazi. 13 years ago
Fergus Noble 4809f7dacf Added alternative function for doing an SPI transfer. 13 years ago
Piotr Esden-Tempski 03a4a18ed6 Switched all makefiles to arm-none-eabi default. 13 years ago
Piotr Esden-Tempski 5d97653163 Added black magic probe flashing support to the example code makefile. 13 years ago
Piotr Esden-Tempski 0a66d52ec8 Switched the makefile default from arm-elf to arm-none-eabi. 13 years ago
Fergus Noble 71909482de Fixing some more header references 13 years ago
Fergus Noble 59c1c40e2c Fixing some header references 13 years ago
Fergus Noble 11b856822d Moving a couple more headers to stm common. 13 years ago
Fergus Noble 6ab4e561f7 Change default prefix in top level Makefile. 13 years ago
Fergus Noble d4d7370963 Some more silly bugs in GPIO fixed for F2. 13 years ago
Fergus Noble 3c67ef7d07 Minor fixes to the SPI code, mainly you should check that the TX buffer is empty before rather than after sending. 13 years ago
Fergus Noble 6ec01401e1 SPI test now working on F2! 13 years ago
Fergus Noble db8653b802 Merge branch 'stm32f2' of https://github.com/henryhallam/libopenstm32 into stm32f2 13 years ago
Henry Hallam 16a481034f SPI test (untested) 13 years ago
Fergus Noble 022a18f314 Updating the usart example in jobygps to use fixed gpio code. 13 years ago
Fergus Noble 25ed4d5af0 Fixed bug in F2 GPIO code. 13 years ago
Fergus Noble 309beb251a OpenOCD config file for JobyGPS. 13 years ago
Fergus Noble 83dab64369 Adding jobygps usart example. 13 years ago
Fergus Noble 508e18b26b Initial move of USART code to common, still needs some work. 13 years ago
Fergus Noble 551d069ed3 Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box. 13 years ago
Fergus Noble 792a806ecd RCC header file for F2 implemented, no convenience functions so far. 13 years ago
Fergus Noble 3a426b34aa Moving nvic code to common, adding F1 and F2 specific user interrupt definition headers. 13 years ago
Fergus Noble 97413a83f8 Moved SPI to stm32 common. 13 years ago
Fergus Noble 318deef8cb Moved I2C to stm32 common. 13 years ago
Fergus Noble 7889cb66c7 Move systick to stm32 common. 13 years ago
Fergus Noble 2a8ae89c7a First F2 example working! 13 years ago
Fergus Noble d21cd70810 Remove orphaned file in git. 13 years ago
Fergus Noble 00c2bcb563 Rename F1 examples folder. 13 years ago
Fergus Noble 5b4cbe7d87 Update F1 libs with new header file locations. 13 years ago
Fergus Noble b546f9b5a9 Add family define for the F1 Makefile and add a Makefile for the F2. 13 years ago
Fergus Noble b4d71f3706 Fixing something I forgot to update after restructuring the include directories. 13 years ago
Fergus Noble 4366d5e600 Adding vector table for F2. 13 years ago