Move label

This commit is contained in:
Toby Jaffey 2025-12-14 09:42:03 +00:00
parent 14383da04d
commit 7a39a69f3d

View file

@ -1,15 +1,15 @@
# 🌱 uvm32 # 🌱 uvm32
![](https://github.com/ringtailsoftware/uvm32/actions/workflows/build.yml/badge.svg)
![](https://ringtailsoftware.github.io/uvm32/badge.svg) (uvm32.c)
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. 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. 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. 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)
uvm32.c: ![](https://ringtailsoftware.github.io/uvm32/badge.svg)
## What is it for? ## 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) * As a no-frills alternative to embedded script engines ([Lua](https://www.lua.org/), [Duktape](https://duktape.org/), [MicroPython](https://micropython.org/), etc)