Aordonez
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
Aordonez 进行了评论, -
Aordonez 创建了一个帖子, 已完成NXP development on Clion
I spent some time trying to use CLion for my LPC845 mcu until I finally did it, it might work for any NXP mcu, with some modifications. I want to share this information to the community.Project rep... -
Aordonez 创建了一个帖子, Issues with Code Style
I would want to know if there is any way to apply the following code styles when refactoring. class Test { public: int a; Test();} And in case there are variables outside of access... -
-
Aordonez 创建了一个帖子, 已完成Custom compiler doesn't recognize directives
Hey, i followed this post and also this step by step tutorial. My project kinda works, it recognises the default header path and makefile works great. But the compiler i am setting up(CCSC/PIC C) h... -
Aordonez 进行了评论, -
Aordonez 创建了一个帖子, 已完成CCSC compiler for clion on toolchain
Is it possible to use Pic C compiler/CCSC on clion. Or is there any other compiler for microchip's pic16 family which i can use on clion? I don't like microchip's MPLABX IDE.Edit: I can't get to wo...