9

I'm choosing a 32-bit microcontroller to implement a Kalman filter.

I am very attracted to the Atmel Studio 6 IDE. However, it only appears to run on Windows.

Could anyone suggest a good Linux IDE?

Otherwise, I think I'll go with Atmel Studio 6 IDE in a virtual machine.

Many thanks in advance,

Eamorr
  • 477
  • 1
  • 7
  • 11

4 Answers4

4

Geany is small, fast and has a good feature set. I have used it for embedded development on Linux and found it to be quite useful.

PS: Here is the link to their site: http://www.geany.org/. Good though it is, I'd still recommend you to go ahead with Atmel Studio because IMO it is the best free IDE for embedded ever made.

elf
  • 56
  • 1
2

I run Atmel Studio 6 in a VM, and it works fine. It will probably be the simplest method for you.

Otherwise I like to use Eclipse in Linux, it is also available in Windows too, and it has a lot more features than most other Linux IDE's. Or as @elf said, Geany for more basic projects.

Garrett Fogerlie
  • 4,958
  • 1
  • 22
  • 47
1

I'm a fan of Code::Blocks, but I use my own makefiles as the back-end rather than their build system.

AngryEE
  • 8,669
  • 20
  • 29
0

What kind of 32-bit? If it's ARM, Rowley Crossworks is an IDE many people seem to like and it has native Linux support. http://www.rowley.co.uk/ It's not free though.

nemik
  • 717
  • 3
  • 5