X-Git-Url: https://git.patrickod.com/tor.noisebridge.net/tree/src/App.css?a=blobdiff_plain;f=keywing%2FEmbed.toml;fp=keywing%2FEmbed.toml;h=0000000000000000000000000000000000000000;hb=2c5a6ce701efb11787525a42b6ced9957e32e6ca;hp=918f48c6120871e699c7aefdc1f44efe980fb370;hpb=ae7e9009c24193d06daa77bdfcde9caeb37053e4;p=keywing-rs.git diff --git a/keywing/Embed.toml b/keywing/Embed.toml deleted file mode 100644 index 918f48c..0000000 --- a/keywing/Embed.toml +++ /dev/null @@ -1,46 +0,0 @@ -[probe] -# The index of the probe in the connected probe list. -probe_index = 0 -# The protocol to be used for communicating with the target. -protocol = "Swd" -# The speed in kHz of the data link to the target. -# speed = 1337 - -[flashing] -# Whether or not the target should be flashed. -enabled = true -# Whether or not the target should be halted after flashing. -halt_afterwards = false -# Whether or not bytes erased but not rewritten with data from the ELF -# should be restored with their contents before erasing. -restore_unwritten_bytes = false -# The path where an SVG of the assembled flash layout should be written to. -# flash_layout_output_path = "out.svg" - -[general] -# The chip name of the chip to be debugged. -chip = "nRF52840_xxAA" -# A list of chip descriptions to be loaded during runtime. -chip_descriptions = [] -# The default log level to be used. -log_level = "Warn" - -[rtt] -# Whether or not an RTTUI should be opened after flashing. -# This is exclusive and cannot be used with GDB at the moment. -enabled = true -# A list of channel associations to be displayed. If left empty, all channels are displayed. -channels = [ - # { up = 0, down = 0, name = "name" } -] -# The duration in ms for which the logger should retry to attach to RTT. -timeout = 3000 -# Whether timestamps in the RTTUI are enabled -show_timestamps = true - -[gdb] -# Whether or not a GDB server should be opened after flashing. -# This is exclusive and cannot be used with RTT at the moment. -enabled = false -# The connection string in host:port format wher the GDB server will open a socket. -# gdb_connection_string