Skip to content

Custom DFU programmer for Linux for Arduino-Tiva

Notifications You must be signed in to change notification settings

MiMiMeowMeow/tiva-dfu-prog-linux

 
 

Repository files navigation

Build Status

lin-dfu-prog

Custom dfu-programmer for Linux for Arduino-Tiva

Build instructions

Ensure you have the necessary tools

apt update && apt -y install \
    autoconf \
    build-essential \
    libtool \
    libusb-dev \
    libusb-1.0 \
    libglib2.0-dev \
    pkg-config

Then build in the root folder. It will attempt to install into /usr/local/bin.

autoreconf -fis && \
    autoconf && \
    aclocal && \
    automake --add-missing --foreign && \
    ./configure && \
    make -j && make install && make clean

About

Custom DFU programmer for Linux for Arduino-Tiva

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.9%
  • C 22.1%
  • Other 2.0%