Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Add 'void' to function declarations with no params. | Keith Packard | 2019-02-18 |
| | | | | | | Support -Wstrict-prototypes Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Switch from GPLv2 to GPLv2+ | Keith Packard | 2016-07-12 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/stmf0: Fix external interrupts | Keith Packard | 2016-04-19 |
| | | | | | | | | Missing a reserved address in the registers broke everything nicely, but the priority values were also wrong - stm32f0 exposes 8 bits per priority, like the stm32l, but it uses only the top two bits. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/stmf0: Add pwm and exti drivers | Keith Packard | 2016-04-02 |
Signed-off-by: Keith Packard <keithp@keithp.com> |