Skip to content
Snippets Groups Projects
  1. Mar 05, 2019
  2. Mar 04, 2019
  3. Mar 01, 2019
  4. Feb 28, 2019
    • Sebastian Meiling's avatar
      Merge pull request #11039 from maribu/avrdude · d29d3368
      Sebastian Meiling authored
      makefiles/tools: Improved avrdude integration
      d29d3368
    • Marian Buschsieweke's avatar
      makefiles/tools: Automatically set avrdude target · 4abc41a2
      Marian Buschsieweke authored
      The CPU variable in the boards Makefile.include file already contains the target
      CPU, so there is no reason to provide it in each board again as avrdude flag.
      
      This commit automatically sets the avrdude target from the CPU variable and
      removes the unneeded flags.
      4abc41a2
    • Marian Buschsieweke's avatar
      makefiles/tools: fix avrdude with ICSP programmers · 93cd8a1b
      Marian Buschsieweke authored
      Currently the flag "-P ${PORT}" is added to avrdude regardless of the programmer
      used. But this flag should only be set for programmers that operate over a
      serial port - e.g. like the various Arduino bootloaders. This commit changes
      the behaviour so that the "-P flag" is only set for only of the default
      programmers of the various AVR boards supported by RIOT. This allows to use
      ICSP programmers (e.g. like the usbtiny) like this:
      
          make BOARD=arduino-uno PROGRAMMER=usbtiny
      93cd8a1b
    • Gaëtan Harter's avatar
      Makefile.include: introduce FLASHFILE · 1d268c4c
      Gaëtan Harter authored
      Introduce FLASHFILE variable to start migrating boards to use it.
      
      This is the file that will be used for flashing.
      Boards do not currently use it but will migrated in upcoming PRs.
      1d268c4c
  5. Feb 27, 2019
  6. Feb 26, 2019
Loading