1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/fe310/periph
Marian Buschsieweke 125c892c03
drivers/periph/timer: Use uint32_t for frequency
For all currently supported platforms `unsigned long` is 32 bit in width. But
better use `uint32_t` to be safe.
2020-10-30 22:02:12 +01:00
..
cpucycle.c
cpuid.c
gpio.c Merge pull request #14887 from bergzand/pr/fe310/plic_periph 2020-08-31 21:25:03 +02:00
i2c.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
Makefile
plic.c cpu/*: add missing include of assert.h 2020-10-22 11:13:08 +02:00
pm.c
rtc.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
rtt.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
spi.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
timer.c drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
uart.c fe310: Adapt peripherals to use the plic driver 2020-08-31 16:26:43 +02:00
wdt.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00