/Zephyr-latest/samples/kernel/condition_variables/simple/ |
D | README.rst | 13 to signal changing states (conditions) from worker thread to the main 16 execution based on when the worker thread signals the main thread that is
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 113 ##### Modify `src/main.c` 115 Add the line below in `int main(void)`, just before the line `while(1)`:
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 101 96Boards Argonkey can be driven by an internal oscillator as well as the main 103 used to drive the main PLL clock to generate a System Clock (SYSCLK) at 84MHz.
|
/Zephyr-latest/boards/nordic/nrf21540dk/doc/ |
D | index.rst | 42 of the slow clock is 32.768 kHz. The frequency of the main clock is 32 MHz. 184 1. Add devicetree overlay file to the main directory of your application:
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 24 https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE 212 To clone the main Zephyr Project repository use the instructions in 215 This section describes the main repository's source tree. In addition to the 468 `changelog <https://github.com/zephyrproject-rtos/zephyr/commits/main>`__. 679 ./scripts/ci/check_compliance.py -c upstream/main.. 800 #. Create a topic branch (off of ``main``) for your work (if you're addressing 803 git checkout main 807 ``main`` so you may need to indicate this in your checkout:: 846 request for the ``main`` branch. The title and message from your commit 866 new branch off of ``main`` and not the previous branch.):: [all …]
|
/Zephyr-latest/samples/drivers/can/counter/src/ |
D | main.c | 190 int main(void) in main() function
|
/Zephyr-latest/boards/segger/trb_stm32f407/doc/ |
D | index.rst | 89 the main clock is 12 MHz. The processor can setup HSE to drive the
|
/Zephyr-latest/samples/net/dns_resolve/src/ |
D | main.c | 394 int main(void) in main() function
|
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/ |
D | main.c | 279 int main(void) in main() function
|
/Zephyr-latest/samples/bluetooth/hci_spi/src/ |
D | main.c | 283 int main(void) in main() function
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 351 int main(void) in main() function
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 197 int main(void) in main() function
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | main.c | 301 int main(void) in main() function
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 180 int main(void) in main() function
|
/Zephyr-latest/samples/net/sockets/can/src/ |
D | main.c | 263 int main(void) in main() function
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | README.rst | 90 .. _Simple File Server: https://github.com/eclipse-californium/californium/tree/main/demo-apps/cf-s…
|
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 202 int main(void) in main() function
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | README.rst | 106 [00:00:00.077,423] <inf> main: The device is put in USB mass storage mode. 154 [00:00:18.588,043] <inf> main: The device is put in USB mass storage mode. 180 [00:00:00.005,310] <inf> main: The device is put in USB mass storage mode.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 141 Following is a brief fly in on the main concepts in the implementation of 144 Three main execution contexts 153 * LLCP main state machine entry/tick'er
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 22 ``SRAM2:/home/xyz/zephyr/samples/hello_world/src/main.c,SRAM1:/home/xyz/zephyr/samples/hello_world/… 37 The text section is split into 2 parts in the main linker script. The first
|
/Zephyr-latest/boards/u-blox/ubx_evkninab4/doc/ |
D | index.rst | 168 1. Add device tree overlay file to the main directory of your application: 205 The file has to be named ``<board>.overlay`` and placed in the app main directory to be
|
/Zephyr-latest/boards/st/sensortile_box/doc/ |
D | index.rst | 95 oscillator, as well as main PLL clock. By default, the System clock is 124 There are 2 main entry points for flashing STM32FL4Rx SoCs, one using the ROM
|
/Zephyr-latest/boards/nordic/nrf52833dk/doc/ |
D | index.rst | 38 the slow clock is 32.768 kHz. The frequency of the main clock 166 1. Add devicetree overlay file to the main directory of your application:
|
/Zephyr-latest/boards/nordic/nrf52840dk/doc/ |
D | index.rst | 43 is 32.768 kHz. The frequency of the main clock is 32 MHz. 173 1. Add devicetree overlay file to the main directory of your application:
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 34 target_sources(app PRIVATE src/main.c) 37 is configured to include the source file :file:`src/main.c`. The ``PRIVATE`` 42 source file :file:`src/main.c`, behavior that we surely do not want. The 50 The Zephyr build process can be divided into two main phases: a configuration
|