Judd

Results 20 issues of Judd

以 `rt_spi_transfer` 为例: ```c rt_size_t rt_spi_transfer(struct rt_spi_device *device, const void *send_buf, void *recv_buf, rt_size_t length) { rt_err_t result; //... result = device->bus->ops->xfer(device, &message); // .... return result; } ```

v5.0.0

Comments in below C file are not placed in the correct position in generated nim file. ```C #ifndef _TEST_H_ #define _TEST_H_ typedef enum { // This comment is not converted...

It's better to give some information on low power based on the idle thread. An example (template) of the idle thread is given. There are other RTOSes that have an...

**Is your feature request related to a problem? Please describe.** On ARM Cortex-M SoC (not sure for other systems), for tickless idle feature, developers can define generally one hook and...

enhancement

1. `getopt` is supported by a submodule; 1. mapped file ported to Windows (like `llama.cpp`) 1. UTF-8 input on Windows (like `llama.cpp`)

I have tried the simple problem of Fig. 1, and it can be proved. Is there anything wrong? ``` test a b c = eq2_triangle a b c ? eqangle...

Add notes on ChatLLM.cpp, which supports interferencing DeepSeek-Coder model.

I believe there is a bug (a.k.a the crash "OSError: exception: stack overflow") in `SetCommState`. ## Steps to trigger the crash 1. Use some other tools to open a COM...

使用形码时常常遇到不知道如何拆字的问题,支持通配符可以辅助用户输入。 我看 [speller](https://github.com/LEOYoon-Tsaw/Rime_collections/blob/master/Rime_description.md#%E4%B8%80speller) 文档及现有的 Issue #318,现在似乎没有此功能?