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
Last 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 [2024/02/05 19:01] – [The Makefile and config] 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 12: Line 12:
 ===== The Makefile and config ===== ===== The Makefile and config =====
  
-I use either [[https://github.com/sudar/Arduino-Makefile|Arduino-Makefile]] or my own [[https://github.com/mithat/arduino-build | Arduino-Build]] to do the actual building. I won't cover using either of those in any depth here as they are each their own thing. However, you can use the following as a cheatsheet for setting things up.+I use my own [[https://github.com/mithat/arduino-build | Arduino-Build]] to do the actual building. I used to use [[https://github.com/sudar/Arduino-Makefile|Arduino-Makefile]], so you may prefer this if it works for your project. I won't cover using either of those in any depth here as they are each their own thing. However, you can use the following as a cheatsheet for setting things up.
  
 ==== Arduino-Makefile ==== ==== Arduino-Makefile ====
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