User Tools

Site Tools


arduino:configuring_netbeans_for_arduino_development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
arduino:configuring_netbeans_for_arduino_development [2018/10/02 18:57] – [Configuring Netbeans for Arduino Development] mithatarduino:configuring_netbeans_for_arduino_development [2018/10/02 19:00] – [Arduino-Build] mithat
Line 1: Line 1:
 ====== Configuring Netbeans for Arduino Development ====== ====== Configuring Netbeans for Arduino Development ======
  
-My current favorite tool for developing non-trivial Arduino projects is [[https://netbeans.apache.org/|Netbeans]] with C++ support. Netbeans is a great candidate for Arduino programming because it allows you to define specific tool collections for projects and it uses standard Makefiles to manage the build. So all you really need to do is configure a tool collection for Auduino and create an appropriate Makefile. This documents my setup and has been vetted with NetBeans 8.2.+My current favorite tool for developing non-trivial Arduino projects is [[https://netbeans.apache.org/|Netbeans]] with C++ support. Netbeans is a great candidate for Arduino programming because it allows you to define specific tool collections for projects and it uses standard Makefiles to manage the build. So all you really need to do once you have Netbeans working for writing C++ projects is add a tool collection for Arduino and create an appropriate Makefile. This documents my setup and has been vetted with NetBeans 8.2.
  
 ===== The tool collection ===== ===== The tool collection =====
Line 42: Line 42:
 <file make Makefile> <file make Makefile>
 # Point BB at the arduino-build script # Point BB at the arduino-build script
-BB=<your-path-to>/arduino-build+BB=/your/path/to/arduino-build
  
 # You shouldn't have to change any of these. # You shouldn't have to change any of these.
arduino/configuring_netbeans_for_arduino_development.txt · Last modified: 2024/02/05 19:06 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki