1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mips_pic32_common/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
..
cpuid.c cpu: pic32: Implement cpuid_get function 2017-07-20 19:52:29 +01:00
gpio.c cpu/mips: fix build error raised by a fallthrough warning 2020-10-13 18:57:38 +02:00
hwrng.c cpu: pic32_common: Fix void pointer arithmetic in hw rng 2017-07-20 19:55:44 +01:00
Makefile cpu/mips_pic32_common: prefix modules with mips_pic32_common namespace 2017-11-24 16:44:46 +01:00
pm.c cpu: mips_pic32_common: Implement pm_reboot 2020-03-25 19:10:01 +00:00
timer.c drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
uart.c cpu: mips_pic32_common: Refactor UART 2020-03-25 19:10:01 +00:00