aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/iwdg.h
Commit message (Collapse)AuthorAgeFilesLines
* iwdg: Doxygen commentsMarti Bolivar2011-05-191-8/+13
|
* iwdg: Naming anonymous enum.Marti Bolivar2011-05-191-1/+1
| | | | | Anonymous enum typedefed to iwdg_prescaler is now also enum iwdg_prescaler, for consistency with the rest of the library.
* IWDG include fixup.Marti Bolivar2011-05-061-0/+1
|
* Independent watchdog refactor.Marti Bolivar2011-05-061-19/+66
|
* nzmichaelh's pull request mods compile and upload.Marti Bolivar2010-12-281-0/+10
| | | | renamed SysTick_Handler back to SysTickHandler since all of our linker magic/lanchon-stm32 depends on that name. added backup register support in order to test independent watchdog support; it seems to work. next major test target is DMA support.
* Added independent watchdog supportMichael Hope2010-10-141-0/+51