Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 249 forks source link

Hardware/Boards - Installed in your Sketch folder #379

Closed KurtE closed 7 years ago

KurtE commented 7 years ago

Thought I would mention:

I sometimes build programs to run on the Trossen Robotics arbotix-m board. They have never fully updated to allow people to download a new platform like Adafruit has. So typically to install their stuff, you download from their zip file. Which has libraries and hardware definition. I have been working on them to get beyond their old stuff that worked on 1.0.6… The newer stuff is talked about up at: http://forums.trossenrobotics.com/showthread.php?7971-ArbotiX-1-6-Files-Libraries

The main point here is you add the Hardware (board type) by putting the Hardware folder into your sketch folder, that is I have an arbotix and tools directory in: C:\Users\kurte\OneDrive\Documents\Arduino\hardware

Which on Arduino, when you look at Tools->Board, There is a section at the end: Arbotix Boards With one board type: ArbotiX Std

This board type is an AVR Atmega644p board and uses the main AVR stuff (except the board information)

KurtE commented 7 years ago

Looks like you are making progress on this one.

Note: I copied in the new stuff from my github clone of your project in the proper packages location and now when I try building for Teensy, it appears to hang in Step 1 : Check toolchain