| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: simavr: Remove modules from arguments.•••* gnu/packages/avr-xyz.scm (simavr)<arguments>: Remove the #:modules keyword
argument as it contains the default modules only.
Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Idf350cad53db879e90a53849c23ac4e63b53cfd1
| Jean-Pierre De Jesus DIAZ | 2024-04-15 | 1 | -2/+0 |
* | gnu: lufa: Use AVR target.•••* gnu/packages/avr-xyz.scm (lufa)[arguments]: Add avr as target.
[native-inputs]: Remove make-avr-toolchain.
Change-Id: I792132a9211b1aa64283f9b4e76a4dd57e86646d
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jean-Pierre De Jesus DIAZ | 2023-12-11 | 1 | -1/+2 |
* | gnu: microscheme: Move to avr-xyz.•••* gnu/packages/avr.scm (microscheme): Move to ...
* gnu/packages/avr-xyz.scm (microscheme): ... here.
Change-Id: I1272bfc98b583ab0ab36fcba5a8e19ae018b0b80
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jean-Pierre De Jesus DIAZ | 2023-12-11 | 1 | -0/+44 |
* | gnu: Add lufa.•••* gnu/packages/avr-xyz.scm (lufa): New variable.
| Maxim Cournoyer | 2023-10-10 | 1 | -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 Cournoyer | 2023-09-25 | 1 | -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. Poptsov | 2022-03-24 | 1 | -0/+97 |