8 Commits

Author SHA1 Message Date
Tim Crawford
17f8e37ed5 Convert toolchain file to TOML syntax
rustup 1.23.0 (2020-11-27) introduced support for TOML syntax for the
toolchain file. Use this and specify required compoenents.

To ensure you are using a new enough rustup, run:

    rustup self update
2021-03-15 10:09:42 -06:00
Jeremy Soller
9ad6b54aed Fix requiring sudo to run power.sh 2021-03-08 15:54:19 -07:00
Tim Crawford
340ddd2e81 deps: Install libudev 2021-02-23 09:29:16 -07:00
Tim Crawford
ba99aec1b7 deps: Skip installing Rust if rustup is available
Saves time and prevents errors with trying to install rustup twice or
potentially overriding the user's default toolchain.
2021-02-22 16:26:14 -07:00
Tim Crawford
3e154d7f00 Add missing SPDX identifiers 2021-02-22 14:02:18 -07:00
Tim Crawford
3e742b0da7 Add script to check for SPDX identifiers 2021-02-22 14:02:18 -07:00
Tim Crawford
55b6256ed6 Add script for installing dependencies 2021-02-22 09:04:50 -07:00
Tim Crawford
2ac214352b Move scripts from top-level to scripts/ 2021-02-22 09:04:50 -07:00