Giter Site home page Giter Site logo

arduino-boards-index's People

Contributors

ekettenburg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

arduino-boards-index's Issues

avr-gcc needs updating?

Hi, i got the recent arduino 1.8.5 installed & every time i attempt to install the digispark 1.6.7 board i get
"Index error: could not find referenced tool name=avr-gcc version=4.8.1-arduino5 packager=arduino" ??

also, i got avr-gcc ver. 5.4.0 debian testing.

any ideas?

thx in adv.

Update ?

Hey,

Is this still being maintained?
Last update was 3 years ago, I started using my Oak only now and Arduino IDE can't download osx-xtensa from arduino.esp8266.com (404 not found).

Thank you

Minor issue: Arduino IDE warning about

tl;dr Version number for bossac entry needs to be changed if you want to get rid of an annoying warning message in the log section every time you open the Arduino IDE Boards Manager.

Have been getting an Invalid version found: 1.3a-arduino red text warning message from the Arduino IDE every time I open the Boards Manager for quite a while, and finally decided to do something about it.

I knew it came from the the Digistump board manager JSON file, but not why. It appears that the version number parsing on the Arduino IDE Board Manager is very pedantic. The version number must follow some variant of the SemVer version number standard, or it gets cranky.

So basically, the current '1.3a-arduino' does not work, and but something like '1.3-a-arduino' appears to... it seems that as long as there is a number after the dot, any text (or hyphen then text) is ignored?

  • If there are no dots (.), parse version as an integer and form a Version from that integer using Version.forIntegers
  • If there is one dot, split version into two, parse each part as an integer, and form a Version from those integers using Version.forIntegers
  • Otherwise, simply parse version into a Version using Version.valueOf

https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.6.x-package_index.json-format-specification

Wrong OakCLI version

the oakcli-1.0.0-platform.tar.gz is not a 1.0.0 version, the -d option is not recognised.

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.