1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc23xx
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
..
doc
include cpu/lpc2387: timer: implement timer_set() 2020-08-25 09:19:27 +02:00
ldscripts cpu/lpc23xx: add support for thread-local storage 2020-08-24 18:08:08 +02:00
mci cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
periph drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
tools
asmfunc.s
clocks.c
cpu.c
Kconfig cpu/lpc23xx: Add Kconfig symbols 2020-07-16 19:03:38 +02:00
lpc23xx-iap.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
Makefile
Makefile.dep Merge pull request #14944 from benpicco/drivers/mtd_mci 2020-09-25 18:22:48 +02:00
Makefile.features cpu/lpc23xx: Add Kconfig symbols 2020-07-16 19:03:38 +02:00
Makefile.include
startup.s