1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/rust_minimal
chrysn bcea914338 rust: Update riot-sys and riot-wrappers
* riot-wrappers:
  * Fix infinite loop when using a Mutex
  * Make ValueInThread Copy/Clone
* riot-sys:
  * Export xxx_DEV (eg. I2C_DEV) C macros as functions
  * Add auto_init_utils.h
2023-02-20 09:06:33 +01:00
..
src rust: Make examples / tests use any Rust RIOT modules 2022-07-10 21:27:13 +02:00
tests rust: Add minimal test 2021-12-16 13:29:30 +01:00
Cargo.lock rust: Update riot-sys and riot-wrappers 2023-02-20 09:06:33 +01:00
Cargo.toml rust: Update dependencies 2022-10-04 00:28:46 +02:00
Makefile rust: Run all tests on stable 2022-10-01 21:31:16 +02:00
README.md doc/rust: Migrate and modernize text from rust_minimal README 2022-06-15 00:01:27 +02:00

Test description

This test ensures that code produced through Rust can actually run; it does that by simply printing "SUCCESS".