comparison CHANGES @ 257:62724d4928c2

CHANGES: libserial change documented
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 22 Sep 2017 22:36:13 +0000
parents b775a457940b
children 13e0fe68a358
comparison
equal deleted inserted replaced
256:4290dfab55e5 257:62724d4928c2
1 Changes in the current code since fc-host-tools-r6: 1 Changes in the current code since fc-host-tools-r6:
2
3 * The way in which loadtools, rvinterf and miscellaneous tools operate on
4 serial ports for the purpose of talking to Calypso GSM devices has been
5 majorly reworked: the serial port handling code has been factored out into
6 libserial, and the new libserial uses Linux-specific direct ioctl calls
7 instead of generic termios. The effect is that you can now use the GSM-
8 specific high serial baud rates (up to 812500 bps) with FTDI adapters
9 (like the FT2232D adapter commonly used with FCDEV3B) with the standard
10 unpatched ftdi_sio kernel driver.
2 11
3 * Added new utilities tiaud-compile and tiaud-mkvol for generating *.cfg and 12 * Added new utilities tiaud-compile and tiaud-mkvol for generating *.cfg and
4 *.vol binary files for the audio mode switching facility of TI's RiViera 13 *.vol binary files for the audio mode switching facility of TI's RiViera
5 Audio Service, to be uploaded under /aud into FreeCalypso GSM devices. 14 Audio Service, to be uploaded under /aud into FreeCalypso GSM devices.
6 15