aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4/gpio.h
AgeCommit message (Collapse)Author
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-03-21Revert "Fix setting alternate port functions on the STM32F4."Fergus Noble
This was also fixed in ac29b654a992a4855626fc0b92874d3847914f85 in a different way. I think the mask definition should be left with 1s indicating the bits of interest. This reverts commit e11185d47d0a2fea6d2782761edd5fd489541512.
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2012-02-12Fix setting alternate port functions on the STM32F4.Gareth McMullin
Thanks to Ricardo Martins.
2011-11-11STM32F4: Fix typos, s/F2/F4/.Uwe Hermann
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle