Coder Social home page Coder Social logo

micahyoung / dfu-programmer Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 332 KB

Fork of dfu-programmer svn trunk to support Arduino UNO R3 (atmega16u2) new USB device ID

License: GNU General Public License v2.0

C++ 2.33% C 78.17% Shell 10.92% Perl 8.58%

dfu-programmer's People

Watchers

 avatar

dfu-programmer's Issues

OSX Instructions

diff --git a/README.md b/README.md
index 91ca4aa..fdc55bc 100644
--- a/README.md
+++ b/README.md
@@ -23,15 +23,27 @@ because it is the easiest to buy currently and has a new chip: the 16u2.

  1. Put the board into DFU mode by shorting these pins with pliers or a wire. (diagram)
  2. Compile the fork of dfu-programmer by doing these steps:
    • Install build pre-reqs
    •  \* Ubuntu: build-essentials, automake, libusb-dev, libusb-1.0.0-dev
      
    • * Ubuntu: build-essentials, automake, libusb-dev, libusb-1.0.0-dev
    • * OSX: brew install libusb
    • Compile dfu-programmer
    • * Ubuntu:
    •  ```
      
    •  cd tools/dfu-programmer
      
    •  ./bootstrap.sh
      
    •  ./configure
      
    •  make
      
    •  ```
      
    • * OSX
    •  ```
      
    •  cd tools/dfu-programmer
      
    •  ./bootstrap.sh
      
    •  ./configure LIBUSB_1_0_CFLAGS=-I/usr/local/include/libusb-1.0 LIBUSB_1_0_LIBS="-L/usr/local/lib -lusb-1.0"
      
    •  make
      
    •  ```
      
  • cd tools/dfu-programmer
  • ./bootstrap.sh
  • ./configure
  • make
    • The compiled binary will be at tools/dfu-programmer/src/dfu-programmer
    1. Install the keyboard bootloader:
      @@ -64,4 +76,4 @@ Detailed Arduino UNO Keyboard HID firmware compilation tutorial:
    2. Part 1
    3. Part 2

-Making dfu-programmer work with the Uno R3 atmega16u2
\ No newline at end of file
+Making dfu-programmer work with the Uno R3 atmega16u2
diff --git a/tools/dfu-programmer b/tools/dfu-programmer
--- a/tools/dfu-programmer
+++ b/tools/dfu-programmer
@@ -1 +1 @@
-Subproject commit 61d0edd
+Subproject commit 61d0edd-dirty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.