-
Notifications
You must be signed in to change notification settings - Fork 174
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
add Trace32 debugger support #1267
base: master
Are you sure you want to change the base?
Commits on Nov 6, 2023
-
udev,suggest: add matching for Lauterbach PowerDebug devices
match USB connected - PowerDebug USB1.0/USB2.0/USB3.0/Ethernet/PRO/E40/X50 - PowerTrace - uTrace
Alexander Merkle committedNov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 797f047 - Browse repository at this point
Copy the full SHA 797f047View commit details -
resources: add RemoteUSBLauterbachDebugger & NetworkLauterbachDebugger
Network devices support always UDP, the most recent devices e.g. PowerDebug X50 have an option to use TCP which enables LG_PROXY support.
Alexander Merkle committedNov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 48c8166 - Browse repository at this point
Copy the full SHA 48c8166View commit details -
util: add get_uname_machine to detect userspace architecture
On ARM (e.g. Raspian OS) runs a 32bit userspace (e.g. armhf) on a Aarch64/ARM64 machine. Thus `uname -m` might be misleading as it identifies the kernel and not the userspace. The introduced `get_uname_machine` checks the elf header of the python interpreter itself to detect the architecture for dynamically linked applications. The terms align with the debian/ubuntu architecture naming (arm/armhf/aarch64/amd64).
Alexander Merkle committedNov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 9007f5f - Browse repository at this point
Copy the full SHA 9007f5fView commit details
Commits on Nov 13, 2023
-
driver: introduce LauterbachDriver
Alexander Merkle committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for b47083f - Browse repository at this point
Copy the full SHA b47083fView commit details -
driver/lauterbachdriver: add Bootstrap protocol
Alexander Merkle committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7b39d95 - Browse repository at this point
Copy the full SHA 7b39d95View commit details -
client: add labgrid-client debugger command
start a debug session using the DebuggerProtocol
Alexander Merkle committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ee4cc95 - Browse repository at this point
Copy the full SHA ee4cc95View commit details -
doc: add documentation for Lauterbach TRACE32 components
Alexander Merkle committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for fb5f6dc - Browse repository at this point
Copy the full SHA fb5f6dcView commit details -
Tests: add test for Lauterbach Resources and Driver
Alexander Merkle committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 204a45c - Browse repository at this point
Copy the full SHA 204a45cView commit details
Commits on Dec 21, 2023
-
fixup endianness twist to detect HARDFP ABI for ARM
Alexander Merkle committedDec 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 35ac4fc - Browse repository at this point
Copy the full SHA 35ac4fcView commit details