Supper Thomas
Supper Thomas
task issue as follow - [x] combine IDF and scons --targe=cmake build system - [x] porting drv_gpio.c with cmake system - [x] porting drv_uart.c with cmake system - [x] porting...
可以做的PR: - [ ] 支持IAR IDE - [ ] UART_V2 驱动支持 control 修改参数,如波特率 - [ ] 硬件 IIC 驱动支持 - [ ] 以太网 接口驱动 - [ ] USB 接口驱动 -...
you can use the STM32 board of you to finish this "good first issue" if there's no board in "bsp/stm32/", you can create the bsp with docuement [How to make...
you can use the nrf5x board on your hand to finish this "good first issue" [bsp/nrf5x]https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x You can follow the document [device introduce](https://www.rt-thread.io/document/site/programming-manual/device/device/) 可以用手上的nordic 开发板来进行PR 如果没有相关芯片开发板的BSP,可以尝试提交BSP, 参考文档 [nRF5x系列BSP制作教程.md](https://github.com/RT-Thread/rt-thread/blob/master/bsp/nrf5x/docs/nRF5x%E7%B3%BB%E5%88%97BSP%E5%88%B6%E4%BD%9C%E6%95%99%E7%A8%8B.md) 如果有BSP,可以尝试验证一些功能,有些BSP并不完善,并且PR,比如UART, SPI,...
`/** * This function will handle cdc_get_line_coding request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on successful. */ static...
最新的代码BLE SAMPLE 有些问题,广播可以,链接不行。
1. 测试nrf5x开发板 使用nimble有问题。
There isn't macro __BYTE_ORDER__ and __ORDER_BIG_ENDIAN__ on other compiler like KEIL or IAR. In that case, the complier will complier without error, but the HCI cmd will be BIG_ENDIAN as...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 方便大家使用codespace 来验证代码 #### 你的解决方案是什么 (what is your solution) 添加codespace container来构建环境 #### 在什么测试环境下测试通过 (what is the test environment) github codespace...
- [ ] 软件包添加aciton集成 参考https://club.rt-thread.org/ask/article/9683302d4d44f637.html - [ ] 添加仓库检测qemu下所有软件包编译情况