Home
last modified time | relevance | path

Searched +full:- +full:qq (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/boards/fanke/fk750m1_vbt6/
DKconfig.fk750m1_vbt61 # Copyright (c) 2024 zack jiang <1125934312@qq.com>
2 # SPDX-License-Identifier: Apache-2.0
Dfk750m1_vbt6_defconfig1 # Copyright (c) zack jiang <1125934312@qq.com>
2 # SPDX-License-Identifier: Apache-2.0
Dfk750m1_vbt6.dts2 * Copyright (c) 2024 zack jiang <1125934312@qq.com>
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h750vbtx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
15 model = "FANKE FK750M1-VBT6 board";
16 compatible = "fanke,fk750m1-vbt6";
20 zephyr,shell-uart = &usart1;
[all …]
/Zephyr-latest/boards/fanke/fk750m1_vbt6/support/
Dopenocd.cfg1 # Copyright (c) zack jiang <1125934312@qq.com>
2 # SPDX-License-Identifier: Apache-2.0
4 source [find interface/stlink-dap.cfg]
10 set BOARDNAME FK750M1-VBT6
/Zephyr-latest/arch/arm/core/cortex_m/
Dirq_relay.S2 * Copyright (c) 2018 Ding Tao <miyatsu@qq.com>
4 * SPDX-License-Identifier: Apache-2.0
10 * @brief IRQ relay vector table and relay handler for Cortex-M0 or
11 * Armv8-M baseline SoCs
13 * In certain ARMv6-M and Armv8-M baseline cores the vector table address can
/Zephyr-latest/scripts/coredump/coredump_parser/
Dlog_parser.py5 # SPDX-License-Identifier: Apache-2.0
113 ptr_fmt = "QQ"
122 size = eaddr - saddr
171 self.fd.seek(-1, 1) # go back 1 byte
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_magic_wand_model.ipynb11 " http://www.apache.org/licenses/LICENSE-2.0\n",
43 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
48 …ic_wand_model.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View s…
60 …efore you proceed, ensure you are using a GPU runtime by going to **Runtime -> Change runtime type…
96 "!git clone --depth 1 -q https://github.com/tensorflow/tensorflow\n",
98 "!cp -r tensorflow/tensorflow/lite/micro/examples/magic_wand/train train"
126 "!tar xvzf data.tar.gz -C train 1>/dev/null"
161 "id": "5-cmVbFvhTvy"
181 "%tensorboard --logdir logs/scalars"
206 "!python train.py --model CNN --person true"
[all …]
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_riscv_gcc.h7 * Copyright (c) 2019, Huang Qi <757509347@qq.com>.
9 * SPDX-License-Identifier: Apache-2.0
215 * that pends and triggers a co-operative context switch to a low priority
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py3 # SPDX-License-Identifier: Apache-2.0
27 # specific SOC anyway), so it really doesn't matter and we hard-code
30 # (For future reference: in /proc/device-tree on current ChromeOS
33 # that device node, and the two dram areas are "memory-region"
35 # nodes under "/reserved-memory").
46 compat = readfile(glob("/proc/device-tree/**/adsp@*/compatible", recursive=True)[0], "r")
47 m = re.match(r'.*(mt\d{4})-dsp', compat)
54 # also refers by reference to reserved-memory regions of system
60 path = glob("/proc/device-tree/**/adsp@*/", recursive=True)[0]
61 rnames = readfile(path + "reg-names", "r").split('\0')[:-1]
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/img/
Dl2cap_k_frame.drawio.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Do not edit this file with editors other than draw.io -->
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-0.5 -0.5 1003 500" class="ge-export-svg-auto" content="&lt;mxfile host=&quot;app.diagrams.net&quo…
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c5 * SPDX-License-Identifier: Apache-2.0
67 static const char valid_time_string[] = "2023-08-04T04:40:13";
68 static const char valid_time2_string[] = "2001-01-02T03:04:05";
70 static const char invalid_time2_string[] = "20a1-b1-aTbb:dd:qq";
71 static const char invalid_time3_string[] = "1820-01-02T03:04:05";
101 result->found = false; in mcumgr_ret_decode()
108 result->group = (uint16_t)tmp_group; in mcumgr_ret_decode()
109 result->rc = (uint16_t)tmp_rc; in mcumgr_ret_decode()
110 result->found = true; in mcumgr_ret_decode()
194 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
[all …]
/Zephyr-latest/scripts/
Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
67 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
78 -q, --quiet quiet
79 --no-tree run without a kernel tree
80 --no-signoff do not check for 'Signed-off-by' line
81 --patch treat FILE as patchfile (default)
82 --emacs emacs compile window format
83 --terse one line per report
[all …]
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb31 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
36 …o_world_model.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View s…
53 "id": "5PYwRFppd-WB"
84 "outputId": "510567d6-300e-40e2-f5b8-c3520a3f3a8b",
97 …"Requirement already satisfied: tensorflow==2.4.0rc0 in /usr/local/lib/python3.6/dist-packages (2.…
98 …"Requirement already satisfied: termcolor~=1.1.0 in /usr/local/lib/python3.6/dist-packages (from t…
99 …"Requirement already satisfied: gast==0.3.3 in /usr/local/lib/python3.6/dist-packages (from tensor…
100 …"Requirement already satisfied: astunparse~=1.6.3 in /usr/local/lib/python3.6/dist-packages (from …
101 …"Requirement already satisfied: absl-py~=0.10 in /usr/local/lib/python3.6/dist-packages (from tens…
102 …"Requirement already satisfied: keras-preprocessing~=1.1.2 in /usr/local/lib/python3.6/dist-packag…
[all …]