avr: use new compilation infrastructure

Gets rid of:
  avrbinutils
  avrgcc

to replace with:
  pkgsCross.avr.buildPackages.binutils
  pkgsCross.avr.buildPackages.gcc
This commit is contained in:
Matthew Bauer
2018-10-29 14:34:09 -05:00
parent 075e4883e0
commit d59a9ac7cf
9 changed files with 19 additions and 118 deletions
+4
View File
@@ -99,6 +99,10 @@ rec {
riscv64 = riscv "64";
riscv32 = riscv "32";
arduino-uno = {
config = "avr";
platform = { name = "avr5"; };
};
#
# Darwin