From da6117662284df3be5def7f7b517cf9e30f5008d Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Mon, 10 Mar 2025 02:14:02 -0700 Subject: [PATCH] bbs_embed_common 0.2.0 (#1420) --- .../bbs_embed_common-0.2.0.toml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/bb/bbs_embed_common/bbs_embed_common-0.2.0.toml diff --git a/index/bb/bbs_embed_common/bbs_embed_common-0.2.0.toml b/index/bb/bbs_embed_common/bbs_embed_common-0.2.0.toml new file mode 100644 index 00000000..7fe18fa2 --- /dev/null +++ b/index/bb/bbs_embed_common/bbs_embed_common-0.2.0.toml @@ -0,0 +1,29 @@ +name = "bbs_embed_common" +description = "Abstract hardware drivers and drivers for some i2c bus devices." +version = "0.2.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 "] +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 = "37c1a69b6cb64b0b7b7ac63a7ed5a1459d22e237" +subdir = "./src-common/" +url = "git+https://github.com/BrentSeidel/BBS-BBB-Ada.git" +