Cbc02009
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Cbc02009 commented, -
Cbc02009 created a post, AnsweredCMake 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 created a post, Answered[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 created a post, AnsweredHow 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 commented, -
Cbc02009 created a post, AnsweredHow 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 created a post, 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...