From 6a83d2e5072f1f98879ed3d3e4539f819d1cd692 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 1 Jul 2024 14:58:18 +0200 Subject: [PATCH 1/2] use releases version of the PAC --- va416xx-hal/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml index 25a9679..8644adc 100644 --- a/va416xx-hal/Cargo.toml +++ b/va416xx-hal/Cargo.toml @@ -29,9 +29,8 @@ version = "1" default-features = false [dependencies.va416xx] -path = "../va416xx" default-features = false -version = "0.2.0" +version = "0.2" features = ["critical-section"] [features] From a2bb6b922771ad003c35e249004691ee1ba4ce19 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 1 Jul 2024 14:59:51 +0200 Subject: [PATCH 2/2] add badges for HAL --- va416xx-hal/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/va416xx-hal/README.md b/va416xx-hal/README.md index 47a4d87..982f0c2 100644 --- a/va416xx-hal/README.md +++ b/va416xx-hal/README.md @@ -1,3 +1,6 @@ +[![Crates.io](https://img.shields.io/crates/v/va416xx-hal)](https://crates.io/crates/va416xx-hal) +[![docs.rs](https://img.shields.io/docsrs/va416xx-hal)](https://docs.rs/va416xx-hal) + # HAL for the Vorago VA416xx MCU family This repository contains the **H**ardware **A**bstraction **L**ayer (HAL), which is an additional