Skip to content

Commit 98a2303

Browse files
committed
Book: added notes on changing execution flow; various clarifications.
BMDebug: "local variables" view; ability to change the display format of local variables and watches; also reload changed source files on a "load" command (to flash the micro-controller). Various small enhancements & fixes.
1 parent 2b7c73e commit 98a2303

File tree

14 files changed

+1046
-323
lines changed

14 files changed

+1046
-323
lines changed

‎BlackMagicProbe.pdf‎

8.06 KB
Binary file not shown.

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The larger utilities (with a user interface) use the [Nuklear](https://github.co
1818

1919
All GUI utilities have a `-f` command line option to set the font size in pixels (excluding leading). The default size is 14. If that is too small for ease of reading, you can use `-f=16` (or simply `-f16`). The font size that you set is saved, so it is used on any next run of the utility too (without you needing to add the command line parameter every time). The font size must be set for each GUI utility individually, though. With recent releases, you can also set the names of the fonts used for the user interface with `-f=16,Arial,Inconsolata`. The first name is for the font for all buttons and controls, the second font is the monospaced font for the source code (if applicable). You can leave out any of the three parts by leaving the commas: `-f,,Inconsolata` changes only the monospaced font and leaves the other parameters at their defaults.
2020

21+
In Linux, you may need to experiment a little for the font size that gives the sharpest text. Due to the font handling in Nuklear, some fractional pixel sizes give better visual results than others. For example, on my system, the text is sharp at a size of 14.4 (but on your system, a different value may be optimal).
22+
2123
As an aside: the utilities have more command line options that just `-f`. The `-f` option is common to all GUI utilities. Use the `-h` or `-?` options to get a summary of the command line options for each utility.
2224
### Linux
2325
Prerequisites are
-689 Bytes
Loading

‎doc/BlackMagicProbe.odt‎

2.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)