Giter Club home page Giter Club logo

arduino_command_line's Introduction

The goal of this little project is to work with boards like Arduino, but without the IDE. This will help me separate what is Arduino from what is the basic hardware.

This project uses the project from a9183756-gh called Arduino-CMake-Toolchain, which is a submodule of this project. Therefore, after git clone https://github.com/jmjatlanta/arduino_command_line.git you'll also need to git submodule init

CMake uses the idea of a board options file. There are several ways to specify this.

  • From within the CMake GUI
  • After the initial run, a file named "BoardOptions.cmake" is created, where you uncomment the board you are working with, and re-run cmake (this is the way I've been doing it so far).
  • You can create your own arduino board options file and pass it to cmake with the -DARDUINO_BARD_OPTIONS_FILE=<file>
  • You can programmatically "walk" the menu of the Arduino IDE on the command line like so: -DARDUINO_<BOARD_ID>_MENU_<MENU_ID>_<MENU_OPT_ID>=<TRUE|FALSE> (a bit difficult if you ask me)

arduino_command_line's People

Contributors

jmjatlanta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.