Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak some register map base pointers. | Marti Bolivar | 2011-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Replace #define XXX_BASE ((xxx_reg_map*)0xDEADBEEF) with #define XXX_BASE ((struct xxx_reg_map*)0xDEADBEEF) for increased GDB-friendliness. | ||||
* | pwr.h: Whitespace/comment cleanups | Marti Bolivar | 2011-05-19 | 1 | -10/+26 |
| | |||||
* | pwr: removing unused device. | Marti Bolivar | 2011-05-19 | 1 | -10/+0 |
| | |||||
* | [WIP] GPIO refactor: seems ok, ready for review | Marti Bolivar | 2011-03-11 | 1 | -5/+4 |
| | |||||
* | Refactor backup (BKP) and power (PWR) routines. | Marti Bolivar | 2011-02-27 | 1 | -15/+49 |
| | |||||
* | nzmichaelh's pull request mods compile and upload. | Marti Bolivar | 2010-12-28 | 1 | -0/+46 |
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. |