Cbc02009
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 CMake Zephyr project won't recognize defines from autoconf.h without #include "autoconf.h"
已回答I am trying to write a BLE Zephyr project for the NRF52833. CLion doesn't seem to recognize that autoconf.h is included in all files via the build system. This means I have to manually add #include... -
创建于 [Editor] Auto-align case statement with break?
已回答Our internal coding standard requires that the break for a case statement should be aligned with the case statement (i.e. same indentation). Is there an option in the editor settings for this that ... -
创建于 How to automatically sync built objects back to local after build on remote host?
已回答I have a project I am building on a remote Linux host using the Remote Host toolchain. I would like to sync the built objects back to my local project folder after the build is complete on the remo... -
已编辑于 How to use custom git command when building on remote host?
已回答I am in the process of transferring a project from being built with MinGW to using a remote host on a Linux VM because of how much faster the build times are. Everything so far has been smooth exce... -
创建于 Embedded GDB Server won't download image to flash
I have an embedded GDB server target I am trying to debug using CLion and a segger J-Link. Everything seems to work, except when I click the debug icon, clion does not download the image to the chi...