Skip to content

Commit

Permalink
Avrdude 5.10 and configuration file updated. Problem 5.10 version not…
Browse files Browse the repository at this point in the history
… compatible with Arduino, but program Pic MEga, Pic UNo.
  • Loading branch information
Fubar Labs authored and Fubar Labs committed Apr 14, 2011
1 parent 25997f1 commit fe860a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified build/windows/avr_tools.zip 100644 → 100755
Binary file not shown.
4 changes: 2 additions & 2 deletions hardware/pic32/platforms.txt
Expand Up @@ -11,7 +11,7 @@ pic32.recipe.objcopy.hex.pattern={0}{1} {2} {3}.elf
pic32.name=MicroChip PIC32
#pic32.compiler.path=/opt/local/pic32/install-image/bin/
#pic32.compiler.path=/opt/pic32-tools/bin/
pic32.compiler.path=C:\cygwin\opt\pic32-tools\bin\
pic32.compiler.path=C:\pic32-tools\bin\
pic32.compiler.c.cmd=pic32-gcc
pic32.compiler.c.flags= -O2 -g1 -c
pic32.compiler.cpp.cmd=pic32-g++
Expand All @@ -34,4 +34,4 @@ pic32.compiler.upload.cmd=
pic32.compiler.upload.flags=
#pic32.library.path=./hardware/pic32/cores/pic32
pic32.library.path=.\hardware\pic32\cores\pic32
pic32.ldscript=chipKIT-BL-mega.ld
pic32.ldscript=chipKIT-BL-mega.ld

0 comments on commit fe860a8

Please sign in to comment.