this post was submitted on 29 Nov 2024
3 points (100.0% liked)

Embedded

258 readers
1 users here now

We talk and share about anything Embedded, including;

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Context :

I hate when I need to use multiple tools to achieve what I need.

In my current project, I have a few python scripts to simulate what a PC connected to a NUCLEO-F439ZI would send normally (I am not in charge of the PC software, but still need to do hardware testing).

I stumbled upon CLion which has both support for Python and Embedded C through OpenOCD out of the box. I like the modernity of the IDE compared to STM32CubeIDE, especially the auto-complete feature and code snippet, which is really janky on CubeIDE.

However, there is a license cost associated with CLion. Right now I am alone working on my projects, but eventually, the team would grow and would need additional licenses. And it's proprietary source, which isn't my preferred model.

Have you had experience with both? Or one or the other is fine as well.

I am just looking for experiences of different kind of users than me.

Thanks.

you are viewing a single comment's thread
view the rest of the comments
[–] orclev 3 points 1 week ago (2 children)

Primarily I use IDEA for Java/Kotlin, but I do use RustRover and DataGrip for Rust and SQL respectively. I used to use CLion for Rust prior to them releasing RustRover though.

[–] [email protected] 1 points 6 days ago

Same for me except it’s Java/kotlin, Ruby with RubyMine, Clion for editing my keyboard config in QMK, Pycharm for when I have to touch Python, Webstorm for all the typescript stuff, and datagrip is just the best in the business.

I have writerside and rustrover installed but until they support asciidoc I won’t be using it. I stopped doing rust because I’m not smart enough.

[–] [email protected] 2 points 1 week ago (1 children)

So with the pricing as it is, it makes sense for you to buy the full suite since it cost 20$ than 3 personal licenses.

And that's not counting the price drop the 2nd and 3rd year.

[–] [email protected] 1 points 6 days ago (1 children)

You will find reasons to use the entire suite.

[–] [email protected] 1 points 6 days ago

I'll have to checkout the other tools because I use C 95% of the time.