Home
last modified time | relevance | path

Searched full:- (Results 1 – 25 of 3111) sorted by relevance

12345678910>>...125

/vendor/bestechnic/mini_distributed_music_player/
DREADME_zh.md4 - DM认证过程有严格操作顺序要求,不能随意更改。
10 # +-------------------------------------+
11 # | +----------+ +----------+ |
13 # +-----------------+ +----------+ +----------+
14 # | 分布式音乐播放器 | --->
15 # +-----------------+ +----------+ +----------+
17 # | +----------+ +----------+ |
18 # +-------------------------------------+
24 # +---------+ +----------+
25 # | 发现设备 | ---> | 发现设备 |
[all …]
/vendor/lockzhiner/lingpi/samples/a1_kernel_task/
DREADME_zh.md1 # 小凌派-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
/vendor/lockzhiner/lingpi/samples/a3_kernel_timer/
DREADME_zh.md1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-定时器
5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行定时器编程开发。
7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)
38 | :------- | :----------------- |
48--------------------------------------------------------------------------------------------------…
65 | :------ | :------- |
71 | :------------------------------------------------------------------------------------------------…
88 | :------ | :------- |
94 | :------------------------------------------------------------------------------------------------…
111 | :------ | :------- |
[all …]
/vendor/lockzhiner/lingpi/samples/a5_kernel_queue/
DREADME_zh.md1 # 小凌派-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
/vendor/lockzhiner/lingpi/samples/a2_kernel_semaphore/
DREADME_zh.md1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-信号量
5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,通过信号量控制不同的线程,实现任务之间的同步。
7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)
41 | :-------- | :--------------- |
48 | :------------------------------------------------------------------------------------- | :--- |
65 | :-------- | :--------------- |
71--------------------------------------------------------------------------------------------------…
87 | :-------- | :--------------- |
94--------------------------------------------------------------------------------------------------…
110 | :-------- | :--------------- |
[all …]
/vendor/lockzhiner/lingpi/samples/a4_kernel_mutex/
DREADME_zh.md1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-互斥锁
5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行互斥锁编程开发。
7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)
32 | :-------- | :--------------- |
38 | :---------------------------------------------------- | :--- |
55 | :-------- | :--------------- |
61 | :------------------------------------------------- | :--- |
78 | :-------- | :--------------- |
85--------------------------------------------------------------------------------------------------…
102 | :-------- | :--------------- |
[all …]
/vendor/unionman/unionpi_tiger/sample/hardware/npu/vnn/lenet_mnist/
Dvnn_Lenet.c8 * http://www.apache.org/licenses/LICENSE-2.0
17 /*-------------------------------------------
19 -------------------------------------------*/
28 /*-------------------------------------------
30 -------------------------------------------*/
38 …(_node)->uid = (uint32_t)(_uid); …
98 /*-------------------------------------------
100 -------------------------------------------*/
102 /*-------------------------------------------
104 -------------------------------------------*/
[all …]
/vendor/lockzhiner/lingpi/samples/a6_kernel_event/
DREADME_zh.md1 # 小凌派-RK2206开发板OpenHarmonyOS内核开发-事件
5 本例程演示如何在小凌派-RK2206开发板上使用鸿蒙LiteOS-M内核接口,进行事件编程开发。例程创建一个事件,两个任务;任务1调用读事件接口等待事件通知,任务2调用写事件接口通知任务1事件到达。
7 ![小凌派-RK2206开发板](../../docs/figures/lockzhiner-rk2206.jpg)
30 | :------ | :------------- |
36 | :----------------------- | :--- |
54 | :-------- | :------------- |
63--------------------------------------------------------------------------------------------------…
80 | :------ | :--------------- |
87 | :-------------------------------------------------------------- | :--- |
104 | :-------- | :--------------- |
[all …]
/vendor/unionman/unionpi_tiger/sample/hardware/npu/vnn/yolo/
Dvnn_yolov5s.c8 * http://www.apache.org/licenses/LICENSE-2.0
17 /*-------------------------------------------
19 -------------------------------------------*/
28 /*-------------------------------------------
30 -------------------------------------------*/
38 …(_node)->uid = (uint32_t)(_uid); …
98 /*-------------------------------------------
100 -------------------------------------------*/
102 /*-------------------------------------------
104 -------------------------------------------*/
[all …]
/vendor/lockzhiner/lingpi/samples/b7_wifi_tcp/
DREADME_zh.md1 # 小凌派-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 …]
/vendor/openvalley/niobeu4/
DNOTICE9 ----------------------------------------------------------------------
14 Copyright (C) 1996-2023 Talkweb Information System Co.,Ltd.
21 ----------------------------------------------------------------------
22 Software: esp-idf 4.3.1
32 http://www.apache.org/licenses/LICENSE-2.0
39 ----------------------------------------------------------------------
/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/
DREADME.md35 * 将`"//applications/sample/wifi-iot/app"`替换为`"easy_wifi:app"`
51 | ------------------------------------------------------------ | ----------------------------------…
75 | ------------------- | ------------------ |
89 | ------------------------------------------------------------ | -------------------- |
107 | ----------------------- | -------------------------------- |
/vendor/hihope/dayu210/bluetooth/
DNOTICE9 ----------------------------------------------------------------------
10 Software: rockchip-android hardware-broadcom-libbt
11 https://github.com/rockchip-android/hardware-broadcom-libbt
15 Copyright 2009-2012 Broadcom Corporation
17 Copyright (C) 1999-2012 Broadcom Corporation
18 Copyright (C) 2009-2012 Broadcom Corporation
24 ----------------------------------------------------------------------
/vendor/telink/
DNOTICE.md10 ----------------------------------------------------------------------
19 ----------------------------------------------------------------------
/vendor/unionman/unionpi_tiger/sample_api10/app/uart_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME="`pwd -P`"
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample_api10/app/factory/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample_api10/app/mindspore/mindspore_demo/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample/app/i2c_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME="`pwd -P`"
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample/app/A311D_FactoryTest_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample/app/ble_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample_api10/app/adc_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME="`pwd -P`"
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample_api10/app/two_videoPlayer/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME="`pwd -P`"
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample_api10/app/I2cPwmDemo/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample/app/bluetoothScanLink_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]
/vendor/unionman/unionpi_tiger/sample/app/yolotest_app/
Dhvigorw3 # ----------------------------------------------------------------------------
7 # ------------------
8 # NODE_HOME - location of a Node home dir
11 # ----------------------------------------------------------------------------
13 HVIGOR_APP_HOME=$(dirname $(readlink -f $0))
14 HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js
17 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}" ];then
33 if [ ! -x "$EXECUTABLE_NODE" ];then
[all …]

12345678910>>...125