feat: initial commit for corne
This commit is contained in:
10
.cargo/config.toml
Normal file
10
.cargo/config.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
runner = "probe-rs run --chip nRF52840_xxAA"
|
||||
linker = "flip-link"
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "info"
|
||||
KEYBOARD_TOML_PATH = { value = "keyboard.toml", relative = true }
|
||||
Reference in New Issue
Block a user