summaryrefslogtreecommitdiff
path: root/gnu/packages/embedded.scm
Commit message (Collapse)AuthorAge
* gnu: picprog: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-12
| | | | * gnu/packages/embedded.scm (picprog)[home-page]: Use HTTPS.
* gnu: newlib: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
* gnu: jimtcl: Update to 0.79.Efraim Flashner2020-01-24
| | | | | * gnu/packages/embedded.scm (jimtcl): Update to 0.79. [home-page]: Update home-page.
* gnu: jimtcl: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch.
* gnu: stlink: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch.
* gnu: spin2cpp: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch.
* gnu: openspin: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch.
* Avoid warnings for the 'delete' binding of (guix build utils).Ludovic Courtès2020-01-15
| | | | | | | | | On Guile 3, importing (guix build utils) leads to warnings such as: WARNING: (gnu packages embedded): imported module (guix build utils) overrides core binding `delete' * gnu/packages/embedded.scm: Select 'alist-replace' from (guix build utils). * guix/ui.scm: Hide 'delete' from (guix build utils).
* gnu: Add arm-none-eabi-nano-toolchain-7-2018-q2-update.Ricardo Wurmus2019-12-25
| | | | | * gnu/packages/embedded.scm (arm-none-eabi-nano-toolchain-7-2018-q2-update): New variable.
* gnu: Add arm-none-eabi-toolchain-7-2018-q2-update.Ricardo Wurmus2019-12-25
| | | | | * gnu/packages/embedded.scm (arm-none-eabi-toolchain-7-2018-q2-update): New variable.
* gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update.Ricardo Wurmus2019-12-25
| | | | | * gnu/packages/embedded.scm (newlib-nano-arm-none-eabi-7-2018-q2-update): New variable.
* gnu: Add newlib-arm-none-eabi-7-2018-q2-update.Ricardo Wurmus2019-12-25
| | | | * gnu/packages/embedded.scm (newlib-arm-none-eabi-7-2018-q2-update): New variable.
* gnu: Add gcc-arm-none-eabi-7-2018-q2-update.Ricardo Wurmus2019-12-25
| | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update): New variable. * gnu/packages/patches/gcc-7-cross-environment-variables.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add west.Clément Lassieur2019-12-05
| | | | * gnu/packages/embedded.scm (west): New variable.
* Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
|\
| * gnu: fc-host-tools: Improve description.Danny Milosavljevic2019-09-28
| | | | | | | | * gnu/packages/embedded.scm (fc-host-tools)[description]: Improve description.
| * gnu: fc-host-tools: Update to 11.Danny Milosavljevic2019-09-28
| | | | | | | | | | | | * gnu/packages/embedded.scm (fc-host-tools): Update to 11. [arguments]<:phases>[handle-tarbomb]: Delete phase. [patch-installation-paths]: Modify.
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\|
| * gnu: python-libmpsse: Update to 1.4.Danny Milosavljevic2019-09-26
| | | | | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (python2-libmpsse): Rename to... (python-libmpsse): ...this. [version]: Update to 1.4. [source]: Change repository and version. [inputs]: Change Python version. [arguments]: Add #parallel-build?. (python2-libmpsse): New variable.
* | gnu: gcc-arm-none-eabi-4.9: Build with GCC 5.Ricardo Wurmus2019-09-19
|/ | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add gcc-5.
* gnu: fc-host-tools: Fix fc-loadtool.Danny Milosavljevic2019-04-12
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Modify.
* gnu: fc-host-tools: Update to 10.Danny Milosavljevic2019-03-08
| | | | | * gnu/packages/embedded.scm (fc-host-tools): Update to 10. [arguments]<:make-flags>: Change INSTBIN to INSTALL_PREFIX.
* gnu: fc-host-tools: Update to 9a.Danny Milosavljevic2019-02-04
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[source]: Update to 9a. [arguments]<#:phases>[patch-installation-paths]: Modify.
* gnu: proplib: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/embedded.scm (proplib)[arguments]: Use INVOKE.
* gnu: jimtcl: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
* gnu: openocd: Use INVOKE.Ricardo Wurmus2018-11-11
| | | | | * gnu/packages/embedded.scm (openocd)[arguments]: Use INVOKE and return #T unconditionally.
* gnu: libjaylink: Remove custom bootstrap phase.Ricardo Wurmus2018-11-11
| | | | * gnu/packages/embedded.scm (libjaylink)[arguments]: Remove.
* gnu: Add stlink.Clément Lassieur2018-10-04
| | | | * gnu/packages/embedded.scm (stlink): New variable.
* gnu: fc-host-tools: Fix internal invocations.Danny Milosavljevic2018-07-10
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Modify.
* gnu: fc-host-tools: Update description.Danny Milosavljevic2018-07-10
| | | | * gnu/packages/embedded.scm (fc-host-tools)[description]: Modify.
* Merge branch 'master' into core-updatesMarius Bakke2018-03-29
|\
| * gnu: fc-host-tools: Update to version 8.Danny Milosavljevic2018-03-25
| | | | | | | | * gnu/packages/embedded.scm (fc-host-tools): Update to version 8.
* | gnu: Use invoke and return #t from all builders.Mark H Weaver2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm, gnu/packages/commencement.scm, gnu/packages/dictionaries.scm, gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm, gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm, gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/javascript.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm, gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm, gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages using 'trivial-build-system', use invoke where appropriate, raise exceptions on errors, and otherwise return #t.
* | gnu: binutils-vc4: Use invoke.Mark H Weaver2018-03-25
|/ | | | * gnu/packages/embedded.scm (binutils-vc4)[arguments]: Use invoke.
* gnu: spin2cpp: Update to 3.6.4.Tobias Geerinckx-Rice2018-02-27
| | | | * gnu/packages/embedded.scm (spin2cpp): Update to 3.6.4.
* gnu: propeller-gcc: Fix build.Ricardo Wurmus2018-02-11
| | | | * gnu/packages/embedded.scm (propeller-gcc)[native-inputs]: Use GCC 4.9.
* gnu: Add fc-host-tools.Danny Milosavljevic2018-01-04
| | | | * gnu/packages/embedded.scm (fc-host-tools): New variable.
* gnu: picprog: Fix non-Intel support.Efraim Flashner2017-12-10
| | | | | | | * gnu/packages/patches/picprog-non-intel-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/embedded.scm (picprog)[source]: Add patch. [arguments]: Skip building the 'testport' binary.
* gnu: Add picprog.Danny Milosavljevic2017-12-10
| | | | * gnu/packages/embedded.scm (picprog): New variable.
* gnu: Add python2-libmpsse.Danny Milosavljevic2017-10-23
| | | | | * gnu/packages/embedded.scm: Add imports. (python2-libmpsse): New variable.
* gnu: propeller-development-suite: Use stable release.Ricardo Wurmus2017-10-15
| | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (propeller-binutils): Take sources from release_1_0 branch. [arguments]: Remove "patch-/bin/sh-in-tests" phase; add "chdir" phase; disable Werror flag. (propeller-gcc-4): Use sources from release_1_0 branch. [arguments]: Add "chdir" phase. [home-page]: Change to official home page. (proplib): Use sources from release_1_0 branch. [arguments]: Add "chdir" phase; remove outdated patch from "fix-Makefile" phase; do not build and install tiny library. [home-page]: Change to official home page. (propeller-load): Use sources from release_1_0 branch. [arguments]: Add "chdir" phase. [home-page]: Change to official home page.
* gnu: openocd: Update to 0.10.0Theodoros Foradis2017-09-28
| | | | | | | | | | | * gnu/packages/embedded.scm (openocd): Update to 0.10.0. [arguments] <configure-flags>: Add "--enable-sysfsgpio" flag. Remove "--enable-oocd_trace" flag. [arguments] <phases>: Add phase "change-udev-group". Add phase "install-udev-rules". * gnu/packages/patches/openocd-nrf52.patch: Modify to apply on 0.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libjaylink: Update to commit 699b700.Theodoros Foradis2017-09-28
| | | | | | * gnu/packages/embedded.scm (libjaylink): Update to commit 699b700. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Put autoconf-related phases immediately after the 'unpack phase.Kei Kebreau2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
* gnu: Fetch several Git sources over HTTPS.Leo Famulari2017-08-27
| | | | | | | | | | | | | | * gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
* Merge branch 'master' into core-updatesMark H Weaver2017-08-07
|\
| * gnu: propeller-gcc-4: Don't build on aarch64-linux.Efraim Flashner2017-08-07
| | | | | | | | * gnu/packages/embedded.scm (propeller-gcc-4)[supported-system]: New field.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-26
|\|
| * gnu: propeller-gcc: Default to version 4.Ricardo Wurmus2017-06-21
| | | | | | | | | | | | | | * gnu/packages/embedded.scm (propeller-gcc): Rename this... (propeller-gcc-6): ...to this. (propeller-gcc-4): Inherit from propeller-gcc-6. (propeller-gcc): New alias for propeller-gcc-4.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-20
|\|