From 7fb80a8b34473f81392303fc167819849a3899ff Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Tue, 25 Jun 2024 03:46:19 +0200 Subject: Initial commit! --- Embed.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Embed.toml (limited to 'Embed.toml') diff --git a/Embed.toml b/Embed.toml new file mode 100644 index 0000000..b299033 --- /dev/null +++ b/Embed.toml @@ -0,0 +1,12 @@ +[default.general] +# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2 +chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1 + +[default.reset] +halt_afterwards = false + +[default.rtt] +enabled = false + +[default.gdb] +enabled = false -- cgit v1.2.3