Neucrack

Results 21 issues of Neucrack

# MAP_DIO2_LORA_NOP value error? radio.c line 229 ```c #define MAP_DIO2_LORA_NOP 0xC0 // ----11-- ``` should be ```c #define MAP_DIO2_LORA_NOP 0x0C // ----11-- ``` # haven't test on sx1276??? radio.c line...

**Describe the bug** Two issue: * snap release 2.2.0 can't run on manjaro 20.1, but v2.1.0 can run normally * export tfrecord always add 'image/filename' related 42 B header to...

子模块Link-CMP有些问题,导致在这个项目作为其它项目的子模块时无法递归克隆 问题如下: https://github.com/Ai-Thinker-Open/GPRS_C_SDK/issues/217 ![image](https://user-images.githubusercontent.com/8625829/45493451-5cd6d180-b7a1-11e8-9647-e974c49085ec.png)

like they did : https://github.com/utterance/utterances create issue mannually is pretty bad, users have to login when they need comment, they have right to create issue, maybe create issue shoud be...

when use [oh-my-zsh](https://ohmyz.sh/) , in most mono fonts, the width of `➜` charactor is 2, but pyte only move cursor 1, for `wcwidth('➜') => 1`, is there any way to...

# update Features * add option: custom relative aseets folder eg: ./assets/images * add option: save to project relative folder eg: assets/images and this update may resolve issue #6 #...

- [x] BUG REPORT ------------------------------------------------------------------------------- When set PLL0 to 832MHz with CPU set to 416MHz, get random RTC value ![image](https://user-images.githubusercontent.com/8625829/91378179-63599900-e852-11ea-95db-a42af6e15e34.png) ![image](https://user-images.githubusercontent.com/8625829/91378147-50df5f80-e852-11ea-8490-8f830fbf09ba.png) ```c #include #include #include #include "rtc.h" #include "entry.h" #include...

https://github.com/kendryte/kendryte-standalone-sdk/blob/78d98ae932df196579e1b9541b07435463d5d15d/lib/drivers/uarths.c#L117-L126 When send big size data like 3K may lose data (with baudrate 921600 or 2000000)

- [x] BUG REPORT ------------------------------------------------------------------------------- In [spi recieve data copy code](https://github.com/kendryte/kendryte-standalone-sdk/blob/develop/lib/drivers/spi.c#L476), ```c switch(frame_width) { case SPI_TRANS_INT: for(i = 0; i < v_rx_len; i++) ((uint32_t *)rx_buf)[i] = v_rx_buf[i]; break; ``` when...