2 # The index of the probe in the connected probe list.
4 # The protocol to be used for communicating with the target.
6 # The speed in kHz of the data link to the target.
10 # Whether or not the target should be flashed.
12 # Whether or not the target should be halted after flashing.
13 halt_afterwards = false
14 # Whether or not bytes erased but not rewritten with data from the ELF
15 # should be restored with their contents before erasing.
16 restore_unwritten_bytes = false
17 # The path where an SVG of the assembled flash layout should be written to.
18 # flash_layout_output_path = "out.svg"
21 # The chip name of the chip to be debugged.
22 chip = "nRF52840_xxAA"
23 # A list of chip descriptions to be loaded during runtime.
24 chip_descriptions = []
25 # The default log level to be used.
29 # Whether or not an RTTUI should be opened after flashing.
30 # This is exclusive and cannot be used with GDB at the moment.
32 # A list of channel associations to be displayed. If left empty, all channels are displayed.
34 # { up = 0, down = 0, name = "name" }
36 # The duration in ms for which the logger should retry to attach to RTT.
38 # Whether timestamps in the RTTUI are enabled
39 show_timestamps = true
42 # Whether or not a GDB server should be opened after flashing.
43 # This is exclusive and cannot be used with RTT at the moment.
45 # The connection string in host:port format wher the GDB server will open a socket.
46 # gdb_connection_string