From bf80e58bd516d28875e351e3eb16757a6fc078f2 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sat, 13 Dec 2025 22:03:50 +0000 Subject: [PATCH] Add CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a58560..661ca8b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ On an [STM32L0](https://www.st.com/en/microcontrollers-microprocessors/stm32l0-s uvm32 is a RISC-V emulator, wrapped in a management interface and provided with tools to build efficient code to run in it. +![](https://github.com/ringtailsoftware/uvm32/actions/workflows/build.yml/badge.svg) + ## What is it for? * As a no-frills alternative to embedded script engines ([Lua](https://www.lua.org/), [Duktape](https://duktape.org/), [MicroPython](https://micropython.org/), etc)