We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef86000 + 9e907ac commit d341022Copy full SHA for d341022
.cargo/config.toml
@@ -0,0 +1,9 @@
1
+[build]
2
+target = "avr-atmega328p.json"
3
+
4
+[unstable]
5
+build-std = ["core"]
6
7
+# Cargo versions before 2021-02-23 won't recognize this: https://github.com/rust-lang/cargo/pull/9175
8
+[env]
9
+AVR_CPU_FREQUENCY_HZ = 16000000
0 commit comments