mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
typo
This commit is contained in:
parent
ebb6518ec3
commit
54f71f18c2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Although based on a fully fledged CPU emulator, uvm32 is intended for executing
|
||||||
* [host-arduino](host-arduino) vm host as Arduino sketch (tested on Arduino Uno ATmega328P, uses 9950 bytes of flash/1254 bytes RAM)
|
* [host-arduino](host-arduino) vm host as Arduino sketch (tested on Arduino Uno ATmega328P, uses 9950 bytes of flash/1254 bytes RAM)
|
||||||
* [apps/helloworld](apps/helloworld) C hello world program
|
* [apps/helloworld](apps/helloworld) C hello world program
|
||||||
* [apps/conio](apps/conio) C console IO demo
|
* [apps/conio](apps/conio) C console IO demo
|
||||||
* [apps/lissajous](apps/lissajour) C console lissajous curve (showing softfp, floating point)
|
* [apps/lissajous](apps/lissajous) C console lissajous curve (showing softfp, floating point)
|
||||||
* [apps/hello-asm](apps/hello-asm) Minimal hello world assembly
|
* [apps/hello-asm](apps/hello-asm) Minimal hello world assembly
|
||||||
* [apps/fib](apps/fib) C fibonacci series program (iterative and recursive)
|
* [apps/fib](apps/fib) C fibonacci series program (iterative and recursive)
|
||||||
* [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style
|
* [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue