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 @@ SPI, I2C, JTAG.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)))
|
`(("libx11" ,libx11)))
|
||||||
(synopsis "Freecalypso host tools")
|
(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
|
@enumerate
|
||||||
@item fc-e1decode: Decodes a binary Melody E1 file into an ASCII source file.
|
@item fc-e1decode: Decodes a binary Melody E1 file into an ASCII source file.
|
||||||
|
@ -1117,10 +1117,10 @@ feeding melodies to be played to it.
|
||||||
that can be issued through the RVTMUX (debug trace) serial channel.
|
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
|
This program is our test mode shell for sending Test Mode commands to targets
|
||||||
and displaying decoded target responses.
|
and displaying decoded target responses.
|
||||||
@item fcup-smsend Send a short message via SMS
|
@item fcup-smsend: Send a short message via SMS
|
||||||
@item fcup-smsendmult Send multiple short messages via SMS in one go
|
@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 fcup-smsendpdu: Send multiple short messages given in PDU format via SMS
|
||||||
@item sms-pdu-decode Decode PDU format messages
|
@item sms-pdu-decode: Decode PDU format messages
|
||||||
@end enumerate")
|
@end enumerate")
|
||||||
(home-page "https://www.freecalypso.org/")
|
(home-page "https://www.freecalypso.org/")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
Reference in a new issue