diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-26 18:35:14 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-26 18:35:14 +0200 |
commit | 17dddeeee560527a8f30d37761949d658056cb09 (patch) | |
tree | 15b0b19c55787f556eb9b42c28d173bddc5435db /gnu/packages/embedded.scm | |
parent | 331a09654eb7e9f6212b7e8469077fa7393e8b11 (diff) | |
parent | 6a9581741e4ee81226aeb2f1c997df76670a6aab (diff) | |
download | guix-17dddeeee560527a8f30d37761949d658056cb09.tar guix-17dddeeee560527a8f30d37761949d658056cb09.tar.gz |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/embedded.scm')
-rw-r--r-- | gnu/packages/embedded.scm | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index e3a9017ba5..31fd7b05ce 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -251,8 +251,7 @@ usable on embedded products.") (origin-patches (package-source gcc-7)) (search-patches "gcc-7-cross-environment-variables.patch"))))) (native-inputs - `(("gcc@5" ,gcc-5) - ("flex" ,flex) + `(("flex" ,flex) ("isl" ,isl-0.18) ,@(alist-delete "isl" (package-native-inputs xgcc)))) (arguments @@ -1162,14 +1161,14 @@ SPI, I2C, JTAG.") (define-public fc-host-tools (package (name "fc-host-tools") - (version "11") + (version "13") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.freecalypso.org/pub/GSM/" "FreeCalypso/fc-host-tools-r" version ".tar.bz2")) (sha256 (base32 - "0s87lp6gd8i8ivrdd7mnnalysr65035nambcm992rgla7sk76sj1")))) + "0bpxz4y0z3hmlirzvfwq0k45yzn9fzgqs9r1fpkrhn48gr2zrpa8")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; No tests exist. @@ -1283,6 +1282,12 @@ and displaying decoded target responses. @item fcup-smsendmult: Send multiple short messages via SMS in one go @item fcup-smsendpdu: Send multiple short messages given in PDU format via SMS @item sms-pdu-decode: Decode PDU format messages +@item fc-dspromdump: Dump DSP ROM. +@item pcm-sms-decode: Decode /pcm/SMS binary files read out of FFS maintained +by Pirelli DP-L10. Display the SMS in human-readable form. +@item srec-regions: Parse S-record (TI's *.m0), identify the set of +discontiguous regions into which this SREC image deposits bits, and list +these identified regions. @end enumerate") (home-page "https://www.freecalypso.org/") (license license:public-domain))) |