We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e030 commit e012ebeCopy full SHA for e012ebe
mcu/avrxmega-hal/Cargo.toml
@@ -8,6 +8,9 @@ rt = ["avr-device/rt"]
8
device-selected = []
9
attiny404 = ["avr-device/attiny404", "device-selected"]
10
11
+critical-section-impl = ["avr-device/critical-section-impl"]
12
+
13
14
# Allow certain downstream crates to overwrite the device selection error by themselves.
15
disable-device-selection-error = []
16
0 commit comments