bbs_embed_common 0.1.0 (#1185)
Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
name = "bbs_embed_common"
|
||||
description = "Abstract hardware drivers and drivers for some i2c bus devices."
|
||||
version = "0.1.0"
|
||||
|
||||
long-description="""
|
||||
This crate contains base classes for some hardware devices such as Analog
|
||||
Inputs, GPIO pins, I2C bus, and SPI bus. It also contains drivers for
|
||||
devices that use, for example, an I2C bus.
|
||||
|
||||
By itself, this crate isn't much use. It will need to be used with the
|
||||
bbs_embed_linux crate which contains hardware drivers for the Raspberry Pi
|
||||
and BeagleBone Black.
|
||||
"""
|
||||
|
||||
authors = ["Brent Seidel"]
|
||||
maintainers = ["Brent Seidel <brentseidel@mac.com>"]
|
||||
maintainers-logins = ["BrentSeidel"]
|
||||
licenses = "GPL-3.0-or-later"
|
||||
website = "https://github.com/BrentSeidel/BBS-BBB-Ada"
|
||||
tags = ["embedded"]
|
||||
|
||||
[[depends-on]]
|
||||
bbs = "~0.1.0"
|
||||
|
||||
[origin]
|
||||
commit = "cfbd52e3e8b1f17751acdecdec70c3f6acaa14a1"
|
||||
subdir = "./src-common/"
|
||||
url = "git+https://github.com/BrentSeidel/BBS-BBB-Ada.git"
|
||||
|
||||
Reference in New Issue
Block a user