1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17482 from chrysn-pull-requests/post-17359-rust-adjustments

{examples,tests}/rust*: Update Cargo.toml
This commit is contained in:
Alexandre Abadie 2022-01-07 14:31:20 +01:00 committed by GitHub
commit dc26dc14b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 0 deletions

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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