-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: SFE-Brudnerd/Black-Magic-Probe-Book
base: master
head repository: compuphase/Black-Magic-Probe-Book
compare: master
- 19 commits
- 101 files changed
- 3 contributors
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5f03b1 - Browse repository at this point
Copy the full SHA c5f03b1View commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3442c2 - Browse repository at this point
Copy the full SHA c3442c2View commit details
Commits on Feb 27, 2023
-
Bug fix in SVD parsing (bit fields), which caused a buffer overrun.
Fixed warnings by Visual C/C++ (typecasts for signed/unsigned comparisons and similar). Added missing library to Visual C/C++ makefile.
Configuration menu - View commit details
-
Copy full SHA for ca36470 - Browse repository at this point
Copy the full SHA ca36470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56cd683 - Browse repository at this point
Copy the full SHA 56cd683View commit details
Commits on Mar 14, 2023
-
Updated book with sections on CRP, Bin & Hex files.
Replace "noc_file_dialog" with "osdialog". BMDebug: field & command for source file paths. BMFlash: support BIN & HEX files; CRP option (LPC + STM32), tools for "Blank Flash" & "Dump Flash". Improved & expanded MCU info table; add script to request Flash size of a MCU.
Configuration menu - View commit details
-
Copy full SHA for ccc75fe - Browse repository at this point
Copy the full SHA ccc75feView commit details
Commits on Mar 22, 2023
-
.gitignore -> ignore Linux binaries and environment-specific files launch.json -> added a configuration for debugging in Linux
Configuration menu - View commit details
-
Copy full SHA for da3e31e - Browse repository at this point
Copy the full SHA da3e31eView commit details -
Command History Issue compuphase#36
Fixed bug where if the command history is empty (for example after a new install), it does not store new commands. Command history now stores all commands, except when the most recent command is the same as the previous.
Configuration menu - View commit details
-
Copy full SHA for ed084d2 - Browse repository at this point
Copy the full SHA ed084d2View commit details -
Merge pull request compuphase#37 from d-adamson/dev
Command History Issue compuphase#36
Configuration menu - View commit details
-
Copy full SHA for 216f595 - Browse repository at this point
Copy the full SHA 216f595View commit details
Commits on Mar 28, 2023
-
BMDebug: add '-t' command line option, to select a target for microco…
…ntrollers with multiple cores. BMFlash: bug fixes to download code to an LPC microcontroller _without_ CRP.
Configuration menu - View commit details
-
Copy full SHA for 35ab727 - Browse repository at this point
Copy the full SHA 35ab727View commit details
Commits on Aug 1, 2023
-
Get part id through command if available, use script if not available.
Better architecture matching (for microcontroller support). Add support for LPC86x, LPC11Axx, LPC51Uxx and LPC54xxx. bmdebug: support "dprintf" breakpoints; support GDB find command as well as BMDebug text search; handle changed reply for swotrace of BMP 1.9. bmflash: option for making a debug log; UI improvements (keep only one panel open at a time)
Configuration menu - View commit details
-
Copy full SHA for 02b5c9d - Browse repository at this point
Copy the full SHA 02b5c9dView commit details
Commits on Aug 5, 2023
-
BMDebug: missing "break" in switch/case; fix restoring state of "regi…
…sters" view; improved source scrolling. BMFlash, BMTrace, BMProfile: query probe commands again after attach, so target-specific commands are included. Bug fix in parsing reply of "partid" command. Initial support for LPC55xx series.
Configuration menu - View commit details
-
Copy full SHA for 38471fb - Browse repository at this point
Copy the full SHA 38471fbView commit details
Commits on Aug 10, 2023
-
BMDebug: more improvements on scrolling the source view, plus TAB exp…
…ansion in the source view. bmp-script: fix loading scripts from file; avoid re-linking into the list when these overrule a default script.
Configuration menu - View commit details
-
Copy full SHA for 5752b5d - Browse repository at this point
Copy the full SHA 5752b5dView commit details
Commits on Aug 18, 2023
-
Book: general update for release 1.9 of the firmware and updates to t…
…he utilities. BMDebug: register bit decoding from SVD files; improved source to disassembly mixing; scroll-by-address option. Dwarf: build more detailed line table; add support for VLIW architectures. SVD: support alternative syntax for bit ranges; include array index in address calculation for registers that form an array. Nuklear: merge in-line text colour codes.
Configuration menu - View commit details
-
Copy full SHA for cc14640 - Browse repository at this point
Copy the full SHA cc14640View commit details
Commits on Sep 9, 2023
-
BMDebug: store explicitly "no CTF metadata file".
All GUI utilities: handle splitter panel sizing on zero canvas size (minimization). SVD support: support all 3 syntaxes for bit range specification.
Configuration menu - View commit details
-
Copy full SHA for 531cf04 - Browse repository at this point
Copy the full SHA 531cf04View commit details
Commits on Jan 1, 2024
-
Book: TSDL: bool type, enumerations, and comments; example with inclu…
…des. Merge fixes in issue compuphase#38 (thank you ALTracer). CTF decoding: fix bugs due to data streams being split into multiple packets. TSDL parser: support "bool", try include from path relative to source TSDL. SWO trace capture: more solid handling of SWO packets being split across two USB packets. BMDebug: show TSDL error in serial monitor too (if serial port is open); command to save the contents of the SWO Tracing log; fix re-download of firmware on a reset.
Configuration menu - View commit details
-
Copy full SHA for acb08ca - Browse repository at this point
Copy the full SHA acb08caView commit details
Commits on Jan 18, 2024
-
Book: filtering trace messages on severity level (CTF); using CTF wit…
…h RTT; minor updates. BMDebug & BMTrace: on search and filtering, support wildcards; support filtering on severity level; for BMDebug, also support filtering on CTF streams. BMDebug: save serial monitor data in a format compatible with BMTrace, if CTF is active on the serial monitor. BMTrace: bookmarks; support loading of previously saved trace files; fix bug in timeline zoom (when limit zoom-in factor). Signed-off-by: Thiadmer Riemersma <thiadmer@compuphase.com>
Thiadmer Riemersma committedJan 18, 2024 Configuration menu - View commit details
-
Copy full SHA for cf4fc7d - Browse repository at this point
Copy the full SHA cf4fc7dView commit details -
Merge pull request compuphase#39 from compuphase/main
Update for filtering and searching with run-time tracing
Configuration menu - View commit details
-
Copy full SHA for 7d113fc - Browse repository at this point
Copy the full SHA 7d113fcView commit details -
Signed-off-by: Thiadmer Riemersma <thiadmer@compuphase.com>
Thiadmer Riemersma committedJan 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f40175 - Browse repository at this point
Copy the full SHA 4f40175View commit details -
Merge pull request compuphase#40 from compuphase/main
Update book front cover.
Configuration menu - View commit details
-
Copy full SHA for 580c04d - Browse repository at this point
Copy the full SHA 580c04dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master