Add link nearer top

This commit is contained in:
Toby Jaffey 2025-12-11 12:17:49 +00:00
parent df7b8fe70f
commit 809f8ce115

View file

@ -21,7 +21,7 @@ On an [STM32L0](https://www.st.com/en/microcontrollers-microprocessors/stm32l0-s
* Small enough for "if this then that" scripts/plugins, capable enough for much more * Small enough for "if this then that" scripts/plugins, capable enough for much more
* Aims for safety over speed, bad code running in the VM should never be able to crash the host * Aims for safety over speed, bad code running in the VM should never be able to crash the host
Although based on a fully fledged CPU emulator, uvm32 is intended for executing custom script like logic, not for simulating hardware. Although based on a [fully fledged CPU emulator](https://github.com/cnlohr/mini-rv32ima), uvm32 is intended for executing custom script like logic, not for simulating hardware.
## Example ## Example