Serial keeps on blocking on read after close

2020-10-15 Thread Alexander Vasiliev
Hello! I run into an issue that the serial device keeps on blocking on read after closing. I have investigated the issue. Here is what I have found. 1) The device being opened in blocking mode hangs on uart_takesem(&dev->recvsem, true); 2) On close uart_reset_sem function is called. 3) Whe

Re: [Discuss] Migrate the build system to CMake

2021-06-09 Thread Alexander Vasiliev
> > Maintaining two build systems in parallel does not really make sense to > me. There should be only one and used and maintained by the community. > We cannot get rid of the make in one commit. If we want CMake, it should grow alongside the make. ср, 9 июн. 2021 г. в 14:32, Ken Pettit : > My