Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 337 Bytes

AVaRICE

AVaRICE is a program which interfaces with the GNU Debugger GDB in order to debug AVR microcontrollers.

Installation

cd AVaRICE/avarice/
./Boostrap
./configure
make

You need libhidapi to use (m)EDBG. If you get EDBG/CMSIS-DAP devices require libhidapi support, install libhid and rerun the installation.