RedBearLab / Blend

Arduino-compatible boards (Blend and Blend Micro) with BLE (Atmega32u4 + nRF8001).
50 stars 14 forks source link

Changes to support new Arduino 1.6 IDE #6

Closed sandeepmistry closed 9 years ago

sandeepmistry commented 9 years ago

Based on Arduino Hardware Cores migration guide from 1.0 to 1.6 by @cmaglie

Note: changes are not backwards compatible with 1.0.x IDE.

Should address #1 as well. Tested with Arduino 1.6.0 IDE on OS X 10.10 with Blend and Blend Micro.

Cheong2K commented 9 years ago

Thanks a lot, you save RedBearLab a lot of time.

cmaglie commented 9 years ago

@sandeepmistry good job, thank you! I'm glad that the guide helped!

sandeepmistry commented 9 years ago

@cmaglie guide was awesome, thanks for putting it together! Especially step 5 about the "weird upload feature in 1.0".