Searched full:cat (Results 1 – 25 of 56) sorted by relevance
123
| /Zephyr-latest/dts/bindings/dsa/ |
| D | microchip,ksz8794.yaml | 17 0x02: 1) CAT-5E/6 Short Cable with a Link Issue for the KSZ8795 Family 18 0x04: 2) CAT-5E/6 Short Cable with a Link Issue for the KSZ8795 Family
|
| /Zephyr-latest/scripts/checkpatch/ |
| D | check_known_checkpatch_issues.sh | 84 cat ${diff_file} 89 $(cat ${diff_file} | \ 94 $(cat ${diff_file} | \ 99 $(cat ${diff_file} | \ 104 $(cat ${diff_file} | \
|
| D | do_checkpatch.sh | 20 for i in `cat $1_error.types`; do 23 for i in `cat $1_warning.types`; do
|
| /Zephyr-latest/drivers/ethernet/ |
| D | dsa_ksz8xxx.c | 461 * When using some type of short cable (for example, CAT-6 cable with low 462 * attenuation to high frequencies signal vs. CAT-5 cable) or board to board 505 * Ethernet short cables like CAT-5, CAT-5e without any problem. 525 * Solution for Using CAT-5E or CAT-6 Short Cable with a Link Issue for the 529 * Solution for Using CAT-5E or CAT-6 Short Cable with a Link Issue for the 531 * https://microchipsupport.force.com/s/article/Solution-for-Using-CAT-5E-or 532 * -CAT-6-Short-Cable- with-a-Link-Issue-for-the-KSZ8795-Family 538 * short CAT-5E or CAT-6 cable (about <=30 meter). The failure rate may be about 543 * Basically, KSZ8795 10/100 Ethernet switch family was designed based on CAT-5 545 * cables of CAT-5E and CAT-6, both cables have wider bandwidth that has [all …]
|
| /Zephyr-latest/drivers/modem/ |
| D | Kconfig.simcom-sim7080 | 62 bool "Cat-M1" 64 Enable Cat-M1 mode.
|
| D | Kconfig.hl7800 | 60 Enable LTE Cat-M1 mode during modem init. 65 Enable LTE Cat-NB1 mode during modem init.
|
| /Zephyr-latest/tests/bsim/ |
| D | run_parallel.sh | 86 (>&2 cat {#}.log) 88 cat {#}.log | eval $CLEAN_XML 106 cat $i.log 108 cat $i.log | eval $CLEAN_XML >> $tmp_res_file 123 | cat - $tmp_res_file > $RESULTS_FILE
|
| D | compile.source | 79 { ret="$?"; print_error_info ; cat cmake.out && return $ret; } 84 { ret="$?"; print_error_info ; cat ninja.out && return $ret; }
|
| /Zephyr-latest/samples/net/cloud/aws_iot_mqtt/boards/ |
| D | mg100.conf | 5 # NB-IoT has large latency, so increase timeouts. It is ok to use this for Cat-M1 as well.
|
| D | pinnacle_100_dvk.conf | 5 # NB-IoT has large latency, so increase timeouts. It is ok to use this for Cat-M1 as well.
|
| /Zephyr-latest/dts/bindings/sensor/ |
| D | meas,ms5607-i2c.yaml | 6 The Datasheet is at https://www.te.com/usa-en/product-CAT-BLPS0035.html
|
| D | meas,ms5607-spi.yaml | 6 The Datasheet is at https://www.te.com/usa-en/product-CAT-BLPS0035.html
|
| /Zephyr-latest/samples/net/sockets/http_get/ |
| D | overlay-hl7800.conf | 7 # NB-IoT has large latency, so increase timeouts. It is ok to use this for Cat-M1 as well.
|
| /Zephyr-latest/samples/net/lwm2m_client/ |
| D | overlay-hl7800.conf | 11 # NB-IoT has large latency, so increase timeouts. It is ok to use this for Cat-M1 as well.
|
| /Zephyr-latest/boards/rakwireless/rak5010/doc/ |
| D | index.rst | 7 with integrated LTE CAT M1 & NB1, GPS, BLE, and sensors. 8 It is built on the Quectel BG96 LTE CAT M1 & NB1 module, 30 - Quectel BG96, with LTE CAT M1, LTE NB1, and GNSS
|
| /Zephyr-latest/tests/unit/crc/ |
| D | main.c | 75 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-kermit in ZTEST() 82 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-dect-x in ZTEST() 95 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-modbus in ZTEST() 114 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-kermit in ZTEST() 119 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-ibm-sdlc in ZTEST() 159 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-xmodem in ZTEST() 164 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-ibm-3740 in ZTEST() 169 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-gsm in ZTEST()
|
| /Zephyr-latest/.github/workflows/ |
| D | license_check.yml | 28 report=$(cat ./artifacts/report.txt)
|
| D | errno.yml | 29 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
|
| D | coding_guidelines.yml | 55 errors=$(cat output.txt)
|
| D | twister-prep.yaml | 80 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV 89 cat .testplan >> $GITHUB_ENV
|
| D | twister_tests_blackbox.yml | 53 echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
|
| /Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/tls_config/ |
| D | cert.h | 13 * "cat ca.crt | sed -e '1d;$d' | base64 -d |xxd -i"
|
| /Zephyr-latest/samples/boards/96boards/argonkey/microphone/ |
| D | README.rst | 87 cat /dev/ttyUSB0 > /tmp/sound.raw 89 .. note:: The "cat /dev/ttyUSB0 > /tmp/sound.raw" command should be launched after the audio
|
| /Zephyr-latest/include/zephyr/sys/ |
| D | crc.h | 111 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-modbus 155 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-kermit 159 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-ibm-sdlc 188 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-xmodem 192 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-ibm-3740 196 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-gsm
|
| /Zephyr-latest/samples/sensor/ms5837/ |
| D | README.rst | 52 .. _MS5837 Sensor: http://www.te.com/usa-en/product-CAT-BLPS0017.html?q=&type=products&samples=N&q2…
|
123