Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 58) sorted by relevance

123

/lk-master/app/
A Dapp.c23 const struct app_descriptor *app; in apps_init() local
26 for (app = &__start_apps; app != &__stop_apps; app++) { in apps_init()
27 if (app->init) in apps_init()
28 app->init(app); in apps_init()
32 for (app = &__start_apps; app != &__stop_apps; app++) { in apps_init()
33 if (app->entry && (app->flags & APP_FLAG_NO_AUTOSTART) == 0) { in apps_init()
34 start_app(app, true); in apps_init()
42 app->entry(app, NULL); in app_thread_entry()
65 for (app = &__start_apps; app != &__stop_apps; app++) { in app_start_by_name()
78 for (app = &__start_apps; app != &__stop_apps; app++) { in list_apps()
[all …]
/lk-master/project/
A Dnucleo-f072rb.mk2 app/tests \
3 app/shell \
4 app/cdcserialtest \
A Drpi2-test.mk6 app/shell \
7 app/stringtests \
8 app/tests \
A Dvim2-test.mk7 app/shell \
8 app/stringtests \
9 app/tests \
A Duzed-bootloader.mk4 app/shell \
5 app/zynq-common \
6 app/lkboot
A Drpi3-test.mk6 app/shell \
7 app/stringtests \
8 app/tests \
A Dzybo-test.mk4 app/inetsrv \
5 app/shell \
6 app/lkboot \
A Duzed-test.mk4 app/inetsrv \
5 app/lkboot \
6 app/shell \
A Dor1ksim.mk3 app/shell \
4 app/tests \
A Dlpcxpresso4337-test.mk3 app/shell \
4 app/udctest
A Dstm3220g-eval.mk3 app/tests \
4 app/shell
A Dnrf51-pca10028-test.mk2 app/shell \
3 app/tests \
A Dnrf52-pca10040-test.mk2 app/shell \
3 app/tests \
A Dnrf52-pca10056-test.mk2 app/shell \
3 app/tests \
A Dlpcexpresso1549-test.mk2 app/shell \
3 app/tests \
A Dstm32-h103-test.mk2 app/tests \
3 app/shell \
A Dstm32-p107-test.mk3 app/tests \
4 app/shell
A Dstm32-p407-test.mk3 app/tests \
4 app/shell
/lk-master/project/virtual/
A Dtest.mk4 app/shell \
5 app/stringtests \
6 app/tests \
A Dminip.mk5 app/inetsrv
/lk-master/app/moot/
A Dmoot.c31 static void moot_init(const struct app_descriptor *app) { in moot_init() argument
37 static void moot_entry(const struct app_descriptor *app, void *args) { in moot_entry() argument
/lk-master/app/cdcserialtest/
A Dcdcserialtest.c23 static void cdctest_init(const struct app_descriptor *app) { in cdctest_init() argument
27 static void cdctest_entry(const struct app_descriptor *app, void *args) { in cdctest_entry() argument
/lk-master/platform/bcm28xx/
A Drules.mk65 app/shell \
66 app/tests \
/lk-master/app/udctest/
A Dudctest.c67 static void udctest_init(const struct app_descriptor *app) { in udctest_init() argument
83 static void udctest_entry(const struct app_descriptor *app, void *args) { in udctest_entry() argument
/lk-master/app/usbtest/
A Dusbtest.c78 static void usbtest_init(const struct app_descriptor *app) { in usbtest_init() argument
85 static void usbtest_entry(const struct app_descriptor *app, void *args) { in usbtest_entry() argument

Completed in 9 milliseconds

123