Difference between revisions of "IDEs"

From Miscellany
Line 2: Line 2:
  
 
: 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.
 +
 +
==Special Purpose IDEs==
 +
 +
* [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.
 +
** 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=

Revision as of 18:02, 27 June 2023

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.

Special Purpose 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.

IDEs for Python & MicroPython

IDEs for Arduino