aboutsummaryrefslogtreecommitdiff
path: root/.builds
Commit message (Collapse)AuthorAge
* Update dependencies to newest versionsRobin Krahl2019-12-17
| | | | | | | | | | | This patch updates all dependencies to the newest versions (except static_assertions). It replaces the Git versions of stm32f103xx-usb and usb-device with crates.io versions of stm32-usbd (via stm32f1xx-hal) and usb-device. This bumps the minimum supported Rust version to 1.36.0 (for stm32-usbd). static_assertions is not updated as it would require an even newer Rust version.
* Use reuse AUR package in lint buildRobin Krahl2019-12-17
|
* Select minimal profile in CI build scriptRobin Krahl2019-12-16
| | | | | To avoid the installation of unnecessary components, we set the rustup profile to minimal in the CI build script archlinux.yml.
* Pin Rust version in CI build script to 1.34.2Robin Krahl2019-12-16
| | | | | For easier debugging and migration, we pin the Rust version in the CI build script archlinux.yml to 1.34.2.
* Output binary size after compilation in build scriptRobin Krahl2019-02-20
|
* Initial commitRobin Krahl2019-02-18