1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
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
..
avr_libc_extra cpu/atmega_common: Drop legacy include 2020-05-15 11:24:28 +02:00
include cpu/atmega_common: Add architecture_arch.h 2020-09-29 12:33:59 +02:00
periph drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
cpu.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
doc.txt cpu: atmega_common: Initial import 2014-08-27 16:22:48 +02:00
Kconfig kconfig: add ERROR symbol for conflicting modules 2020-10-09 18:04:17 +02:00
Makefile cpu/atmega_common: Enable cpp feature 2020-07-24 15:22:34 +02:00
Makefile.dep cpu/atmega_common: use stdio_uart only when no other is defined 2020-08-19 10:00:26 +02:00
Makefile.features cpu/atmega_common: Enable cpp feature 2020-07-24 15:22:34 +02:00
Makefile.include cpu/atmega_common: move avr-libc-extra dependency to Makefile.dep 2020-01-28 13:20:52 +01:00
startup.c cpu/atmega_common: add mega2560 puf_sram feature 2018-11-20 09:45:32 +01:00
thread_arch.c cpu/atmega_common: Don't access sched_active_* 2020-08-17 11:26:19 +02:00