From 731d472e8972cacb6b5908f9f027f34bc6cee50e Mon Sep 17 00:00:00 2001 From: Francisco Llobet Date: Sat, 30 Dec 2023 22:43:39 +0100 Subject: [PATCH] Add status badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58b678e..8b778b0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ `MISO` is an example application that combines the power of the [Zig programming language](http://www.ziglang.org) together with a curated selection of services supported by the XDK110 sensor. +## Status + +[![zig-build](https://github.com/FranciscoLlobet/efm32-freertos-zig/actions/workflows/zig-build.yml/badge.svg)](https://github.com/FranciscoLlobet/efm32-freertos-zig/actions/workflows/zig-build.yml) + +> zig-build passing means that a binary build is possible. Further testing on target is necessary. + ## Disclaimers `MISO` is not affiliated with LEGIC Identsystems Ltd, the LEGIC XDK Secure Sensor Evaluation Kit, the Rust Foundation or the Rust Project. Furthermore, it's important to note that this codebase should not be used in use cases which have strict safety and/or availability requirements.