Skip to content
Snippets Groups Projects
  1. Feb 28, 2019
    • 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
      Unverified
      93cd8a1b
  2. Feb 20, 2019
  3. Feb 19, 2019
  4. Feb 18, 2019
  5. Feb 16, 2019
  6. Feb 15, 2019
  7. Feb 14, 2019
  8. Feb 12, 2019
Loading