Difference between revisions of "IDEs"
From Miscellany
m (→C/C++ IDEs) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
: An Integrated Development Environment usually includes a text editor, sometimes with color coding for specific programming languages, and frequently libraries to support particular microcontrollers. Most also have the ability to upload/download code to/from supported devices as well as syntax error checking. | : An Integrated Development Environment usually includes a text editor, sometimes with color coding for specific programming languages, and frequently libraries to support particular microcontrollers. Most also have the ability to upload/download code to/from supported devices as well as syntax error checking. | ||
− | == | + | ==Multi-Language IDEs== |
+ | |||
+ | :* [https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/ Apache Netbeans] | ||
+ | :** Java-based, cross-platform IDE for C/C++, PHP, and more | ||
+ | |||
+ | ==C/C++ IDEs== | ||
− | * [https://www.ti.com/tool/CCSTUDIO Code Composer Studio] an IDE for TI's processors and microcontrollers for embedded applications. | + | :* [https://www.ti.com/tool/CCSTUDIO Code Composer Studio] an IDE for TI's processors and microcontrollers for embedded applications. |
− | ** Code Composer Studio includes an optimizing C/C++ compiler, source code editor, project build environment, debugger, profiler and many other features. | + | :** Code Composer Studio includes an optimizing C/C++ compiler, source code editor, project build environment, debugger, profiler and many other features. |
− | ** The cloud-based Code Composer Studio enables development in the cloud without the need to download and install large amounts of software. | + | :** The cloud-based Code Composer Studio enables development in the cloud without the need to download and install large amounts of software. |
=IDEs for Python & MicroPython= | =IDEs for Python & MicroPython= | ||
Line 27: | Line 32: | ||
:** See [https://hackaday.com/2023/02/07/micropython-esp32-ide-makes-life-simpler/ this article] for details | :** See [https://hackaday.com/2023/02/07/micropython-esp32-ide-makes-life-simpler/ this article] for details | ||
:* [https://microide.com/ MicroIDE] for MicroPython on ESP32 | :* [https://microide.com/ MicroIDE] for MicroPython on ESP32 | ||
+ | :* [https://cdpstudio.com/ CDP Studio] | ||
+ | :** ''free IDE for home/personal users, for Windows/Linux'' | ||
=IDEs for Arduino= | =IDEs for Arduino= |
Latest revision as of 11:12, 4 March 2025
Contents
What is an IDE?
- An Integrated Development Environment usually includes a text editor, sometimes with color coding for specific programming languages, and frequently libraries to support particular microcontrollers. Most also have the ability to upload/download code to/from supported devices as well as syntax error checking.
Multi-Language IDEs
- Apache Netbeans
- Java-based, cross-platform IDE for C/C++, PHP, and more
- Apache Netbeans
C/C++ IDEs
- Code Composer Studio an IDE for TI's processors and microcontrollers for embedded applications.
- Code Composer Studio includes an optimizing C/C++ compiler, source code editor, project build environment, debugger, profiler and many other features.
- The cloud-based Code Composer Studio enables development in the cloud without the need to download and install large amounts of software.
- Code Composer Studio an IDE for TI's processors and microcontrollers for embedded applications.
IDEs for Python & MicroPython
- Mu Editor
- Thonny
- Iguana
- Eclipse
- use with PyDev plugin for Python
- Visual Studio Code
- Idle
- Spyder
- uPyCraft
- PyCharm
- Arduino Labs MicroPython IDE
- Cloud9
- a cloud-based IDE running on Amazon Web Services (AWS)
- MPY-Jama for MicroPython on ESP32
- See this article for details
- MicroIDE for MicroPython on ESP32
- CDP Studio
- free IDE for home/personal users, for Windows/Linux
IDEs for Arduino
- Arduino IDE
- Version 2.0 now available
- Mu Editor
- Thonny
- Cloud9 on AWS
- CodeCraft visual code editor
- Arduino IDE