This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

CALL_IF_MONITOR_RETURN


Hi,

some times ago, I asked some silly questions about how
it is possible to use ecos and redboot.

At now I can run redboot and my application linked with ecos library
on my hardware - great. Time to combine these two applications.

What I want is:
my application accept commands via serial lines for controlling its behaviour,
one  of possible commands is "quit", it should give control to redboot.

How can I achieve this, via using
CYGNUM_CALL_IF_MONITOR_RETURN?

Or may be there is option for software reset
like jump to reset address (I use arm), redboot check that lr register
point to unusual place,
and doesn't run boot script?

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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