Home
last modified time | relevance | path

Searched refs:amp_main (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/amp/entry/
A Damp_entry.c8 extern int amp_main();
12 amp_main(); in main()
/AliOS-Things-master/components/amp/ampsim/
A Dampsim.c4 extern int amp_main(void);
7 amp_main(); in main()
/AliOS-Things-master/solutions/amp_demo/
A Damp_entry.c13 extern int amp_main(void);
21 aos_task_new_ext(&amp_task, "amp_task", amp_main, NULL, 8192, AOS_DEFAULT_APP_PRI - 2); in application_start()
/AliOS-Things-master/components/amp/example/
A Damp_example.c10 extern int amp_main(void);
16 ret = amp_main(); in amp_entry()
/AliOS-Things-master/solutions/haas_dev_demo/
A Dhaas_dev_demo.c21 extern int amp_main(void);
53 aos_task_new_ext(&amp_task, "amp_task", amp_main, NULL, 8192, AOS_DEFAULT_APP_PRI - 2); in ALIOS_CLI_CMD_REGISTER()
/AliOS-Things-master/components/amp/main/
A Damp_main.c55 int amp_main(void) in amp_main() function
146 return amp_main(); in amp_sysdep_init()
A DMakefile5 amp_main.c \
/AliOS-Things-master/components/amp/
A DREADME.md48 AliOS Things 轻应用框架的主服务入口在 `entry/amp_entry.c` 中,调用 `amp_main()`,
49 即可启动轻应用服务,在你的项目工程中创建一个任务,将amp_main()注册进去即可。

Completed in 16 milliseconds