gnu: fc-host-tools: Improve description.

* gnu/packages/embedded.scm (fc-host-tools)[description]: Improve description.
This commit is contained in:
Danny Milosavljevic 2019-09-28 15:39:24 +02:00
parent 1333eb5851
commit 2eefe1d887
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1042,7 +1042,7 @@ (define-public fc-host-tools
(inputs
`(("libx11" ,libx11)))
(synopsis "Freecalypso host tools")
(description "This package provides some tools for debugging Freecalypso phones.
(description "This package provides some tools for debugging FreeCalypso phones and the FreeCalypso FCDEV3B dev board.
@enumerate
@item fc-e1decode: Decodes a binary Melody E1 file into an ASCII source file.
@ -1117,10 +1117,10 @@ (define-public fc-host-tools
that can be issued through the RVTMUX (debug trace) serial channel.
This program is our test mode shell for sending Test Mode commands to targets
and displaying decoded target responses.
@item fcup-smsend Send a short message via SMS
@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 fcup-smsend: Send a short message via SMS
@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
@end enumerate")
(home-page "https://www.freecalypso.org/")
(license license:public-domain)))