Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have my boot loader access a shell. Then also have a completely separate shell for working with an external module, where the host becomes a UART bridge.
It seems a lot of the work was done to accept *lw object, but that it always gets the address from the static
shellvariable. It’s almost ready for two shells, but not quite.I figure I could create two shell_t variables, or I could alternate in a separate list of commands for the second shell. Thoughts on the better approach?
Thanks!
ps> Can you elaborate on why out_fn() takes in *lw at all; and why it’s in reverse order of every other function in the code?
Beta Was this translation helpful? Give feedback.
All reactions