Initial Setup for the microbit v1

This commit is contained in:
2024-10-11 20:01:36 +02:00
commit e70e2b2104
37 changed files with 22320 additions and 0 deletions

12
Embed.toml Normal file
View File

@@ -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 = true
[default.rtt]
enabled = true
[default.gdb]
enabled = false