Add commandline parsing to host. Add -e <size in bytes> option to configure extram.

This commit is contained in:
Toby Jaffey 2025-12-11 15:44:17 +00:00
parent 93085f562c
commit 67e8fe13c0
3 changed files with 58 additions and 20 deletions

View file

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