1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430/periph
Marian Buschsieweke 7044699388
cpu/msp430: improve periph_timer
- add support for multiple timers
- add support for selecting clock source in the board's `periph_conf.h`
- add support for the prescaler
- implement `periph_timer_query_freqs`
- add a second timer to all MSP430 boards
    - the first timer is fast ticking, high-power
    - the second is slow ticking, low-power
2023-12-10 09:11:23 +01:00
..
flashpage.c cpu/msp430: reorganize code 2023-06-19 17:14:57 +02:00
gpio.c cpu/msp430: consistently use msp430 prefix in names 2023-12-06 17:10:11 +01:00
Kconfig cpu/msp430: reorganize code 2023-06-19 17:14:57 +02:00
Makefile cpu/msp430: reorganize code 2023-06-19 17:14:57 +02:00
pm.c cpu/msp430: reorganize code 2023-06-19 17:14:57 +02:00
spi_usart.c cpu/msp430: make use of vendor header files 2023-07-04 20:21:05 +02:00
spi_usci.c cpu/msp430: make use of vendor header files 2023-07-04 20:21:05 +02:00
timer.c cpu/msp430: improve periph_timer 2023-12-10 09:11:23 +01:00
uart_usart.c cpu/msp430: consistently use msp430 prefix in names 2023-12-06 17:10:11 +01:00
uart_usci.c cpu/msp430: consistently use msp430 prefix in names 2023-12-06 17:10:11 +01:00