mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add commandline parsing to host. Add -e <size in bytes> option to configure extram.
This commit is contained in:
parent
93085f562c
commit
67e8fe13c0
3 changed files with 58 additions and 20 deletions
|
|
@ -110,7 +110,9 @@ Then, from inside the docker shell
|
|||
|
||||
make
|
||||
|
||||
./host/host apps/helloworld/helloworld.bin
|
||||
./hosts/host/host apps/helloworld/helloworld.bin
|
||||
|
||||
`host` is the command line test VM for running samples. Run `host -h` for a full list of options.
|
||||
|
||||
## Native build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue