Logiase

Results 6 issues of Logiase

Many IDE and editors use clang-format to format code, like VSCode, Clion, Visual Studio, QtCreator. clang-format style docs: https://clang.llvm.org/docs/ClangFormatStyleOptions.html `BasedOnStyle: GNU` may help

https://github.com/nimaltd/atc/blob/3d673c5d9c24748bbfeb49c53c38c574c0a735fa/atc.c#L74 If the serial open with 115200 8N1, it will transmit a bit in *1/115200 = 0.000086805555555555555555555555555556 s* one frame take *11 * 1 / 115200 = 0.00095486111111111111111111 s* 1...

**Describe the bug** `probe-rs info` can not found the probe but `probe-rs list` could with LPC55S69 based NXP MCU-Link onboard. **To Reproduce** 1. `probe-rs info` **Expected behavior** `probe-rs` show the...

bug

Is there any plan to implement QSPI memory mapped mode and auto polling mode? If there is a draft, how can I help?

enhancement

stable-msvc toolchain error message: ```text error[E0432]: unresolved import `crate::utils::CMAKE_PACKAGES` --> C:\Users\Logiase\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\neocmakelsp-0.4.5\src\search.rs:1:5 | 1 | use crate::utils::CMAKE_PACKAGES; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CMAKE_PACKAGES` in `utils` error[E0425]: cannot find value `CMAKE_PACKAGES` in module `utils`...

Use posix separator `/` instead of Windows `\` for better compatibility when building with Makefile on Windows. The original version generate a wrong source file path when building with Makefile...