kopia lustrzana https://github.com/espressif/esp-idf
13ef3938a6
vfs_uart used same locks for read and write operations on a single UART. If read operation was blocking (i.e. carried out via UART driver), the lock was held by reading task until it received a line. During this time, other tasks trying to write to the same UART would get blocked. This change introduces separate read/write locks, and adds a test. Another vfs_uart test if fixed (it was disabled since the CONFIG_NEWLIB_STDOUT_ADDCR option was removed). |
||
---|---|---|
.. | ||
component.mk | ||
test_vfs_paths.c | ||
test_vfs_uart.c |