1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/arduino-atmega
Marian Buschsieweke 750d3078e4
boards/common/arduino-atmega: Refactoring
- including `avrdude.mk` and `serial.mk` is no longer needed
- the avrdude flag -F is dropped
    - This allows flashing a board having an MCU different to the one
      RIOT was compiled for
    - It is better to let the user provide this flag manually if she/he really
      wants to turn safety off, knows what she/he is doing, and accepts the
      risk associated with this
- the avrdude flag -D is dropped
    - This disables issuing an erase command during flashing, however this
      erase cycle is strictly required to be able to program the flash
    - This is only needed in case of the stk500v2 bootloader, which implicitly
      does the erase cycle and fails if explicitly asked to do so
    - Only for the stk500v2 bootloader this flag is now added
2020-02-10 14:52:07 +01:00
..
dist boards/avr/dist: setsid can be set with env variable 2019-10-03 12:43:49 +02:00
include boards/arduino-atmega: add mapping for Arduino PWM pins 2019-11-15 17:54:30 +01:00
led_init.c boards/common/arduino-atmega: use common/atmega shared code 2018-04-03 14:18:32 +02:00
Makefile boards/common/arduino-atmega: use common/atmega shared code 2018-04-03 14:18:32 +02:00
Makefile.dep boards/common/arduino-atmega: use common/atmega shared code 2018-04-03 14:18:32 +02:00
Makefile.features boards/arduino-atmega: add mapping for Arduino PWM pins 2019-11-15 17:54:30 +01:00
Makefile.include boards/common/arduino-atmega: Refactoring 2020-02-10 14:52:07 +01:00