lobaro / FreeRTOS-rust

Rust crate for FreeRTOS
MIT License
326 stars 55 forks source link

Change example build.rs output to avoid cluttering with cargo warnings #73

Closed schteve closed 1 day ago

schteve commented 4 weeks ago

Environment variables and their values are shown in the build as a series of warnings. They should not be warnings, since this implies something is wrong. But it may still be useful to have the info on hand. This change prints the environment variables out, which means they are available through the target build output file e.g. target/debug/build//output