Home
last modified time | relevance | path

Searched refs:micro (Results 1 – 25 of 143) sorted by relevance

123456

/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt33 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/fft_flexbuffers_generated_data.cc
34 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/rfft.cc
35 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/window.cc
36 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/window_flexbuffers_generated_data.cc
46 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/debug_log.cc
47 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/fake_micro_context.cc
48 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/memory_helpers.cc
49 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/micro_allocation_info.cc
50 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helpers.cc
51 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helper_custom_ops.cc
[all …]
/Zephyr-latest/samples/boards/bbc/microbit/sound/
DREADME.rst5 Use the piezo buzzer on the BBC micro:bit board.
11 to port P0 on the edge connector of the **BBC micro:bit v1** or
12 using the on-board buzzer on the **BBC micro:bit v2**.
17 Using **BBC micro:bit v1**, a separate piezo buzzer must be connected to the board.
21 The upgraded **BBC micro:bit v2** board does not need a separate buzzer as it has one
30 Building for a BBC micro:bit v1
39 Building for a BBC micro:bit v2
/Zephyr-latest/drivers/gnss/
Dgnss_parse.c102 int gnss_parse_dec_to_micro(const char *str, uint64_t *micro) in gnss_parse_dec_to_micro() argument
107 __ASSERT(micro != NULL, "micro argument must be provided"); in gnss_parse_dec_to_micro()
109 ret = gnss_parse_dec_to_nano(str, micro); in gnss_parse_dec_to_micro()
114 *micro = (*micro) / GNSS_PARSE_MILLI; in gnss_parse_dec_to_micro()
Dgnss_parse.h36 int gnss_parse_dec_to_micro(const char *str, uint64_t *micro);
/Zephyr-latest/tests/drivers/sensor/ina237/boards/
Dnative_sim.overlay14 rshunt-micro-ohms = <400>;
24 rshunt-micro-ohms = <400>;
34 rshunt-micro-ohms = <0x00ff>;
44 rshunt-micro-ohms = <0xffff>;
/Zephyr-latest/samples/boards/bbc/microbit/
Dmicrobit.rst2 :name: BBC micro:bit
5 Samples that demonstrate some board-specific features on BBC micro:bit.
/Zephyr-latest/samples/boards/bbc/microbit/display/
DREADME.rst4 Use the 5x5 LED matrix display on the BBC micro:bit board.
9 on the BBC micro:bit board.
14 This project outputs various things on the BBC micro:bit display. It can
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/
DREADME.rst4 Implement a line following robot using a BBC micro:bit board and robot chassis.
10 robot chassis containing a BBC micro:bit board.
17 with a BBC micro:bit board. Use black tape to create a line track
19 micro:bit board (described below), turn on the robot,
/Zephyr-latest/samples/boards/bbc/microbit/pong/
DREADME.rst4 Play pong as single player or over Bluetooth between two micro:bit devices.
9 Play pong as single player or over Bluetooth between two micro:bit
13 micro:bit (labeled A and B). Initially the playing mode is selected: use
19 and connect to a second micro:bit which has also been set into multi-player
/Zephyr-latest/tests/drivers/sensor/ina230/boards/
Dnative_sim.overlay14 rshunt-micro-ohms = <2000>;
22 rshunt-micro-ohms = <2000>;
/Zephyr-latest/tests/drivers/build_all/stepper/
Dgpio.dtsi9 micro-step-res = <1>;
19 micro-step-res = <1>;
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/
DREADME.rst20 https://github.com/tensorflow/tflite-micro-arduino-examples/tree/main/examples/magic_wand
28 Add the tflite-micro module to your West manifest and pull it:
32 west config manifest.project-filter -- +tflite-micro
39 :zephyr-app: samples/modules/tflite-micro/magic_wand
51 …renode -e "set zephyr_elf @./build/zephyr/zephyr.elf; s @./samples/modules/tflite-micro/magic_wand…
/Zephyr-latest/drivers/display/
DKconfig.microbit7 bool "BBC micro:bit 5x5 LED Display support"
12 LED matrix display on the BBC micro:bit.
/Zephyr-latest/drivers/serial/
DKconfig.nxp_s3221 Maximum duration in micro-seconds to transfer a byte data in blocking mode.
27 Maximum duration in micro-seconds to receive a byte data in blocking mode.
/Zephyr-latest/samples/modules/tflite-micro/hello_world/
DREADME.rst29 https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/hello_world
37 Add the tflite-micro module to your West manifest and pull it:
41 west config manifest.project-filter -- +tflite-micro
47 :zephyr-app: samples/modules/tflite-micro/hello_world
68 $ west build -p auto -b mps3/corstone300/an547 samples/modules/tflite-micro/hello_world/ -T sample.…
/Zephyr-latest/samples/modules/tflite-micro/
Dtflite-micro.rst1 .. zephyr:code-sample-category:: tflite-micro
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst11 - Configure **micro-stepping resolution** using :c:func:`stepper_set_micro_step_res`
15 - Set **max velocity** in micro-steps per second using :c:func:`stepper_set_max_velocity`
21 - **Move by** +/- micro-steps also known as **relative movement** using :c:func:`stepper_move_by`.
/Zephyr-latest/doc/hardware/peripherals/display/
Dindex.rst23 BBC micro:bit Display
/Zephyr-latest/tests/drivers/stepper/stepper_api/boards/
Dnucleo_g071rb.overlay10 micro-step-res = <1>;
Dqemu_x86_64.overlay25 micro-step-res = <1>;
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
DREADME.md28 …earch.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_wor…
31 …ref="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_wor…
40 …zip](https://storage.googleapis.com/download.tensorflow.org/models/tflite/micro/hello_world_2020_1…
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/
DREADME.rst25 Add the tflite-micro module to your West manifest and pull it:
29 west config manifest.project-filter -- +tflite-micro
46 $ west build -b mps3/corstone300/an547 zephyr/samples/modules/tflite-micro/tflm_ethosu
/Zephyr-latest/boards/bbc/microbit_v2/doc/
Dindex.rst6 The Micro Bit (also referred to as BBC Micro Bit, stylized as micro:bit) is an
21 The micro:bit-v2 has the following physical features:
73 Replace :code:`<tty_device>` with the port where the micro:bit board
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi166 rshunt-micro-ohms = <510000>;
177 rshunt-micro-ohms = <2200000>;
188 rshunt-micro-ohms = <2200000>;
199 rshunt-micro-ohms = <1000000>;
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dtriggers.rst8 digital line signaling for easy capture by a micro controller. The events can

123456