/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/ |
D | sparkfun_pro_micro_connector.dtsi | 9 compatible = "sparkfun,pro-micro";
|
/Zephyr-latest/boards/adafruit/kb2040/ |
D | sparkfun_pro_micro_connector.dtsi | 9 compatible = "sparkfun,pro-micro";
|
/Zephyr-latest/boards/bbc/microbit/ |
D | board.cmake | 6 # Note: micro:bit DAPLink may be upgraded to J-Link OB by following the instructions at
|
/Zephyr-latest/boards/bbc/microbit/doc/ |
D | index.rst | 6 The Micro Bit (also referred to as BBC Micro Bit, stylized as micro:bit) is an 28 The micro:bit has the following physical features:
|
/Zephyr-latest/boards/st/nucleo_l412rb_p/doc/ |
D | index.rst | 53 - 0.7 |micro| A Stop 2 mode, 0.95 |micro| A with RTC 54 - 79 |micro| A/MHz run mode (LDO Mode) 55 - 28 |micro| A/MHz run mode (@3.3 V SMPS Mode) 57 - 4 |micro| s wakeup from Stop mode 102 - 2x 12-bit ADC 5 Msps, up to 16-bit with hardware oversampling, 200 |micro| A/Msps
|
/Zephyr-latest/doc/ |
D | substitutions.txt | 22 .. |micro| unicode:: U+000B5 .. MICRO SIGN
|
/Zephyr-latest/boards/bbc/microbit_v2/ |
D | board.cmake | 7 # Note: micro:bit v2 DAPLink may be upgraded to J-Link OB by following the instructions at
|
/Zephyr-latest/boards/ronoth/lodev/doc/ |
D | index.rst | 36 The LoDev has two rows of headers. Pin 1 on both connectors is closest to the micro-USB connector … 39 When viewed from the top (component) side of the board, with the micro-USB connector closest and RF… 42 UART1 on the S76S SiP is connected to a USB-to-UART device connected to the micro USB connector, so…
|
/Zephyr-latest/tests/drivers/adc/adc_rescale/boards/ |
D | native_sim.overlay | 20 shunt-resistor-micro-ohms = <500000>;
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 22 micro:bit boards, such as the ability to send messages using the board's 25 addresses in the range of 0x0001-0x0009 for the micro:bit since these
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train_magic_wand_model.ipynb | 39 …and](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro/examples/magic_wan… 45 …earch.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wan… 48 …ef=\"https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wan… 98 "!cp -r tensorflow/tensorflow/lite/micro/examples/magic_wand/train train"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor.h | 1498 static inline int sensor_value_from_micro(struct sensor_value *val, int64_t micro) in sensor_value_from_micro() argument 1500 if (micro < ((int64_t)INT32_MIN - 1) * 1000000LL || in sensor_value_from_micro() 1501 micro > ((int64_t)INT32_MAX + 1) * 1000000LL) { in sensor_value_from_micro() 1505 val->val1 = (int32_t)(micro / 1000000LL); in sensor_value_from_micro() 1506 val->val2 = (int32_t)(micro % 1000000LL); in sensor_value_from_micro()
|
/Zephyr-latest/boards/st/sensortile_box/doc/ |
D | index.rst | 35 - 1 x USB OTG FS (SoC) with micro-B connector 43 - micro-SD connector 116 SensorTile.box can be connected as a USB device to a PC host through its micro-B connector. 148 micro-USB cable to the USB OTG SensorTile.box
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/ |
D | litex-vexriscv-tflite.robot | 62 …Execute Command sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make… 80 …Execute Command sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make…
|
/Zephyr-latest/drivers/sensor/bosch/bmi323/ |
D | bmi323.c | 111 static void bosch_bmi323_sensor_value_from_micro(struct sensor_value *result, int64_t micro) in bosch_bmi323_sensor_value_from_micro() argument 113 int32_t int_part = (int32_t)(micro / 1000000); in bosch_bmi323_sensor_value_from_micro() 114 int32_t frac_part = (int32_t)(micro % 1000000); in bosch_bmi323_sensor_value_from_micro() 981 int64_t micro; in bosch_bmi323_driver_api_fetch_temperature() local 994 micro = bosch_bmi323_value_to_micro(buf, IMU_BOSCH_DIE_TEMP_MICRO_DEG_CELCIUS_LSB); in bosch_bmi323_driver_api_fetch_temperature() 996 micro += IMU_BOSCH_DIE_TEMP_OFFSET_MICRO_DEG_CELCIUS; in bosch_bmi323_driver_api_fetch_temperature() 998 bosch_bmi323_sensor_value_from_micro(&data->temperature, micro); in bosch_bmi323_driver_api_fetch_temperature()
|
/Zephyr-latest/samples/drivers/video/capture/ |
D | README.rst | 34 J35 camera connector. A USB cable should be connected from a host to the micro 38 J2 camera connector. A USB cable should be connected from a host to the micro
|
/Zephyr-latest/boards/shields/adafruit_winc1500/doc/ |
D | index.rst | 12 The shield also provides a micro SD card socket
|
/Zephyr-latest/samples/drivers/video/tcpserversink/ |
D | README.rst | 25 J35 camera connector. A USB cable should be connected from a host to the micro
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 58 int "Delay used for polling asynchronous jobs in micro-seconds"
|
/Zephyr-latest/boards/qorvo/decawave_dwm3001cdk/doc/ |
D | index.rst | 36 Connect to the bottom micro-USB port labeled as J-Link and run your favorite
|
/Zephyr-latest/boards/st/st25dv_mb1283_disco/doc/ |
D | index.rst | 35 - User micro USB 36 - USB micro or mini connector for board powering
|
/Zephyr-latest/samples/basic/servo_motor/ |
D | README.rst | 46 BBC micro:bit
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | README.rst | 24 TFT LCD display. Connect a USB cable from a host to the micro USB-C connector on the
|
/Zephyr-latest/boards/renesas/ek_ra6m3/doc/ |
D | index.rst | 27 - USB Full Speed Host and Device (micro AB connector) 59 - USB High Speed Host and Device (micro-AB connector)
|
/Zephyr-latest/boards/renesas/ek_ra6m5/doc/ |
D | index.rst | 27 - USB Full Speed Host and Device (micro-AB connector) 60 - USB High Speed Host and Device (micro-AB connector)
|