Giter Club home page Giter Club logo

emdebug's Introduction

EmDebug

Build Status

Description

EmDebug is a front-end interface for GDB + OpenOCD, designed for debug ARM Cortex-M based microcontrollers. GDB is ok when debugging most of the code logic, but isn't much convenient when you need to inspect peripheral's registers, GPIO or what execution mode is the current.

Planned features:

  • Inspect and modify peripheral's registers;
  • Visualize the GPIO status;
  • Show information about the current execution mode (privileged/unprivileged);
  • Show Stack Frame.

Status

The development stills a little slow, up to now the gdbmi library isn't ready (the MI interface isn't trivial to implement, specially when dealing with asynchronous events), nor the graphical interface, but something functional is expected in the end of 2016.

How to build

Pre-requisites:

  • cmake (3.1.0 or later)
  • libwxgtk3.0-dev
  • g++ (with c++11 support)
  • make

Instructions:

Make a build directory then use cmake to generate the makefile:

emdebug$ mkdir build
emdebug$ cd build
build$ cmake ..
build$ make

emdebug's People

Contributors

augustofg avatar

Watchers

 avatar  avatar

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.