aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/rcc.c
Commit message (Expand)AuthorAgeFilesLines
* libmaple/rcc.c: Fix typo.Marti Bolivar2012-05-311-1/+1
* rcc.c: Fix typo.Marti Bolivar2012-05-311-1/+1
* RCC: Add rcc_is_clk_on().Marti Bolivar2012-04-111-0/+9
* RCC: Clean up and sanitize interfaces across F1, F2 series.Marti Bolivar2012-04-111-0/+116
* RCC: Break out some portable functionality from stm32f1/.Marti Bolivar2012-04-111-0/+44
* Move RCC support for STM32F1 to libmaple/stm32f1/.Marti Bolivar2012-04-111-206/+0
* Move public headers to include directories; related cleanups.Marti Bolivar2012-04-111-4/+4
* rcc: Add RCC_USB to rcc_clk_id/rcc_dev_table.Marti Bolivar2011-09-241-0/+1
* Added more doxygen file level headers. Documented a few more functions.Michael Hope2011-09-131-0/+1
* rcc: Doxygen improvements.Marti Bolivar2011-08-221-18/+18
* rcc.c: Trivial comment tweak.Marti Bolivar2011-06-201-1/+0
* Keep it 80-column clean.Marti Bolivar2011-06-071-14/+16
* libmaple: Fix warnings in libmaple source filesPerry Hung2011-05-121-1/+1
* Adding RCC_SPI3 for high density devices.Marti Bolivar2011-04-291-0/+1
* Adding rcc_dev_clk(), an accessor for a peripheral's clock line.Marti Bolivar2011-04-251-8/+15
* Adding i2c2 and i2c fast modeAnton Eltchaninov2011-04-121-1/+1
* RCC refactor.Marti Bolivar2011-03-211-53/+75
* Fix merge error and compile error.Perry Hung2011-03-111-1/+1
* i2c mergePerry Hung2011-02-281-0/+2
|\
| * checkpointPerry Hung2011-02-261-0/+2
* | Refactor backup (BKP) and power (PWR) routines.Marti Bolivar2011-02-271-9/+11
* | libmaple: Refactor ADC routinesPerry Hung2011-02-271-0/+1
|/
* Basic DAC functionality (high-density devices only).Marti Bolivar2011-02-181-1/+1
* undoing USART[45] -> UART[45] mistakeMarti Bolivar2011-02-151-2/+2
* Added DMA1 and DMA2 to the RCCMichael Hope2010-10-201-0/+2
* whitespace cleanupsMarti Bolivar2010-09-271-97/+93
* Merge maple-native changes into portablebnewbold2010-08-311-42/+106
|\
| * Further wirish portability progressbnewbold2010-08-311-0/+1
| * inital portability workbnewbold2010-08-251-42/+9
| * Switch spi to use new rcc interfacePerry Hung2010-08-041-0/+2
| * New reset and clock control apiPerry Hung2010-08-041-83/+152
| * Basic flash peripheral management api for board bringupPerry Hung2010-08-041-8/+0
* | Some refactoringbnewbold2010-08-051-95/+64
|/
* rename clock selection registerbnewbold2010-07-241-2/+2
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-0/+24
* Removed inttypes.hPerry Hung2010-03-311-9/+9
* Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung2010-03-301-3/+3
* Merge branch 'master' into rcc-devPerry Hung2010-03-301-0/+113