Files
corne-rs/.cargo/config.toml
2025-10-12 21:43:50 +05:30

11 lines
262 B
TOML

[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 }