Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge GDB patches from go2sh/tricore-binutils-gdb, enable gdb in build script #3

Merged
merged 11 commits into from
Dec 12, 2024
Prev Previous commit
Next Next commit
Add initial documentation for QEMU
NoMore201 committed Dec 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e04fe1526e24f8eb6617c03e36c8e4ffef01821c
13 changes: 13 additions & 0 deletions docs/qemu-debug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Debugging with QEMU

> This page is work in progress

This toolchain provides `qemu-system-tricore` and `tricore-elf-gdb` executable
that can be used to run and debug your code in a simulated environment.

> [!IMPORTANT]
> QEMU support for Tricore architecture is incomplete. It provides only basic
> CPU instruction decode (no interrupts or multi-core) and no peripheral is
> available. Only core architecture from tc1.3 up to tc1.6.2 is supported

TODO..
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -8,4 +8,5 @@ plugins: []

nav:
- Home: index.md
- Changelog: changelog.md
- Changelog: changelog.md
- Debuggin with QEMU: qemu-debug.md