comparison CHANGES @ 260:13e0fe68a358

CHANGES: added pointer to doc/High-speed-serial in the serial change blurb
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 28 Sep 2017 08:02:03 +0000
parents 62724d4928c2
children fa3c3643cbec
comparison
equal deleted inserted replaced
259:40f44aa49dd0 260:13e0fe68a358
5 majorly reworked: the serial port handling code has been factored out into 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 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- 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 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 9 (like the FT2232D adapter commonly used with FCDEV3B) with the standard
10 unpatched ftdi_sio kernel driver. 10 unpatched ftdi_sio kernel driver. See doc/High-speed-serial for more info.
11 11
12 * 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
13 *.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
14 Audio Service, to be uploaded under /aud into FreeCalypso GSM devices. 14 Audio Service, to be uploaded under /aud into FreeCalypso GSM devices.
15 15