/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 422 … `x` and `y` values from our training data to train the model. It runs for 500 _epochs_, with 64 p… 437 "history_1 = model_1.fit(x_train, y_train, epochs=500, batch_size=64,\n", 445 "Epoch 1/500\n", 447 "Epoch 2/500\n", 449 "Epoch 3/500\n", 451 "Epoch 4/500\n", 453 "Epoch 5/500\n", 455 "Epoch 6/500\n", 457 "Epoch 7/500\n", 459 "Epoch 8/500\n", [all …]
|
/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/ |
D | native_sim.overlay | 13 pin-v1-voltage-divider-resistors = <500 1000>; 16 pin-v4-voltage-divider-resistors = <500 1000>; 67 pin-v1-voltage-divider-resistors = <500 1000>; 70 pin-v4-voltage-divider-resistors = <500 1000>; 81 pin-v1-voltage-divider-resistors = <500 1000>; 84 pin-v4-voltage-divider-resistors = <500 1000>; 93 pin-v1-voltage-divider-resistors = <500 1000>; 96 pin-v4-voltage-divider-resistors = <500 1000>;
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.litex | 18 default 500 22 default 500
|
/Zephyr-latest/dts/bindings/mfd/ |
D | infineon,tle9104.yaml | 42 default: 500 45 - 500 58 - 500
|
/Zephyr-latest/dts/bindings/sensor/ |
D | invensense,icm42605.yaml | 35 - 500 53 - 500 80 - 500
|
D | st,ism330dhcx-common.yaml | 110 - 500 # +/- 500dps 114 enum: [125, 250, 500, 1000, 2000]
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | testcase.yaml | 11 - CONFIG_TEST_INPUT_LOG_RATE=500 20 - CONFIG_TEST_OUTPUT_LOG_RATE=500
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | testcase.yaml | 3 extra_args: PI_NUM_ITERATIONS=500 32 extra_args: PI_NUM_ITERATIONS=500 41 extra_args: PI_NUM_ITERATIONS=500
|
/Zephyr-latest/tests/subsys/zbus/runtime_observers_registration/src/ |
D | main.c | 76 zassert_equal(0, zbus_chan_pub(&chan1, &sd, K_MSEC(500)), NULL); in ZTEST() 83 zassert_equal(0, zbus_chan_pub(&chan1, &sd, K_MSEC(500)), NULL); in ZTEST() 92 zassert_equal(0, zbus_chan_pub(&chan1, &sd, K_MSEC(500)), NULL); in ZTEST() 98 zassert_equal(0, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST() 106 zassert_equal(0, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST() 125 zassert_equal(0, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST() 130 zassert_equal(-ENOMSG, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST() 201 zassert_equal(0, zbus_chan_pub(&chan4, &sd, K_MSEC(500)), NULL); in ZTEST()
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | db_generation.ecl | 23 strings_map("load_ecb",500,"",".+\\.ecb",0,setq(ecb,join_paths(data_dir,$0)),load(ecb),rename(ecb,j… 24 strings_map("load_ecb",500,"",".*",0)
|
/Zephyr-latest/samples/subsys/zbus/confirmed_channel/src/ |
D | main.c | 48 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub1_task() 73 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub2_task() 99 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub3_task() 122 zbus_chan_pub(&confirmed_chan, cm, K_MSEC(500)); in pub_to_confirmed_channel()
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | runner_hooks.c | 39 NSI_TASK(open_dumps, PRE_BOOT_2, 500); 48 NSI_TASK(exit_hooks, ON_EXIT_PRE, 500);
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
D | power_mgmt.h | 13 * For light sleep, the test sleeps in main thread for 500 ms longer than 16 * Similarly for deep sleep, the test sleeps in the main thread for 500 ms
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/ |
D | power_mgmt.h | 13 * For light sleep, the test sleeps in main thread for 500 ms longer than 16 * Similarly for deep sleep, the test sleeps in the main thread for 500 ms
|
/Zephyr-latest/dts/bindings/input/ |
D | st,stmpe811.yaml | 46 - 500 56 As a general rule, 1-5 nF capacitors require around 500 us settling time, and 5-10 nF need 66 - 500
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | test_empty.c | 20 bst_ticker_set_next_tick_absolute(500e3); in test_empty_init() 61 .test_descr = "demo empty test (it just fails after 500ms)",
|
/Zephyr-latest/tests/subsys/secure_storage/psa/its/ |
D | overlay-transform_custom.conf | 4 CONFIG_SECURE_STORAGE_ITS_MAX_DATA_SIZE=500
|
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/ |
D | prj.conf | 3 CONFIG_I2S_LITEX_RX_BLOCK_COUNT=500
|
/Zephyr-latest/samples/subsys/task_wdt/ |
D | prj.conf | 9 CONFIG_TASK_WDT_MIN_TIMEOUT=500
|
/Zephyr-latest/tests/kernel/common/ |
D | prj.conf | 5 CONFIG_BOOT_DELAY=500
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nordic_qspi_nor | 57 default 500 61 a flash sector erase. The 500 ms default allows for
|
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 20 poll-timeout-ms = <500>; 31 poll-timeout-ms = <500>;
|
/Zephyr-latest/tests/crypto/tinycrypt/ |
D | testcase.yaml | 12 timeout: 500
|
/Zephyr-latest/tests/subsys/lorawan/clock_sync/ |
D | testcase.yaml | 13 timeout: 500
|
/Zephyr-latest/tests/drivers/tee/optee/ |
D | testcase.yaml | 10 timeout: 500
|