Cbc02009
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
Cbc02009 进行了评论, -
Cbc02009 创建了一个帖子, 已回答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... -
Cbc02009 创建了一个帖子, 已回答[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 ... -
-
Cbc02009 创建了一个帖子, 已回答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... -
-
Cbc02009 创建了一个帖子, 已回答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... -
Cbc02009 创建了一个帖子, 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...