1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/atmega
Marian Buschsieweke 95704348ae
boards/common/atmega: Refactor flash & serial conf
- Include `tools/avrdude.mk` and `tools/serial.mk` at the common place instead
  for each ATmega based board individually
- Introduce the makefile variable BOOTLOADER to de-duplicate flash configs:
    - Two boards using the same bootloader now just use `BOOTLOADER ?= foo`
      and share the individual config
    - These settings are not applied when `PROGRAMMER` is set to still allow
      users to manually specify how to program their board
2020-02-10 14:48:39 +01:00
..
include boards/atmega/include/periph_conf_atmega_common: add USARTn_TX_vect 2020-01-15 10:02:41 +01:00
board.c boards/atmega_common: remove weak led_init() 2019-11-19 22:36:07 +01:00
doc.txt boards/common: fix typos 2019-11-23 22:39:07 +01:00
Makefile boards/common/atmega: initial commit of atmega shared code 2018-04-03 14:18:32 +02:00
Makefile.include boards/common/atmega: Refactor flash & serial conf 2020-02-10 14:48:39 +01:00