aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f2/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 STM32F2."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. See also 87ea496ca768d18e51d8654cbad9cb261a881b1b. This reverts commit 2433f17e7341d6afcda24d395d0b93c50a37b7b1.
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 STM32F2.Gareth McMullin
Thanks to Ricardo Martins.
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-30Clean up whitespace in stm32f2 GPIOStephen Caudle
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