From 4a03138efcc565f99d3e2006afa2eec577910b3c Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 02:13:51 +0000 Subject: [PATCH] Show badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 476d1ea..bf2ebe0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # 🌱 uvm32 +![](https://github.com/ringtailsoftware/uvm32/actions/workflows/build.yml/badge.svg) +![](https://ringtailsoftware.github.io/uvm32/badge.svg) + uvm32 is a minimalist, dependency-free virtual machine sandbox designed for microcontrollers and other resource-constrained devices. Single C file, no dynamic memory allocations, asynchronous design, pure C99. On an [STM32L0](https://www.st.com/en/microcontrollers-microprocessors/stm32l0-series.html) (ARM Cortex-M0+) the required footprint is under 4KB flash/1KB RAM. 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)