mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-05 21:21:38 +00:00
On systems that don't provide a proper terminal or have broken window size detection, the RTEMS shell can take a long time execute commands if the kernel tick interval is longer than 1ms. This updates the shell window size retrieval timeout code to account for the kernel tick interval bringing the experienced timeout from 12.5ms to 1.25ms when using the default kernel tick interval (10ms).
This directory contains for the "miscellaneous" library. Currently this library contains a number of useful support libraries: + Task Stack Overflow Checker + Workspace Consistency Checker + Task Execution Time Monitor + Period Statistics Monitor + Debug Monitor The following ideas have been mentioned for items which could go in this library, but this list is not all inclusive: + there are no outstanding suggestions. The intent of this library is to provide a home for useful utility routines which are dependent upon RTEMS. --joel 16 Sept 97