This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Anybody made user command shell program on eCos ?]



"Tony Ko" <nhko@gctsemi.com> wrote:
> Such like "RedBoot contains a command line" .
> I also want something like "memory write".
> RedBoot only contains "memory read " command.
> 
> I expect these kind of command will be used on eCos.

If you just want a non-threaded test application that does a function call
in response to your typing, I'd suggest using RedBoot - it can run in RAM,
and it is designed to be extensible in many ways including the command
list.

And "Nixon, Roger" <Roger.Nixon@quantumbeam.com> wrote:
> I suspect that Tony is after a console that would allow execution of
> commands (i.e. function calls) from a console thread / spawned thread
> (within the eCos application) to examine / manipulate the state of the
> running system (other threads).

But if you want something threaded and which waits for serial input
asynchronously and the like, so that other threads can run freely, then...
 
> Is something like that available?

Not AFIAK; that would be a far more sophisticated application.

	- Huge


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]