1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
bors[bot] e35c7adb73
Merge #19031
19031: cpu/stm32/periph_timer: implement timer_set() r=benpicco a=maribu

### Contribution description

The fallback implementation of timer_set() in `drivers/periph_common` is known to fail on short relative sets. This adds a robust implementation.

### Testing procedure

Run `tests/periph_timer_short_relative_set` at least a few dozen times (or use https://github.com/RIOT-OS/RIOT/pull/19030 to have a few dozen repetitions of the test case in a single run of the test application). It should now succeed.

### Issues/PRs references

None

Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2023-01-04 19:04:26 +00:00
..
arm7_common cpu/arm7_common: drop cyclic include 2022-12-13 15:55:17 +01:00
atmega32u4 cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega128rfa1 cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega256rfr2 cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega328p cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega1281 cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega1284p cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega2560 cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
atmega_common cpu/atmega_common/periph_timer: fix spurious IRQs 2022-11-25 14:46:16 +01:00
atxmega Merge pull request #18619 from maribu/core/mutex/cleanup 2022-10-03 10:58:07 +02:00
avr8_common cpu: always rely on stdio.inc.mk for default stdio selection 2022-11-09 10:42:47 +01:00
cc26x0_cc13x0 treewide: fix typos 2022-09-15 12:12:23 +02:00
cc26x2_cc13x2 cpu/cc26x2_cc13x2: model Kconfig 2021-11-19 10:52:23 +01:00
cc26xx_cc13xx cpu/cc26xx_cc13xx: remove broken HTML links and headings from doc 2022-10-28 08:57:17 -04:00
cc2538 Kconfig/ieee802154: fix typo in hal selector 2022-08-10 13:43:04 +02:00
cortexm_common cpu/cortexm_common: measure time spent with IRQ disabled 2022-11-24 21:27:20 +01:00
efm32 cpu/efm32: increase RIOTBOOT_LEN for riotboot_dfu 2022-12-07 16:38:51 +01:00
esp32 Merge #19078 2023-01-02 18:18:19 +00:00
esp8266 Merge #19074 2023-01-03 00:44:24 +00:00
esp_common Merge #19074 2023-01-03 00:44:24 +00:00
fe310 Merge pull request #17342 from aabadie/pr/sysclk 2021-12-15 15:41:34 +01:00
gd32v treewide: fix typos 2022-09-15 12:12:23 +02:00
kinetis doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
lm4f120 cpu/lm4f120: remove stdlib include 2022-12-14 00:22:02 +01:00
lpc23xx cpu/lpc23xx: core: replace RIOT_FILE_RELATIVE with __FILE__ 2022-11-19 01:48:42 +01:00
lpc1768 cpu/lpc1768: make use of cortexm.ld 2022-09-23 15:55:21 +02:00
msp430_common cpu: cpu_print_last_instruction() -> cpu_get_caller_pc() 2022-09-15 10:49:56 +02:00
msp430fxyz cpu/msp430: add Kconfig 2021-12-02 16:33:19 +01:00
native native: Remove code used for __MACH__ target 2022-12-22 17:57:25 +01:00
nrf5x_common cpu/nrf5x_common: Implement timer_set() 2022-12-23 14:48:08 +01:00
nrf51 cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
nrf52 cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
nrf9160 cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
qn908x cpu/qn908x/periph_timer: Implement timer_set() 2023-01-03 22:35:11 +01:00
riscv_common riscv: Reduce reset trampoline code size by 2 bytes 2022-12-08 13:26:07 +01:00
rpx0xx cpu/rpx0xx: timer: implement TIM_FLAG_SET_STOPPED 2022-03-01 14:22:53 +01:00
sam0_common sam0_common: use size_t len for I2C transfers, as declared (fixes #19008) 2022-12-04 16:57:00 +01:00
sam3 sys/ztimer: select ztimer_periph_no_rtt only for samd21 2022-03-15 08:15:22 +01:00
sam_common cpu/sam_common: make use of cortexm.ld 2022-09-23 15:55:12 +02:00
samd5x Merge pull request #18146 from benpicco/cpu/sam0_common/adc-diffmode 2022-09-27 17:34:07 +02:00
samd21 cpu/sam0/spi: generalize pm_layered interaction 2022-11-03 14:53:44 +01:00
saml1x cpu/sam0_common: add ADC pin aliases 2022-08-31 18:23:44 +02:00
saml21 cpu/saml21: define required power modes 2022-11-03 14:53:45 +01:00
stellaris_common
stm32 cpu/stm32/periph_timer: implement timer_set() 2023-01-03 15:51:06 +01:00
doc.txt docs/doxygen : Add CPU section 2021-07-09 10:47:42 +02:00
Kconfig treewide: change Kconfig prefix for module symbols 2020-08-31 09:57:28 +02:00