https://github.com/hasheddan/west-debug-tools
A collection of @zephyrproject-rtos West extensions for convenient debugging.
https://github.com/hasheddan/west-debug-tools
Last synced: 5 months ago
JSON representation
A collection of @zephyrproject-rtos West extensions for convenient debugging.
- Host: GitHub
- URL: https://github.com/hasheddan/west-debug-tools
- Owner: hasheddan
- Created: 2025-03-30T15:31:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T17:38:37.000Z (about 1 year ago)
- Last Synced: 2025-03-30T18:26:45.259Z (about 1 year ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# West Debug Tools
A collection of [Zephyr](https://zephyrproject.org/) `west`
[extensions](https://docs.zephyrproject.org/latest/develop/west/extensions.html)
for convenient debugging.
## Install
`west dbt` can be added to any Zephyr project by adding the following to the
`west.yml` manifest file.
```yaml
- 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
```