Skip to content

Commit

Permalink
cpu/atmega*: remove unnecessary code (already factored out)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kYc0o committed May 15, 2018
1 parent 83c1565 commit fd5cc94
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 825 deletions.
30 changes: 0 additions & 30 deletions cpu/atmega1281/cpu.c

This file was deleted.

51 changes: 0 additions & 51 deletions cpu/atmega1281/include/cpu_conf.h

This file was deleted.

72 changes: 0 additions & 72 deletions cpu/atmega1281/startup.c

This file was deleted.

32 changes: 0 additions & 32 deletions cpu/atmega1284p/cpu.c

This file was deleted.

74 changes: 0 additions & 74 deletions cpu/atmega1284p/startup.c

This file was deleted.

30 changes: 0 additions & 30 deletions cpu/atmega2560/cpu.c

This file was deleted.

50 changes: 0 additions & 50 deletions cpu/atmega2560/include/cpu_conf.h

This file was deleted.

Loading

0 comments on commit fd5cc94

Please sign in to comment.