Age | Commit message (Expand) | Author |
---|---|---|
2020-05-18 | gnu: python-mpsse: Update to 1.4.1....Follow-up to a7b20226b2bf1a73b8f0f6536e7fa43326f35e33. * gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1. | Danny Milosavljevic |
2020-05-15 | gnu: python-libmpsse: Update to 1.4.1....* gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1. [arguments]<#:phases>[set-environment-up]: Fix build with Python 3.8. | Danny Milosavljevic |
2020-05-14 | gnu: gcc-arm-none-eabi@7-2018-q2-update: Fix conflicting GCC headers....This is a follow-up of 7f6d3f395023ff430cf8b7a981d4780698e9d132 and merely a copy-and-paste of Marius Bakke's fix. * gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update)[arguments]: Add phase to remove the default compiler from CPLUS_INCLUDE_PATH. [native-inputs]: Distinguish GCC-5. | Björn Höfling |
2020-05-13 | gnu: gcc-arm-none-eabi: Fix conflicting GCC headers....Fixes <https://bugs.gnu.org/41210>. Reported by Ricardo Wurmus <rekado@elephly.net>. * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[arguments]: Add phase to remove the default compiler from CPLUS_INCLUDE_PATH. [native-inputs]: Distinguish GCC-5. | Marius Bakke |
2020-03-17 | gnu: libjaylink: Use HTTPS home page....* gnu/packages/embedded.scm (libjaylink)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-12 | gnu: picprog: Use HTTPS home page....* gnu/packages/embedded.scm (picprog)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-02-17 | gnu: newlib: Use HTTPS home page....* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-01-24 | gnu: jimtcl: Update to 0.79....* gnu/packages/embedded.scm (jimtcl): Update to 0.79. [home-page]: Update home-page. | Efraim Flashner |
2020-01-24 | gnu: jimtcl: Don't use unstable tarball....* gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch. | Efraim Flashner |
2020-01-24 | gnu: stlink: Don't use unstable tarball....* gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch. | Efraim Flashner |
2020-01-24 | gnu: spin2cpp: Don't use unstable tarball....* gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch. | Efraim Flashner |
2020-01-24 | gnu: openspin: Don't use unstable tarball....* gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch. | Efraim Flashner |
2020-01-15 | Avoid warnings for the 'delete' binding of (guix build utils)....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). | Ludovic Courtès |
2019-12-25 | gnu: Add arm-none-eabi-nano-toolchain-7-2018-q2-update....* gnu/packages/embedded.scm (arm-none-eabi-nano-toolchain-7-2018-q2-update): New variable. | Ricardo Wurmus |
2019-12-25 | gnu: Add arm-none-eabi-toolchain-7-2018-q2-update....* gnu/packages/embedded.scm (arm-none-eabi-toolchain-7-2018-q2-update): New variable. | Ricardo Wurmus |
2019-12-25 | gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update....* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi-7-2018-q2-update): New variable. | Ricardo Wurmus |
2019-12-25 | gnu: Add newlib-arm-none-eabi-7-2018-q2-update....* gnu/packages/embedded.scm (newlib-arm-none-eabi-7-2018-q2-update): New variable. | Ricardo Wurmus |
2019-12-25 | gnu: Add gcc-arm-none-eabi-7-2018-q2-update....* 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. | Ricardo Wurmus |
2019-12-05 | gnu: Add west....* gnu/packages/embedded.scm (west): New variable. | Clément Lassieur |
2019-10-01 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-09-28 | gnu: fc-host-tools: Improve description....* gnu/packages/embedded.scm (fc-host-tools)[description]: Improve description. | Danny Milosavljevic |
2019-09-28 | gnu: fc-host-tools: Update to 11....* gnu/packages/embedded.scm (fc-host-tools): Update to 11. [arguments]<:phases>[handle-tarbomb]: Delete phase. [patch-installation-paths]: Modify. | Danny Milosavljevic |
2019-09-27 | Merge branch 'master' into core-updates | Marius Bakke |
2019-09-26 | gnu: python-libmpsse: Update to 1.4....* 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. | Danny Milosavljevic |
2019-09-19 | gnu: gcc-arm-none-eabi-4.9: Build with GCC 5....* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add gcc-5. | Ricardo Wurmus |