diff --git a/examples/rust-gcoap/Makefile b/examples/rust-gcoap/Makefile index 9fa9de2543..418cfb0608 100644 --- a/examples/rust-gcoap/Makefile +++ b/examples/rust-gcoap/Makefile @@ -48,8 +48,4 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module FEATURES_REQUIRED += rust_target -# Currently unknown, something related to the LED_PORT definition that doesn't -# pass C2Rust's transpilation -BOARD_BLACKLIST := ek-lm4f120xl - include $(RIOTBASE)/Makefile.include diff --git a/examples/rust-hello-world/Makefile b/examples/rust-hello-world/Makefile index b6d08353e4..c411d26d26 100644 --- a/examples/rust-hello-world/Makefile +++ b/examples/rust-hello-world/Makefile @@ -21,8 +21,4 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module FEATURES_REQUIRED += rust_target -# Currently unknown, something related to the LED_PORT definition that doesn't -# pass C2Rust's transpilation -BOARD_BLACKLIST := ek-lm4f120xl - include $(RIOTBASE)/Makefile.include diff --git a/tests/rust_libs/Makefile b/tests/rust_libs/Makefile index 9e587f31a5..b2936e8968 100644 --- a/tests/rust_libs/Makefile +++ b/tests/rust_libs/Makefile @@ -6,8 +6,4 @@ USEMODULE += ztimer_msec FEATURES_REQUIRED += rust_target -# Currently unknown, something related to the LED_PORT definition that doesn't -# pass C2Rust's transpilation -BOARD_BLACKLIST := ek-lm4f120xl - include $(RIOTBASE)/Makefile.include diff --git a/tests/rust_minimal/Makefile b/tests/rust_minimal/Makefile index 9001f83c6c..37ef882eee 100644 --- a/tests/rust_minimal/Makefile +++ b/tests/rust_minimal/Makefile @@ -5,8 +5,4 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module FEATURES_REQUIRED += rust_target -# Currently unknown, something related to the LED_PORT definition that doesn't -# pass C2Rust's transpilation -BOARD_BLACKLIST := ek-lm4f120xl - include $(RIOTBASE)/Makefile.include