Skip to content
Snippets Groups Projects
Unverified Commit 7bc9b4b7 authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

boards/common/atmega: Refactoring periph_conf.h

- Moved code for periph_conf of all ATmega based boards to boards/common/atmega
- Added possibility to override config from individual board:
  - Named file `periph_conf_atmega_common.h` and let this be included from
    `board/$BOARD/include/periph_conf.h` to allow modifications
  - Guarded individual periph configs by `#ifndef $PERIPH_NUMOF` ... `#endif`
parent 8da4957c
No related branches found
No related tags found
No related merge requests found
Showing
with 354 additions and 454 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment