On Mon, May 18, 2020 at 10:38 AM Gregory Nutt <spudan...@gmail.com> wrote:
> >> Yes, the best solution is to extend ELF with stack and priority info.
> >> But before that happen, gathering this info from the built-in app
> >> table is workable alternative:
> >> 1.Keep the trying order(file system, built-in and nsh command)
> >> 2.And get the stack/priority from built-in app table for file system
> >> applicaiton
> >> How about we open a new issue track ELF extension for stack/priority?
> >
> > I will write something.  You can fee free to edit it.
> I have added issue https://github.com/apache/incubator-nuttx/issues/1065
> per your request.

So, in current git HEAD [1], what is the search order now?

Is it back to:
- Elf
- Built-in
- NSH

Or is it:
- Built-in
- Elf
- NSH

[1] 8997213c2aca8fae0f5537833014f9e016b51dd2

Thanks
Nathan

Reply via email to