xiaoyu

Results 9 issues of xiaoyu

应用程序如果重新配置串口参数会调用 `static rt_err_t imxrt_configure(struct rt_serial_device *serial, struct serial_configure *cfg) { struct imxrt_uart *uart; lpuart_config_t config; RT_ASSERT(serial != RT_NULL); RT_ASSERT(cfg != RT_NULL); uart = rt_container_of(serial, struct imxrt_uart, serial); LPUART_GetDefaultConfig(&config); config.baudRate_Bps =...

![image](https://user-images.githubusercontent.com/24492495/133740484-d3bd8f1c-2942-47a5-9186-be7e985c7e79.png) ![image](https://user-images.githubusercontent.com/24492495/133740356-8d0f00d1-1b37-40be-8040-a400d1f07182.png)

bug

![image](https://user-images.githubusercontent.com/24492495/187197355-335d873d-16f3-46cc-a367-b493c38160cb.png)

### Description of the issues 硬件平台 树莓派4B 系统为烧录工具推荐的 易佰特 lora模块 E22-400M30S SPI链接 ![image](https://github.com/hepingood/sx1268/assets/24492495/ea7d04b9-6cb1-4e0b-967d-18b0e335dc25) ![image](https://github.com/hepingood/sx1268/assets/24492495/a0eab797-16de-4c89-b282-c58b3f3086cf) jicunqi寄存器读写都正常 说明通信正常 spi工作了 但是send 例子不正常 ![image](https://github.com/hepingood/sx1268/assets/24492495/ea134c6e-2aa8-4cc4-8858-bc0686737d01) ### Additional context _No response_

I tried to compare the version of K210 SDK to the official verison(https://github.com/kendryte/kendryte-standalone-sdk),but I cloud not find which version like this,specially,such as spi.c .Or ,is this verison of K210 rewrote?...

![image](https://user-images.githubusercontent.com/24492495/134837540-dcd26210-5e13-44bf-b1c0-e82556b0630e.png)

执行完make 后报错 ![image](https://github.com/GoSSIP-SJTU/TripleDoggy/assets/24492495/2077be51-9db2-4544-89cc-61fdf3b15c0d)