Kai
Kai
HSLink需求收集
大家有什么需求和建议可以在下面留言哦 🙌 - [x] 通过上位机禁用串口以支持标准20Pin JTAG - [ ] 昵称在更广泛的地方显示 - [ ] 支持rtt重定向到虚拟串口,不依赖rtt上位机 - [ ] cjtag协议支持 - [x] 按键发送复位
### Describe problem solved by the proposed feature https://github.com/RT-Thread/rt-thread/pull/9863 这个提交引入了`strtod`,导致了需要引入一系列浮点库,会增大亿点空间(在代码密度比较低的riscv+公版gcc上大概30k+)。 @mysterywolf ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like. The example only shows bradge wifi using nat mode, not bridge mode. How...
现在的gcc 10.3.1应该已经停止维护了吧,而且不支持cpp20,有点难受。
nrf52832使用 ``` nrfjprog -f nrf52 --clockspeed 4000 --program ${FULL_HEX_FILE} --sectorerase --verify nrfjprog -f nrf52 --reset ``` 下载固件后不会自动连接到rtt(当然,segger自家的也不会),有什么优雅点的解决方案吗
Generating `compile_commands.json` would be helpful for some IDE
When runnning ci, it is much faster to download from local machine than arm. So set an env to override toolchain url to install maybe better.
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...