{examples,tests}/rust*: Blacklist ek-lm4f120xl board

Something in C2Rust mistranspiles around LED_PORT; disabling the board
for all Rust examples/tests.
This commit is contained in:
chrysn 2022-01-07 14:23:09 +01:00
parent 50f8ed3f72
commit 70726d46ab
3 changed files with 12 additions and 0 deletions

View File

@ -36,4 +36,8 @@ 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

View File

@ -21,4 +21,8 @@ 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

View File

@ -5,4 +5,8 @@ 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