Home
last modified time | relevance | path

Searched full:gz (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/tests/application_development/gen_inc_file/
DCMakeLists.txt18 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.gz.inc --gzip)
19 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.mtime.gz.inc
21 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.partial.gz.inc
/Zephyr-latest/samples/sensor/bmi270/
DREADME.rst47 AX: 0.268150; AY: 0.076614; AZ: 9.730035; GX: 0.001065; GY: -0.005326; GZ: -0.004261;
48 AX: 0.229843; AY: 0.076614; AZ: 9.806650; GX: 0.000532; GY: -0.005592; GZ: -0.002929;
49 AX: 0.229843; AY: 0.076614; AZ: 9.806650; GX: 0.000266; GY: -0.006125; GZ: -0.002663;
50 AX: 0.306457; AY: 0.038307; AZ: 9.768342; GX: 0.001331; GY: -0.005326; GZ: -0.004793;
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dws.c15 #include "index.html.gz.inc"
29 #include "style.css.gz.inc"
43 #include "favicon-16x16.png.gz.inc"
/Zephyr-latest/tests/net/lib/http_server/crime/
DCMakeLists.txt17 generate_inc_file_for_target(app ${source_file_index} ${gen_dir}/index.html.gz.inc --gzip)
21 generate_inc_file_for_target(app ${source_file_not_found} ${gen_dir}/not_found_page.html.gz.inc --g…
/Zephyr-latest/samples/net/sockets/echo_server/
DCMakeLists.txt57 generate_inc_file_for_target(app src/ws_console/index.html ${gen_dir}/index.html.gz.inc --gzip)
58 generate_inc_file_for_target(app src/ws_console/style.css ${gen_dir}/style.css.gz.inc --gzip)
59 …generate_inc_file_for_target(app src/ws_console/favicon-16x16.png ${gen_dir}/favicon-16x16.png.gz.…
/Zephyr-latest/subsys/net/lib/http/
DREADME_http_parser9 https://github.com/nodejs/http-parser/archive/v2.7.1.tar.gz
DKconfig214 2. gzip -> .gz
/Zephyr-latest/tests/net/lib/http_server/tls/
DCMakeLists.txt48 generate_inc_file_for_target(app ${source_file_index} ${gen_dir}/index.html.gz.inc --gzip)
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst324 - :file:`Toolchain_Linux.tar.gz`
325 - :file:`Toolchain_Mac.tar.gz`
333 tar xvzf Toolchain_Linux.tar.gz
334 tar xvzf openocd.tar.gz
335 tar xvzf riscv32-unknown-elf-gcc.tar.gz
340 :file:`riscv32-unknown-elf-gcc.tar.gz` file doesn't expand into a
343 tar xvzf Toolchain_Mac.tar.gz
344 tar xvzf openocd.tar.gz
346 mv riscv32-unknown-elf-gcc.tar.gz riscv32-unknown-elf-gcc
348 tar xvzf riscv32-unknown-elf-gcc.tar.gz
/Zephyr-latest/tests/application_development/gen_inc_file/src/
Dmain.c27 #include <file.bin.gz.inc>
31 #include <file.bin.mtime.gz.inc>
35 #include <file.bin.partial.gz.inc>
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst71 Select the option ``xilinx-kv260.tar.gz``, and just decompress it to the target rootfs
77 $ sudo tar -C /media/rootfs -xzf xilinx-kv260.tar.gz
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst203 #include "index.html.gz.inc"
228 generate_inc_file_for_target(app ${source_file_index} ${gen_dir}/index.html.gz.inc --gzip)
252 gzipped, .gz must be appended to the file name (e.g. index.html.gz), then the
253 server delivers index.html.gz when the client requests index.html and adds gzip
/Zephyr-latest/samples/net/sockets/http_server/
DCMakeLists.txt65 ${gen_dir}/${web_resource}.gz.inc
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
DREADME.md26 …ow.org/models/tflite/magic_wand/data.tar.gz](http://download.tensorflow.org/models/tflite/magic_wa…
Dtrain_magic_wand_model.ipynb124 "!wget http://download.tensorflow.org/models/tflite/magic_wand/data.tar.gz\n",
126 "!tar xvzf data.tar.gz -C train 1>/dev/null"
/Zephyr-latest/boards/mediatek/
Dindex.rst123 (cd overlays; ln -s ../../xtensa-overlay/xtensa_mt8186.tar.gz xtensa_${TC}.tar.gz)
/Zephyr-latest/samples/sensor/bmi270/src/
Dmain.c78 "GX: %d.%06d; GY: %d.%06d; GZ: %d.%06d;\n", in main()
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst116 …found `here <https://releases.rocketboards.org/release/2018.05/gsrd/hw/cv_soc_devkit_ghrd.tar.gz>`_
170 …download `cv_soc_devkit_ghrd.tar.gz <https://releases.rocketboards.org/release/2018.05/gsrd/hw/cv_…
195 * u-boot-spl : Cyclone® V SoC DevKit GSRD preloader (copied from GSRD: cv_soc_devkit_ghrd.tar.gz)
/Zephyr-latest/.github/workflows/
Ddoc-build.yml39 …ygen/releases/download/Release_${DOXYGEN_VERSION//./_}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz"
40 sudo tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz -C /opt
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c41 #include "index.html.gz.inc"
45 #include "main.js.gz.inc"
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c502 data->gz = (int16_t)sys_get_le16(&buf[10]); in bmi270_sample_fetch()
509 data->gz = 0; in bmi270_sample_fetch()
538 channel_gyro_convert(val, data->gz, data->gyr_range); in bmi270_channel_get()
544 channel_gyro_convert(&val[2], data->gz, in bmi270_channel_get()
Dbmi270.h261 int16_t ax, ay, az, gx, gy, gz; member
/Zephyr-latest/tests/net/lib/http_server/crime/src/
Dmain.c21 #include "index.html.gz.inc"
/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dmain.c90 #include "index.html.gz.inc"
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst228 dev$ ssh root@cros zcat /proc/config.gz > .config

12