Aordonez

- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
已编辑于 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... -
创建于 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... -
已编辑于 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... -
已编辑于 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...