Searched refs:amp_main (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/amp/entry/ |
A D | amp_entry.c | 8 extern int amp_main(); 12 amp_main(); in main()
|
/AliOS-Things-master/components/amp/ampsim/ |
A D | ampsim.c | 4 extern int amp_main(void); 7 amp_main(); in main()
|
/AliOS-Things-master/solutions/amp_demo/ |
A D | amp_entry.c | 13 extern int amp_main(void); 21 aos_task_new_ext(&_task, "amp_task", amp_main, NULL, 8192, AOS_DEFAULT_APP_PRI - 2); in application_start()
|
/AliOS-Things-master/components/amp/example/ |
A D | amp_example.c | 10 extern int amp_main(void); 16 ret = amp_main(); in amp_entry()
|
/AliOS-Things-master/solutions/haas_dev_demo/ |
A D | haas_dev_demo.c | 21 extern int amp_main(void); 53 aos_task_new_ext(&_task, "amp_task", amp_main, NULL, 8192, AOS_DEFAULT_APP_PRI - 2); in ALIOS_CLI_CMD_REGISTER()
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_main.c | 55 int amp_main(void) in amp_main() function 146 return amp_main(); in amp_sysdep_init()
|
A D | Makefile | 5 amp_main.c \
|
/AliOS-Things-master/components/amp/ |
A D | README.md | 48 AliOS Things 轻应用框架的主服务入口在 `entry/amp_entry.c` 中,调用 `amp_main()`, 49 即可启动轻应用服务,在你的项目工程中创建一个任务,将amp_main()注册进去即可。
|
Completed in 16 milliseconds