summaryrefslogtreecommitdiffstats
path: root/Embed.toml
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-06-25 03:46:19 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2024-06-25 04:02:40 +0200
commit7fb80a8b34473f81392303fc167819849a3899ff (patch)
tree9946b4a68464266c664a07711d2c727ab0856f82 /Embed.toml
downloadrust-microbit-guix-template-7fb80a8b34473f81392303fc167819849a3899ff.tar.gz
rust-microbit-guix-template-7fb80a8b34473f81392303fc167819849a3899ff.zip
Initial commit!HEADmaster
Diffstat (limited to 'Embed.toml')
-rw-r--r--Embed.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Embed.toml b/Embed.toml
new file mode 100644
index 0000000..b299033
--- /dev/null
+++ b/Embed.toml
@@ -0,0 +1,12 @@
1[default.general]
2# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
3chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1
4
5[default.reset]
6halt_afterwards = false
7
8[default.rtt]
9enabled = false
10
11[default.gdb]
12enabled = false