Aordonez
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Aordonez commented, -
Aordonez created a post, CompletedNXP 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 created a post, 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 created a post, CompletedCustom 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 commented, -
Aordonez created a post, CompletedCCSC 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...