Commit Graph

30 Commits (bfe5264aa10c1af64adc5c24d0cf091562e3e09c)

Author SHA1 Message Date
Ricardo Wurmus 8ea169d074
gnu: arm-none-eabi-toolchain: Include libstdc++.
* gnu/packages/embedded.scm (arm-none-eabi-toolchain)[propagated-inputs]: Add
libstdc++.
2017-05-24 23:29:51 +02:00
Ricardo Wurmus 9cdf48728e
gnu: arm-none-eabi-toolchain: Provide union of all inputs at the output.
* gnu/packages/embedded.scm (arm-none-eabi-toolchain)[arguments]: Make the
union of all inputs available at the output.
2017-05-24 23:29:44 +02:00
Ricardo Wurmus 1a1e83366d
gnu: Add libstdc++-arm-none-eabi.
* gnu/packages/embedded.scm (make-libstdc++-arm-none-eabi): New procedure.
2017-05-24 23:29:41 +02:00
Ricardo Wurmus 7b3318e34f
gnu: Allow overriding of xgcc package in cross-gcc.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Take extra "xgcc"
argument.
(cross-gcc): Use keyword arguments; take optional "xgcc" argument.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9, propeller-gcc, gcc-vc4):
Use keyword arguments.
* gnu/packages/avr.scm (avr-gcc-4.9): Likewise.
2017-05-24 23:29:20 +02:00
Danny Milosavljevic 7cf06d62bf
gnu: Add gcc-vc4.
Fixes <https://bugs.gnu.org/26541>.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add vc4-elf.
* gnu/packages/embedded.scm (gcc-vc4): New variable.
2017-05-01 01:14:27 +02:00
Ricardo Wurmus 67656b7a86
gnu: propeller-binutils: Use flex 2.6.1.
* gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace
"flex" with "flex-2.6.1".
2017-03-30 17:34:34 +02:00
Efraim Flashner 0371b345e8
Merge remote-tracking branch 'origin/master' into core-updates 2017-03-23 14:53:33 +02:00
Efraim Flashner 575a6f0f8a
gnu: binutils-vc4: Build with flex-2.6.1.
* gnu/packages/embedded.scm (binutils-vc4)[native-inputs]: Use
flex-2.6.1 and not flex.
2017-03-22 19:27:00 +02:00
Efraim Flashner 493ae57eca
gnu: binutils-vc4: Set source file-name.
* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
2017-03-22 16:10:45 +02:00
Danny Milosavljevic 8ea4248214
gnu: Add binutils-vc4.
* gnu/packages/embedded.scm (binutils-vc4): New variable.
2017-03-05 13:49:12 +01:00
Ricardo Wurmus 395bbfdbea
gnu: Add propeller-development-suite.
* gnu/packages/embedded.scm (propeller-development-suite): New variable.
2017-01-01 13:56:28 +01:00
Ricardo Wurmus 3ebc86d9bd
gnu: Add spinsim.
* gnu/packages/embedded.scm (spinsim): New variable.
2017-01-01 13:56:28 +01:00
Ricardo Wurmus 0a7860c438
gnu: Add spin2cpp.
* gnu/packages/embedded.scm (spin2cpp): New variable.
2017-01-01 13:56:28 +01:00
Ricardo Wurmus c6b96af794
gnu: Add propeller-load.
* gnu/packages/embedded.scm (propeller-load): New variable.
2017-01-01 13:56:28 +01:00
Ricardo Wurmus 150e0a1ec6
gnu: Add openspin.
* gnu/packages/embedded.scm (openspin): New variable.
2017-01-01 13:56:27 +01:00
Ricardo Wurmus eb88fbafcd
gnu: Add propeller-toolchain.
* gnu/packages/embedded.scm (propeller-toolchain): New variable.
2017-01-01 13:56:27 +01:00
Ricardo Wurmus 0d0079b2c5
gnu: Add proplib.
* gnu/packages/embedded.scm (proplib): New variable.
2017-01-01 13:56:27 +01:00
Ricardo Wurmus 68cb27840e
gnu: Add propeller-gcc.
* gnu/packages/embedded.scm (propeller-gcc): New variable.
2017-01-01 13:56:27 +01:00
Ricardo Wurmus 2d7c92134e
gnu: Add propeller-binutils.
* gnu/packages/embedded.scm (propeller-binutils): New variable.
2017-01-01 13:56:27 +01:00
Ludovic Courtès 7894ea6122
gnu: gcc-arm-none-eabi-4.9: Remove non-applicable patch.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[patches]: Remove
"gcc-arm-bug-71399.patch" from XGCC's patches.
2016-11-08 23:57:29 +01:00
Ricardo Wurmus 6d1b3bf55b
gnu: openocd: Correct license.
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
2016-10-31 10:41:54 +01:00
Theodoros Foradis 5b83b7b854
gnu: Add openocd.
* gnu/packages/embedded.scm (openocd): New variable.
* gnu/packages/patches/openocd-nrf52.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
2016-10-30 02:34:26 +01:00
David Craven 91ba693586
gnu: Add jimtcl.
* gnu/packages/embedded.scm (jimtcl): New variable.
2016-10-30 02:33:58 +01:00
David Craven e5e45c067d
gnu: Add libjaylink.
* gnu/packages/embedded.scm (libjaylink): New variable.
2016-10-30 02:33:53 +01:00
Theodoros Foradis 94f36a4f5e
gnu: Add gdb-arm-none-eabi.
* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
2016-10-30 02:02:46 +02:00
Theodoros Foradis 569f601649
gnu: Add arm-none-eabi-toolchain variants.
* gnu/packages/embedded.scm (arm-none-eabi-toolchain): New procedure.
(arm-none-eabi-toolchain-4.9, arm-none-eabi-nano-toolchain-4.9,
arm-none-eabi-toolchain-6, arm-none-eabi-nano-toolchain-6): New
variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2016-10-16 11:53:11 +02:00
Theodoros Foradis dbc3c34ea0
gnu: Add arm-none-eabi-gcc-6.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-6): New variable.
* gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch: New file.
* gnu/packages/patches/gcc-6-cross-environment-variables.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patches.
2016-10-16 11:53:07 +02:00
Ricardo Wurmus a299a8992c
gnu: Add newlib-nano-arm-none-eabi.
* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable.
2016-10-09 15:45:59 +02:00
Ricardo Wurmus 6c39886a80
gnu: Add newlib-arm-none-eabi.
* gnu/packages/embedded.scm (newlib-arm-none-eabi): New variable.
2016-10-09 15:45:59 +02:00
Ricardo Wurmus 35a37efbfd
gnu: Add arm-none-eabi cross compiler.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "arm-eabi".
* gnu/packages/embedded.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-10-09 15:45:59 +02:00