btashton opened a new pull request #2349:
URL: https://github.com/apache/incubator-nuttx/pull/2349
## Summary
This adds a new configuration for the nucleo-h743zi that demonstrates the
ROMFS and ELF loader functionality.
## Impact
Configuration is now available.
## Testing
Tested on the board:
```
NuttShell (NSH) NuttX-9.1.0
nsh> ls /rom
/rom:
.
..
struct
pthread
errno
hello++1
signal
hello++3
hello++2
task
hello
mutex
nsh> /rom/hello
Getting ready to say "Hello, world"
Hello, world!
It has been said.
argc = 1
argv = 0x0x38001fb0
argv[0] = (0x0x38001fb8) "<noname>"
argv[1] = 0x0
Goodbye, world!
```
Additionally the full demonstration and test runs by running the `elf`
command from the `nsh shell`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]