blob: ace02e50a0118e38673ff92403ee03113d977377 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION='Peripheral access API for STM32G0 series microcontrollers'
HOMEPAGE='https://crates.io/crates/stm32g0xx-hal'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/bare-metal-1*:=
>=dev-rust/cortex-m-0.7.1 <dev-rust/cortex-m-0.8.0_alpha:=
>=dev-rust/embedded-hal-0.2.6 <dev-rust/embedded-hal-0.3.0_alpha:=
=dev-rust/nb-1*:=
=dev-rust/stm32g0-0.13*:=
>=dev-rust/void-1.0.2 <dev-rust/void-2.0.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py