mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add CI workflow to create a coverage badge via github pages
This commit is contained in:
parent
cfc1286874
commit
079cf2c9bd
4 changed files with 44 additions and 20 deletions
|
|
@ -1,13 +1,14 @@
|
|||
# 🌱 uvm32
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue