From 3242393cb53f1759e066ed8a6d9b09ad7d53fc59 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 12:59:26 +0000 Subject: [PATCH] README change, for PR test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d39970e..948718d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🌱 uvm32 +TEST PR 1 for github actions + 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 3KB flash/1KB RAM.