Added unit tests!!
This commit is contained in:
parent
501230e121
commit
3e29d8bc6a
15 changed files with 335 additions and 183 deletions
12
hardware_main/Embed.toml
Normal file
12
hardware_main/Embed.toml
Normal 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 = false
|
||||
|
||||
[default.rtt]
|
||||
enabled = true
|
||||
|
||||
[default.gdb]
|
||||
enabled = false
|
Loading…
Add table
Add a link
Reference in a new issue