Searched full:- (Results 1 – 25 of 3111) sorted by relevance
12345678910>>...125
4 - DM认证过程有严格操作顺序要求,不能随意更改。10 # +-------------------------------------+11 # | +----------+ +----------+ |13 # +-----------------+ +----------+ +----------+ 14 # | 分布式音乐播放器 | ---> 15 # +-----------------+ +----------+ +----------+ 17 # | +----------+ +----------+ |18 # +-------------------------------------+24 # +---------+ +----------+25 # | 发现设备 | ---> | 发现设备 |[all …]
1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-任务5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行任务编程开发。例程创建两个任务,任务1 1s执行一次,任务2 2s执行一次。7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)13 …调度方式。高优先级的任务可打断低优先级任务,低优先级任务只能在高优先级任务阻塞或结束后才能得到调度。鸿蒙LiteOS操作系统的任务一共有32个优先级(0-31),最高优先级为0,最低优先级为31(…33 | :------------ | :------------- |40 …--------------------------------------------------------------------------------------------------…56 | :----- | :--------------- |62 … :------------------------------------------------------------------------------------------------…144 hb build -f
1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-定时器5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行定时器编程开发。7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)38 | :------- | :----------------- |48 …--------------------------------------------------------------------------------------------------…65 | :------ | :------- |71 | :------------------------------------------------------------------------------------------------…88 | :------ | :------- |94 | :------------------------------------------------------------------------------------------------…111 | :------ | :------- |[all …]
1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-队列5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行队列编程开发。例程创建一个队列,两个任务;任务1调用写队列接口发送消息,任务2调用读队列接口接收消息。7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)36 | :--------- | :----------------- |46 …--------------------------------------------------------------------------------------------------…63 | :------ | :--------------- |69 | :------------------------------------------------------------------------------------------- | :-…89 | :--------- | :--------------- |98 …--------------------------------------------------------------------------------------------------…214 hb build -f
1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-信号量5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,通过信号量控制不同的线程,实现任务之间的同步。7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)41 | :-------- | :--------------- |48 | :------------------------------------------------------------------------------------- | :--- |65 | :-------- | :--------------- |71 …--------------------------------------------------------------------------------------------------…87 | :-------- | :--------------- |94 …--------------------------------------------------------------------------------------------------…110 | :-------- | :--------------- |[all …]
1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-互斥锁5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行互斥锁编程开发。7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)32 | :-------- | :--------------- |38 | :---------------------------------------------------- | :--- |55 | :-------- | :--------------- |61 | :------------------------------------------------- | :--- |78 | :-------- | :--------------- |85 …--------------------------------------------------------------------------------------------------…102 | :-------- | :--------------- |[all …]
8 * http://www.apache.org/licenses/LICENSE-2.017 /*-------------------------------------------19 -------------------------------------------*/28 /*-------------------------------------------30 -------------------------------------------*/38 …(_node)->uid = (uint32_t)(_uid); …98 /*-------------------------------------------100 -------------------------------------------*/102 /*-------------------------------------------104 -------------------------------------------*/[all …]
1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-事件5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行事件编程开发。例程创建一个事件,两个任务;任务1调用读事件接口等待事件通知,任务2调用写事件接口通知任务1事件到达。7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)30 | :------ | :------------- |36 | :----------------------- | :--- |54 | :-------- | :------------- |63 …--------------------------------------------------------------------------------------------------…80 | :------ | :--------------- |87 | :-------------------------------------------------------------- | :--- |104 | :-------- | :--------------- |[all …]
1 # 小凌派-RK2206开发板基础外设开发——wifi-tcp通信3 本示例将演示如何在小凌派-RK2206开发板上使用wifi进行tcp通信5 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)25 ![wifi ip地址](/vendor/lockzhiner/lingpi/docs/figures/wifi_tcp/2022-05-09_14-17-53wifi_ip.png)31 ![pc ip地址](/vendor/lockzhiner/lingpi/docs/figures/wifi_tcp/2022-05-09_14-25-56pc_ip.png)42 ![pc 网络调试工具](/vendor/lockzhiner/lingpi/docs/figures/wifi_tcp/2022-05-09_14-41-34网络调试工具.png)45 ![tcp start](/vendor/lockzhiner/lingpi/docs/figures/wifi_tcp/2022-05-09_14-45-59tcp_start.png)48 ![网络调试工具 start](/vendor/lockzhiner/lingpi/docs/figures/wifi_tcp/2022-05-09_14-55-05pc_tool_start.pn…51 ![网络调试工具 tcp_msg](/vendor/lockzhiner/lingpi/docs/figures/wifi_tcp/2022-05-09_15-00-15tcp_msg.png)81 | :------- | :------------------------------------------------ |[all …]
9 ----------------------------------------------------------------------14 Copyright (C) 1996-2023 Talkweb Information System Co.,Ltd.21 ----------------------------------------------------------------------22 Software: esp-idf 4.3.132 http://www.apache.org/licenses/LICENSE-2.039 ----------------------------------------------------------------------
35 * 将`"//applications/sample/wifi-iot/app"`替换为`"easy_wifi:app"`51 | ------------------------------------------------------------ | ----------------------------------…75 | ------------------- | ------------------ |89 | ------------------------------------------------------------ | -------------------- |107 | ----------------------- | -------------------------------- |
9 ----------------------------------------------------------------------10 Software: rockchip-android hardware-broadcom-libbt11 https://github.com/rockchip-android/hardware-broadcom-libbt15 Copyright 2009-2012 Broadcom Corporation17 Copyright (C) 1999-2012 Broadcom Corporation18 Copyright (C) 2009-2012 Broadcom Corporation24 ----------------------------------------------------------------------
10 ----------------------------------------------------------------------19 ----------------------------------------------------------------------
3 # ----------------------------------------------------------------------------7 # ------------------8 # NODE_HOME - location of a Node home dir11 # ----------------------------------------------------------------------------13 HVIGOR_APP_HOME="`pwd -P`"14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js17 echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m"22 echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m"31 if [ -n "${NODE_HOME}" ];then33 if [ ! -x "$EXECUTABLE_NODE" ];then[all …]
3 # ----------------------------------------------------------------------------7 # ------------------8 # NODE_HOME - location of a Node home dir11 # ----------------------------------------------------------------------------13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js17 echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m"22 echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m"31 if [ -n "${NODE_HOME}" ];then33 if [ ! -x "$EXECUTABLE_NODE" ];then[all …]