mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
parent
6a2bfceabc
commit
bee38ce935
2 changed files with 0 additions and 9 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -28,11 +28,4 @@ jobs:
|
||||||
indicators: true
|
indicators: true
|
||||||
output: both
|
output: both
|
||||||
thresholds: '60 80'
|
thresholds: '60 80'
|
||||||
- name: Make Coverage Badge
|
|
||||||
uses: action-badges/cobertura-coverage-xml-badges@0.4.0
|
|
||||||
with:
|
|
||||||
file-name: coverage.svg
|
|
||||||
badge-branch: badges
|
|
||||||
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
coverage-file-name: uvm32/test/coverage.xml
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
# 🌱 uvm32
|
# 🌱 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue