summaryrefslogtreecommitdiff
path: root/gnu/packages/avr-xyz.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add lufa.•••* gnu/packages/avr-xyz.scm (lufa): New variable. Maxim Cournoyer2023-10-101-0/+83
* gnu: avr: Delay all cross compilation packages.•••Partially addresses <https://issues.guix.gnu.org/65716>. * gnu/packages/avr.scm: Add commentary comment. (avr-binutils): Turn into this... (make-avr-binutils): ... procedure. (avr-gcc): Likewise, into... (make-avr-gcc): ... this. Adjust native-inputs accordingly. (avr-toolchain): Likewise, into... (make-avr-toolchain): ... this. * gnu/packages/avr-xyz.scm (simavr) [propagated-inputs]: replace avr-toolchain with a call to the 'make-avr-toolchain' procedure. Series-changes: 2 - Use mlambda for procedures - Fix ((make-avr-toolchain)) typo Maxim Cournoyer2023-09-251-1/+1
* gnu: avr-xyz: Add simavr•••* gnu/packages/avr-xyz.scm: New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add 'avr-xyz.scm'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2022-03-241-0/+97