carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
451 stars 278 forks source link

Arduino 101 Support for ArduBlockly #151

Open mrobotby opened 7 years ago

mrobotby commented 7 years ago

Hi. Maybe someone did this? As I understand, I need to create board like this? https://github.com/carlosperate/ardublockly/wiki/Add-New-Arduino-Board But how to understand which types of board to choose? For example __arduino_types = {'Uno': 'arduino:avr:uno', 'Leonardo': 'arduino:avr:leonardo'} I don't know which type to choose for Arduino 101(

carlosperate commented 7 years ago

Hi @mrobotby,

To identify the command line flag you will need to select verbose mode in the Arduino IDE and then look at the output to see what flags does it invoke with your desired target. For the 101 it seems to be Intel:arc32:arduino_101.