Frank Li
Frank Li
serial-rs use `ioctl::tiocexcl(port.fd) `to set exclusive access to device. https://github.com/dcuddeback/serial-rs/blob/cb28b1439a5653f1777ad11d85d37f2c8074259b/serial-unix/src/tty.rs#L72 Since WSL1 does not support tiocexcl, this will cause rust-rs to not work under WSL1. Whether it is possible to...
@armink 从代码中看到,堆栈回溯的依据是检查堆栈中的内容是不是bl和blx指令,而不是去计算每个frame大小。如果堆栈中刚好有内容和指令码一样,这样回溯是不是就变得不可靠了?
**Describe the bug** change object file symbol binding, from local to global. If only change one symbol, work well, but change two symbols, during ld and runing will fail **To...
Signed-off-by: Frank Li
I pull master at version cf5c761b7b7783c, can't find ESP AT config option for ESP32. At the time of 1.19, the configuration items of ESP32S2 SPI AT can be found on...
During booting, if finded "enter" of keypad, go into recovery mode. This feature is common to all boards of zephyr. which can replace GPIO detect. Before go into recovery mode,...
Under WSL1, the serial port COMX of the host can be accessed through /dev/ttySX. For example access COM11 via /dev/ttyS11. This mechanism works fine in esptool.py of esp-idf, but espmonitor...