Age | Commit message (Expand) | Author |
2021-05-18 | gnu: fc-host-tools: Make installation path patcher more self-maintaining....* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
[patch-installation-paths]: Make phase more self-maintaining.
| Danny Milosavljevic |
2021-05-18 | gnu: fc-host-tools: Update to 15....* gnu/packages/embedded.scm (fc-host-tools): Update to 15.
[description]: Add fc-simint.
[arguments]<#:phases>[patch-installation-paths]: Add files.
| Danny Milosavljevic |
2021-05-14 | gnu: sdcc: Build sdcdb debugger....* gnu/packages/embedded.scm (sdcc)[arguments]<phases>: Add sdcc-misc target.
| Jelle Licht |
2021-05-14 | gnu: ucsim: Update to 0.6-pre68....* gnu/packages/embedded.scm (ucsim): Update to 0.6-pre68.
| Jelle Licht |
2021-04-12 | gnu: newlib-nano: Fix nano lib and header paths....* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi)[arguments]: Hard link
library files from *.a to *_nano.a. Hard link newlib.h to a common location.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Morgan Smith |
2021-04-08 | gnu: gcc-arm-none-eabi: Fix C++ header location....Previously the C++ headers where installed in the include folder, overwriting
some C headers.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)
[native-search-paths]: Add C++ header locations.
(gcc-arm-none-eabi-7-2018-q2-update)[native-search-paths]: Add C++
header locations.
(make-libstdc++-arm-none-eabi)[arguments]: Change C++ header install
location to include/c++.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Morgan Smith |
2021-03-10 | gnu: sdcc: Update to 4.1.0....* gnu/packages/embedded.scm (sdcc): Update to 4.1.0.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Simon South |
2021-02-26 | gnu: Add agent-proxy....* gnu/packages/embedded.scm (agent-proxy): New variable.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
| Clément Lassieur |
2021-02-08 | gnu: Add python-psptool....* gnu/packages/embedded.scm (python-psptool): New variable.
| Julien Lepiller |
2020-12-22 | gnu: fc-host-tools: Update to 14....* gnu/packages/embedded.scm (fc-host-tools): Update to 14.
| Danny Milosavljevic |
2020-12-21 | gnu: sdcc: Update to 4.0.0....* gnu/packages/embedded.scm (sdcc): Update to 4.0.0.
[native-inputs]: Add zlib.
[description]: Update to match new version.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-21 | gnu: sdcc: Expand comment regarding GPUTILS and PIC ports....* gnu/packages/embedded.scm (sdcc)[arguments]: Expand comment to explain why
GPUTILS is not yet available and SDCC's PIC ports are disabled.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-21 | gnu: sdcc: Correct name of phase....* gnu/packages/embedded.scm [arguments]<#:phases>: Rename "patch-makefile"
phase to "patch-makefiles".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-21 | gnu: sdcc: Revise synopsis and description....* gnu/packages/embedded.scm (sdcc)[synopsis]: State package's use more
clearly.
[description]: Revise for brevity.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-21 | gnu: sdcc: Specify complete set of licenses....* gnu/packages/embedded.scm (sdcc)[license]: Replace with full list of
licenses used by files in the distribution.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-21 | gnu: sdcc: Move to embedded.scm....* gnu/packages/embedded.scm: Add sdcc from sdcc.scm.
* gnu/packages/electronics.scm: Update #:use-module directive.
* gnu/packages/sdcc.scm: Delete file.
* gnu/local.mk: Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-21 | gnu: Add μCsim....* gnu/packages/embedded.scm (ucsim): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2020-12-01 | gnu: openocd: Fix build....* gnu/packages/embedded.scm (openocd)[arguments]: Add "LIBS=-lutil" to allow
it to build.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Morgan Smith |