-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
From @japaric on August 10, 2018 2:43
From @ryankurte on July 5, 2018 22:23
As mentioned here it'd be great to develop Running and Debugging into a useful tool-independent resource.
As far as I see it, we need:
- A common description of how embedded debugging works
- JTAG
- SWD
- An intro to embedded debugging
- GDB for now
- LLDB one day?
- An overview of available tools (hardware and software) and how to identify them
- An intro to the higher level tools (w/ arbitrary hardware)
- A page on the use of each tool for each of
- JLink hardware + JLink software + GDB,
- STLink hardware + texane/stlink + GDB,
- BLackMagic Probe (BMP) hardware + GDB
- CMSIS-DAP/DapLink
At this stage lldb isn't really viable for embedded debugging, so there's going to be a requirement for target GDB at least for now.
Any thoughts?
(@therealprof, @kjetilkjeka, @korken89)
Copied from original issue: rust-embedded/wg#112
Copied from original issue: rust-embedded/book#10