Skip to content

Commit 2e87d05

Browse files
committed
Attempt to fix avrdude.conf issue
1 parent f8eb33a commit 2e87d05

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

ftduino/platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version=0.0.1
1111
# ------------------------------
1212
tools.avrdude.path={runtime.tools.avrdude.path}
1313
tools.avrdude.cmd.path={path}/bin/avrdude
14-
tools.avrdude.config.path={runtime.platform.path}/avrdude.conf
14+
#tools.avrdude.config.path={runtime.platform.path}/avrdude.conf
1515

1616
tools.avrdude.upload.params.verbose=-v
1717
tools.avrdude.upload.params.quiet=-q -q

package_ftduino_index.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,25 @@
255255
}
256256
],
257257
"toolsDependencies": []
258+
},
259+
{
260+
"name": "ftDuino",
261+
"architecture": "avr",
262+
"version": "0.0.20",
263+
"category": "Contributed",
264+
"url": "https://github.com/harbaum/ftduino/releases/download/0.0.20/ftduino-0.0.20.zip",
265+
"archiveFileName": "ftduino-0.0.20.zip",
266+
"checksum": "SHA-256:135747f44ed9543a49d7b46b3722d43fdf14c6c997e105c79b332d030fd85987",
267+
"size": "384833",
268+
"help": {
269+
"online": "http://ftduino.de/issues"
270+
},
271+
"boards": [
272+
{
273+
"name": "ftDuino fischertechnik compatible controller"
274+
}
275+
],
276+
"toolsDependencies": []
258277
}
259278
],
260279
"tools": []

0 commit comments

Comments
 (0)