Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iwdg: Doxygen comments | Marti Bolivar | 2011-05-19 | 1 | -8/+13 |
| | |||||
* | iwdg: Naming anonymous enum. | Marti Bolivar | 2011-05-19 | 1 | -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 Bolivar | 2011-05-06 | 1 | -0/+1 |
| | |||||
* | Independent watchdog refactor. | Marti Bolivar | 2011-05-06 | 1 | -19/+66 |
| | |||||
* | nzmichaelh's pull request mods compile and upload. | Marti Bolivar | 2010-12-28 | 1 | -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 support | Michael Hope | 2010-10-14 | 1 | -0/+51 |