1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

IDE build.xml doesn't build hardware folder anymore.

Platforms are downloaded through "Boards installer"
This commit is contained in:
Cristian Maglie
2014-05-16 01:07:45 +02:00
committed by Federico Fissore
parent 12a2d872d6
commit 14a3dde7ce
7 changed files with 13 additions and 127 deletions

View File

@ -1,14 +0,0 @@
#!/bin/sh
# simple wrapper around the adk2tool and bossac to properly erase and reset the
# adk2 board
echo $1 /dev/$2 erase
$1 /dev/$2 erase
echo $3 --port=$2 -w -e -v -b $4
$3 --port=$2 -w -e -v -b $4
echo $1 /dev/$2 reset
$1 /dev/$2 reset

Binary file not shown.

Binary file not shown.

Binary file not shown.