espidf_driver_i2c 0.1.0 (via alr publish) (#1882)

This commit is contained in:
Vadim Godunko
2026-04-21 13:30:16 +04:00
committed by GitHub
parent b20c7e5b1e
commit 114f9939ae
@@ -0,0 +1,31 @@
name = "espidf_driver_i2c"
version = "0.1.0"
website = "https://github.com/godunko/espidf_driver_i2c"
description = "Ada/ESP-IDF I2C master/slave driver"
long-description = """
Ada bindings for the ESP-IDF esp_driver_i2c component. This crate provides a native Ada interface for I2C master and slave operations, compatible with ESP-IDF v6.0 and later.
"""
authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <vgodunko@gmail.com>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"
tags = ["embedded", "esp32", "espidf", "driver", "i2c"]
[configuration]
generate_ada = false
generate_c = false
generate_gpr = true
[[depends-on]]
espidf = "*"
[[actions]]
type = "test"
directory = "selftest"
command = ["alr", "build"]
[origin]
commit = "aceeebd8c0055fb4241608ac983ced6de8558bb9"
url = "git+https://github.com/godunko/espidf_driver_i2c.git"