Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep it 80-column clean. | Marti Bolivar | 2011-06-07 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Go through overlong source code lines and convert as many of them as appropriate to be 80-column clean. This mostly affects license headers. Overlong lines are determined by running following from the libmaple base directory: $ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}' Note that this excludes libmaple's usb subdirectory, which is still full of ST code that doesn't follow the libmaple source code guidelines. Contents of ~/.ackrc (these won't matter, but are included for completeness): --ignore-dir=docs --ignore-dir=build --type-set ld=.ld --type-set rst=.rst --type-set txt=.txt --type-set mk=.mk | ||||
* | 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 |