aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32f2-f4
Commit message (Collapse)AuthorAgeFilesLines
* F401RB is almost identical to F401CCbryan newbold2015-06-121-1/+1
|
* stm32f2-f4: rcc.h: order RCC_TIMER* numerically, not alphabeticallybryan newbold2015-06-121-5/+5
| | | | This avoids a bug with instantiating Wirish HardwareTimers.
* stm32f4: add F4-specific IRQ entriesbnewbold2015-03-032-0/+10
| | | | | Perhaps these should be in F4-specific files instead of the shared F2-F4 files?
* stm32f4: note possibly incorrect max_baud entriesbnewbold2015-03-031-3/+3
|
* stm32f4: begin filling out F4 suport in headersbnewbold2015-03-033-2/+36
|
* stm32f4: don't try to build FSMC and Timers that hardware doesn't supportbnewbold2015-03-032-0/+29
|
* stm32f2-f4: refactor <series/stm32.h>Marti Bolivar2014-11-241-22/+28
| | | | | | Prep work for adding F4 support. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Rename various "stm32f2" directories "stm32f2-f4".Marti Bolivar2014-11-2428-0/+5661
Preparatory patch for adding STM32F4 support. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>