This sets up the basic build for the microbit project. The documentation needed to code against it has been assembled in the documents directory.
12 lines
142 B
TOML
12 lines
142 B
TOML
[default.general]
|
|
chip = "nRF52833_xxAA"
|
|
|
|
[default.reset]
|
|
halt_afterwards = true
|
|
|
|
[default.rtt]
|
|
enabled = true
|
|
|
|
[default.gdb]
|
|
enabled = false
|