wero1414 / ArduinoBoards

Test for arduino board manager based on the Sparkfun repository combined with other cores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electronic Cats Arduino Boards

Board definitions for Electronic Cats-manufactured AVR, ARM, and ESP-based Arduino boards. Based on sparkfun Arduino_Boards to implement diferents cores.

This repository contains support for the following Electronic Cats Arduino-compatible development boards.

IMPORTANT NOTE: These board files have been updated for compatibility with Arduino version 1.8 and higher. Some boards (e.g. SAMD) may not compile correctly with earlier versions of Arduino. If you need compatibility with earlier versions of Arduino, you can choose previous releases of these boards from the Boards Manager.

SAMD (ARM Cortex-M0+) Boards

Installation Instructions

To add board support for our products, start Arduino and open the Preferences window (File > Preferences). Now copy and paste the following URL into the 'Additional Boards Manager URLs' input field:

https://raw.githubusercontent.com/wero1414/ArduinoBoards/master/IDE_Board_Manager/package_electroniccats_index.json

If there is already an URL from another manufacturer in that field, click the button at the right end of the field. This will open an editing window allowing you to paste the above URL onto a new line.

SAMD Installation Instructions

Open the Boards Manager window by selecting Tools > Board, scroll to the top of the board list, and select Boards Manager. Now type "Electronic Cats" (without quotes) into the "filter your search" field at the top of the window. One entrie should show up, one for Arduino SAMD boards, and one for SparkFun SAMD boards. We'll install both of these, starting with Arduino SAMD boards.

TODO

Notes

  • Some boards such as the Arduino Pro and Pro Mini come in more than one flavor. For these you must select the correct processor in the 'Tools' menu.
  • Information on compiling and programming the bootloaders can be found in the bootloaders directory.

Have fun!
-Your friends at Electronic Cats

About

Test for arduino board manager based on the Sparkfun repository combined with other cores


Languages

Language:C 95.2%Language:C++ 4.2%Language:GDB 0.4%Language:Shell 0.1%Language:Makefile 0.0%Language:Assembly 0.0%