mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fc-host-tools: Improve description.
* gnu/packages/embedded.scm (fc-host-tools)[description]: Improve description.
This commit is contained in:
parent
1333eb5851
commit
2eefe1d887
1 changed files with 5 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue