Searched refs:step (Results 176 – 200 of 210) sorted by relevance
123456789
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 410 as implemented in step 3 (inside :c:func:`arch_coredump_info_dump`).
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_vcp.c | 508 vcp_register_param.step = 1; in set_register_params()
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/doc/ |
D | index.rst | 394 Open a serial terminal, step through the application in your debugger, and you
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/doc/ |
D | index.rst | 399 Open a serial terminal, step through the application in your debugger, and you
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 555 The first step is to set up environment variables to point at your 773 Strangely, there is no separate ``make install`` step for the
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 101 The :ref:`gen_kobject_list.py` script is a post-build step which finds all the
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 42 peripheral implicitly enables broadcaster role. Usually the first step
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 166 Finally, and if not done as part of the first step, a Pull Request must be
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 158 stopped at system startup. You may set breakpoints, step through code, etc. as
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 112 commit specified by the revision in the previous step
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 119 * This step can be skipped if there is no connected devices
|
/Zephyr-latest/boards/st/sensortile_box_pro/doc/ |
D | index.rst | 83 - Embedded SMPS step-down converter supporting switch on-the-fly and voltage scaling
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/ |
D | index.rst | 413 Open a serial terminal, step through the application in your debugger, and you
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 80 - Embedded SMPS step-down converter supporting switch on-the-fly and voltage scaling
|
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 568 :ref:`nordic_segger` page also apply to this board, with the additional step
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 86 by default. Proceed to next step without making any changes.
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 543 certification schemes. The first step of this process is the definition 544 of assets to be protected by the system. The next step then models how
|
/Zephyr-latest/arch/ |
D | Kconfig | 763 Dual-redundant Core Lock-step (DCLS) topology. 865 Dual-redundant Core Lock-step (DCLS) topology. For the processor that
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 90 Next you disable the validation step:
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 435 # This function invokes the CMake configure step on an external Zephyr project
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 355 :c:func:`z_get_next_switch_handle` and be done in one step.
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 359 const float step = 2 * 3.1415 / sine_period_samples; in fill_lc3_tx_buf_sin() local 362 const float sample = sinf(i * step); in fill_lc3_tx_buf_sin()
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 484 :makevar:`BOARD` value than you set during the build configuration step. 494 as described in this step, this value will be used.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 320 * ``ZEP-1460`` - Sanity check reports some qemu step failures as 'build_error'
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 448 static void tcp_new_reno_log(struct tcp *conn, char *step) in tcp_new_reno_log() argument 451 conn, step, conn->ca.cwnd, conn->ca.ssthresh, in tcp_new_reno_log()
|
123456789