aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1/gpio.h
AgeCommit message (Collapse)Author
2013-01-08Minor cleanup to use dispatch memorymap.hKen Sarkies
2012-11-13Proposed deduplication of peripherals, GPIO exampleKen Sarkies
See rambling post on dev list for justification
2012-11-08Fixed cut and paste typo for CAN banks.Piotr Esden-Tempski
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
file having its own group module rather than using @file. No code changes except for the following: gpio: Added function to map the eventout signal plus two Remap functions dma: Prevent changing base addresses while channel enabled (see datasheet) pwr: Added pwr.c (new file) timer: Removed the last function that I introduced recently; there is already an equivalent function present. Changed some parameter names for consistency.
2012-03-22Add mask for SWJ bits.Daniel O'Connor
(These are write only)
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-13Added missing gpio definitions for timer 5.Piotr Esden-Tempski
2012-02-13Added combined gpio bank definitions to timers as you tend to set those up ↵Piotr Esden-Tempski
in bulk.
2012-02-13Forgot some BANK suffixes.Piotr Esden-Tempski
2012-02-13Added bank definitions to f1 gpio header.Piotr Esden-Tempski
2011-11-16Added UART4 and UART5 gpio definitions for stm32f1. Also corrected the ↵Piotr Esden-Tempski
naming everywhere. Both peripherals are UARTS not U_S_ARTS.
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-12Restructuring stm32 include directories.Fergus Noble