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:58] – [Configuring Netbeans for Arduino Development] mithatarduino:configuring_netbeans_for_arduino_development [2024/02/05 19:01] – [The Makefile and config] mithat
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