1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lm4f120
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
..
include cpu/lm4f120: Update timer macros to timer_config_t 2020-09-22 16:26:01 +02:00
ldscripts lm4f120: Adjust ldscript memory segment attributes 2018-05-09 06:45:00 +02:00
periph drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
cpu.c cpu: Moved stdio_init() into cpu_init() 2019-09-06 16:54:23 +02:00
Kconfig cpu/lm4f120: Add Kconfig symbols 2020-07-16 13:23:30 +02:00
Makefile cpu: build cortexm vectors.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.dep cpu/cortexm_common: Move common modules to Makefile.dep 2020-04-01 09:46:21 +02:00
Makefile.features cpu/lm4f120: Add Kconfig symbols 2020-07-16 13:23:30 +02:00
Makefile.include cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
vectors.c cpu/lm4f120: fix invalid doxygen group name 2020-05-05 14:08:32 +02:00