From 487427a717aa5093fe3b4c8bce5e9852e0594d3c Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Mon, 29 Jan 2024 16:42:14 +0200 Subject: [PATCH] Driver for HMC5883L magnetic sensor --- index/hm/hmc5883/hmc5883-1.0.0.toml | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 index/hm/hmc5883/hmc5883-1.0.0.toml diff --git a/index/hm/hmc5883/hmc5883-1.0.0.toml b/index/hm/hmc5883/hmc5883-1.0.0.toml new file mode 100644 index 000000000..55e2f6f05 --- /dev/null +++ b/index/hm/hmc5883/hmc5883-1.0.0.toml @@ -0,0 +1,30 @@ +name = "hmc5883" +description = "Driver for HMC5883L magnetic sensor" +version = "1.0.0" + +authors = ["Max Reznik"] +maintainers = ["Max Reznik "] +maintainers-logins = ["reznikmm"] +licenses = "Apache-2.0 WITH LLVM-exception" +website = "https://github.com/reznikmm/hmc5883" +tags = ["sensor", "magnetometer", "driver"] +project-files = ["gnat/hmc5883.gpr"] + +[configuration] +output_dir = "gnat" +generate_ada = false +generate_c = false + +[build-switches] +development.optimization = ["-O0"] +development.style_checks = ["-gnaty"] +development.contracts = "Yes" + +[[depends-on]] +hal = "~0.3.0" +gnat = ">=11 & <2000" # Uses Ada 2022 syntax + +[origin] +commit = "acd90287298323b2dbd08a2f0551e2afa1e39cfa" +url = "git+https://github.com/reznikmm/hmc5883.git" +