FreeCalypso > hg > freecalypso-tools
comparison CHANGES @ 609:ffd606adb039
CHANGES: libserial ASYNC_LOW_LATENCY change documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 22 Feb 2020 19:07:46 +0000 |
parents | 5b286f910148 |
children | dd162a4cb9fa |
comparison
equal
deleted
inserted
replaced
608:9d9c241f2c84 | 609:ffd606adb039 |
---|---|
1 Changes in the current code since fc-host-tools-r11: | 1 Changes in the current code since fc-host-tools-r11: |
2 | |
3 * In an attempt to be nicer to those users who prefer to run newer Linux kernel | |
4 versions than the Mother's own preference for older host systems, our default | |
5 Linux version of libserial (the serial port access library underlying all of | |
6 our tools) now sets the ASYNC_LOW_LATENCY flag in TIOCSSERIAL. Prior to this | |
7 change, poor performance has been observed on newer Linux host systems where | |
8 the select system call waiting for serial input would wait some extra 10 ms | |
9 before returning, majorly slowing down many of our operations. The present | |
10 change is hoped to alleviate that problem. | |
2 | 11 |
3 * fc-loadtool: added support for Spansion S29/S71PL032J and S29/S71PL064J flash | 12 * fc-loadtool: added support for Spansion S29/S71PL032J and S29/S71PL064J flash |
4 chips found in some modem modules; historical flash chip Am29DL640G is also | 13 chips found in some modem modules; historical flash chip Am29DL640G is also |
5 supported as it is identical to S29PL064J for our purposes. | 14 supported as it is identical to S29PL064J for our purposes. |
6 | 15 |