@@ -53,29 +53,36 @@ jobs:
5353 - { rust: stable, vendor: Freescale, options: all }
5454 - { rust: stable, vendor: Freescale, options: "" }
5555 - { rust: stable, vendor: Fujitsu, options: "" }
56+ - { rust: stable, vendor: Fujitsu, options: "--atomics" }
5657 - { rust: stable, vendor: GD32, options: all }
5758 - { rust: stable, vendor: GD32, options: "" }
5859 - { rust: stable, vendor: Holtek, options: all }
5960 - { rust: stable, vendor: Holtek, options: "" }
6061 - { rust: stable, vendor: Microchip, options: "" }
62+ - { rust: stable, vendor: Microchip, options: "--atomics" }
6163 - { rust: stable, vendor: Nordic, options: all }
6264 - { rust: stable, vendor: Nordic, options: "" }
6365 - { rust: stable, vendor: Nuvoton, options: "" }
66+ - { rust: stable, vendor: Nuvoton, options: "--atomics" }
6467 - { rust: stable, vendor: NXP, options: all }
6568 - { rust: stable, vendor: NXP, options: "" }
6669 - { rust: stable, vendor: RISC-V, options: "" }
70+ - { rust: stable, vendor: RISC-V, options: "--atomics" }
6771 - { rust: stable, vendor: SiliconLabs, options: all }
6872 - { rust: stable, vendor: SiliconLabs, options: "" }
6973 - { rust: stable, vendor: Spansion, options: "" }
74+ - { rust: stable, vendor: Spansion, options: "--atomics" }
7075 - { 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" }
7278 - { rust: stable, vendor: Toshiba, options: all }
7379 - { rust: stable, vendor: Toshiba, options: "" }
7480 # Test MSRV
7581 - { rust: 1.61.0, vendor: Nordic, options: "" }
7682 # Use nightly for architectures which don't support stable
77- - { rust: nightly, vendor: MSP430, options: "--nightly " }
83+ - { rust: nightly, vendor: MSP430, options: "--atomics " }
7884 - { rust: nightly, vendor: MSP430, options: "" }
85+ - { rust: nightly, vendor: Espressif, options: "--atomics" }
7986 - { rust: nightly, vendor: Espressif, options: "" }
8087
8188 steps :
0 commit comments