> On Jan 10, 2024, at 7:05 PM, Chris Johns wrote:
>
>> I changed the code to use VTIME of 1 (1/10 second, or 100 msec) instead of
>> 0. That lets TERMIOS do the character arrival timeout instead of using a
>> delay in a loop that resets - essentially duplicating VTIME != 0 VMIN == 0.
>> O
Hi
I was trying to test rc1 and all of the tool builds fail like this:
==
script: 86: source_dir_rtems_tools=${rtems_tools_source}
source setup: rtems-tools-6.1-rc1-1: source rtems-tools -q -n
${rtems_tools_source}
making dir:
/home/joel/rtems-6.1rc1/rt
On 12/1/2024 12:59 am, Peter Dufault wrote:
>> On Jan 10, 2024, at 7:05 PM, Chris Johns wrote:
>>
>>> I changed the code to use VTIME of 1 (1/10 second, or 100 msec) instead of
>>> 0. That lets TERMIOS do the character arrival timeout instead of using a
>>> delay in a loop that resets - essent