8000 GitHub - hasheddan/west-debug-tools: A collection of @zephyrproject-rtos West extensions for convenient debugging.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hasheddan/west-debug-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

West Debug Tools

A collection of Zephyr west extensions for convenient debugging.

Install

west dbt can be added to any Zephyr project by adding the following to the west.yml manifest file.

    - name: west-debug-tools
      revision: main
      url: https://github.com/hasheddan/west-debug-tools
      west-commands: west-commands.yml

Tools

The following tools are currently supported.

addr2src

Emits the file path, line number, and source at the specified address.

west dbt addr2src <address>

About

A collection of @zephyrproject-rtos West extensions for convenient debugging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0