1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
Francisco Acosta b2fc9b197e cpu/atmega*: remove unnecessary code (already factored out)
cpu.c and startup.c were redundant in most platforms, except for
atmega256rfr2. The common code is now in cpu/atmega_common/cpu.c
and cpu/atmega_common/startup.c. cpu_conf.h is also removed as
it's now in cpu/atmega_common/include thus shared by all atmega
based platforms.
2018-11-02 16:23:48 +01:00
..
include cpu/atmega_common: use the same cpu_conf for all atmega based boards 2018-11-02 16:23:48 +01:00
periph cpu/atmega_common: add cpu.c and startup.c common code 2018-11-02 16:23:47 +01:00
atmega_stdio.c boards/cpu/drivers/sys: use generic stdio_ if 2018-08-22 10:54:25 +02:00
cpu.c cpu/atmega_common: add cpu.c and startup.c common code 2018-11-02 16:23:47 +01:00
doc.txt cpu: atmega_common: Initial import 2014-08-27 16:22:48 +02:00
irq_arch.c cpu/atmega_common: use __temp_reg__ 2018-03-30 10:22:32 +02:00
Makefile cpu/atmega*: remove unnecessary code (already factored out) 2018-11-02 16:23:48 +01:00
Makefile.features eeprom: Makefile.features: reorder features 2018-08-15 14:53:56 +02:00
Makefile.include cpu/atmega_common: Allow specifying a reserved space in ROM 2018-09-05 12:20:36 +02:00
posix_unistd.c boards/cpu/drivers/sys: use generic stdio_ if 2018-08-22 10:54:25 +02:00
startup.c cpu/atmega_common: add cpu.c and startup.c common code 2018-11-02 16:23:47 +01:00
thread_arch.c cpu/atmega_common/thread_arch.c: uncrustified 2018-06-14 21:47:33 +02:00