@@ -53,29 +53,36 @@ jobs:
53
53
- { rust: stable, vendor: Freescale, options: all }
54
54
- { rust: stable, vendor: Freescale, options: "" }
55
55
- { rust: stable, vendor: Fujitsu, options: "" }
56
+ - { rust: stable, vendor: Fujitsu, options: "--atomics" }
56
57
- { rust: stable, vendor: GD32, options: all }
57
58
- { rust: stable, vendor: GD32, options: "" }
58
59
- { rust: stable, vendor: Holtek, options: all }
59
60
- { rust: stable, vendor: Holtek, options: "" }
60
61
- { rust: stable, vendor: Microchip, options: "" }
62
+ - { rust: stable, vendor: Microchip, options: "--atomics" }
61
63
- { rust: stable, vendor: Nordic, options: all }
62
64
- { rust: stable, vendor: Nordic, options: "" }
63
65
- { rust: stable, vendor: Nuvoton, options: "" }
66
+ - { rust: stable, vendor: Nuvoton, options: "--atomics" }
64
67
- { rust: stable, vendor: NXP, options: all }
65
68
- { rust: stable, vendor: NXP, options: "" }
66
69
- { rust: stable, vendor: RISC-V, options: "" }
70
+ - { rust: stable, vendor: RISC-V, options: "--atomics" }
67
71
- { rust: stable, vendor: SiliconLabs, options: all }
68
72
- { rust: stable, vendor: SiliconLabs, options: "" }
69
73
- { rust: stable, vendor: Spansion, options: "" }
74
+ - { rust: stable, vendor: Spansion, options: "--atomics" }
70
75
- { rust: stable, vendor: STMicro, options: "" }
71
- - { rust: stable, vendor: STM32-patched, options: "--strict --const_generic --derive_more --pascal_enum_values --max_cluster_size" }
76
+ - { rust: stable, vendor: STMicro, options: "--atomics" }
77
+ - { rust: stable, vendor: STM32-patched, options: "--strict --const_generic --derive_more --pascal_enum_values --max_cluster_size --atomics" }
72
78
- { rust: stable, vendor: Toshiba, options: all }
73
79
- { rust: stable, vendor: Toshiba, options: "" }
74
80
# Test MSRV
75
81
- { rust: 1.61.0, vendor: Nordic, options: "" }
76
82
# Use nightly for architectures which don't support stable
77
- - { rust: nightly, vendor: MSP430, options: "--nightly " }
83
+ - { rust: nightly, vendor: MSP430, options: "--atomics " }
78
84
- { rust: nightly, vendor: MSP430, options: "" }
85
+ - { rust: nightly, vendor: Espressif, options: "--atomics" }
79
86
- { rust: nightly, vendor: Espressif, options: "" }
80
87
81
88
steps :
0 commit comments