/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 15 This issue list is only for bugs in the main Zephyr code base
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 266 int main(void) in main() function
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/ |
D | i2c_virtual.c | 16 LOG_MODULE_DECLARE(main);
|
/Zephyr-latest/boards/atmel/sam0/same54_xpro/ |
D | same54_xpro.dts | 63 /* Gives a maximum period of 1.1s for 120MHz main clock */
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/src/ |
D | lwm2m-client.c | 237 int main(void) in main() function
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 483 * HALs are now moved out of the main tree as external modules and reside 509 * :github:`18964` - [Coverity CID :203911]Memory - corruptions in /tests/bluetooth/uuid/src/main.c 510 * :github:`18963` - [Coverity CID :203910]Memory - corruptions in /tests/bluetooth/uuid/src/main.c 591 …` - [Coverity CID :203419]Security best practices violations in /tests/net/traffic_class/src/main.c 592 …` - [Coverity CID :203401]Security best practices violations in /tests/net/traffic_class/src/main.c 593 …thub:`18455` - [Coverity CID :203490]Error handling issues in /tests/net/socket/net_mgmt/src/main.c 594 * :github:`18454` - [Coverity CID :203499]Null pointer dereferences in /tests/net/icmpv6/src/main.c 595 * :github:`18453` - [Coverity CID :203480]Null pointer dereferences in /tests/net/context/src/main.c 597 …b:`18445` - [Coverity CID :203507]Error handling issues in /tests/kernel/mutex/sys_mutex/src/main.c 598 …444` - [Coverity CID :203516]Memory - corruptions in /tests/kernel/mem_protect/userspace/src/main.c [all …]
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 344 def main(): function 376 main()
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 464 def main(): function 585 main()
|
D | uf2conv.py | 274 def main(): function 365 main()
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 15 The ``main()`` function must have the return type of ``int`` as Zephyr 17 standard. Applications must return zero (0) from main. All non-zero return
|
/Zephyr-latest/doc/develop/west/ |
D | why.rst | 26 outside of the main zephyr repository, without requiring users to manually 57 would still need to be inside the main zephyr Git tree
|
/Zephyr-latest/boards/renesas/ek_ra4w1/doc/ |
D | index.rst | 27 - Crystal oscillator (surface-mount technology (SMT)) for the main system clock 28 - Crystal oscillator or ceramic resonator (lead type) for the main system clock
|
/Zephyr-latest/boards/weact/blackpill_f401ce/doc/ |
D | index.rst | 100 32.768 kHz. The frequency of the main clock (HSE) is 25 MHz. 109 There are 2 main entry points for flashing STM32F4X SoCs, one using the ROM
|
/Zephyr-latest/boards/weact/blackpill_f411ce/doc/ |
D | index.rst | 100 32.768 kHz. The frequency of the main clock (HSE) is 25 MHz. 109 There are 2 main entry points for flashing STM32F4X SoCs, one using the ROM
|
/Zephyr-latest/boards/weact/stm32f405_core/doc/ |
D | index.rst | 97 32.768 kHz. The frequency of the main clock (HSE) is 8 MHz. 106 There are 2 main entry points for flashing STM32F4X SoCs, one using the ROM
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 86 int main(void) 140 int main(void)
|
/Zephyr-latest/boards/96boards/stm32_sensor_mez/doc/ |
D | index.rst | 99 well as the main PLL clock. In default board configuration, the 16MHz external 100 oscillator is used to drive the main PLL clock to generate a System Clock
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 12 #define LOG_MODULE_NAME main 489 int main(void) in main() function
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf5340bsim.rst | 60 https://github.com/BabbleSim/native_simulator/blob/main/docs/README.md 63 https://github.com/BabbleSim/ext_nRF_hw_models/blob/main/docs/README_impl_status.md
|
/Zephyr-latest/cmake/modules/ |
D | kernel.cmake | 7 # This is the main Zephyr Kernel CMake module which is responsible for creation 13 # as using add_subdirectory() to add the main <ZEPHYR_BASE>/CMakeLists.txt file. 20 # - app: This is the main application library where the application can add
|
/Zephyr-latest/kernel/ |
D | Kconfig | 16 If disabled, only the main thread is available, so a main() function 19 since the main thread cannot pend, it being the only thread in the 70 int "Priority of initialization/main thread" 75 of the main() function. main() can then change its priority if desired. 157 int "Size of stack for initialization and main thread" 163 executes the main() routine, so as to reuse the stack used by the 166 After initialization is complete, the thread runs main(). 1054 Enables bootargs support and passing them to main(). 1070 int "Size of buffer containing main arguments in bytes" 1074 Configures size of buffer containing all arguments passed to main.
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 55 #. Attach the FRDM-KW41Z to the Arduino header on your selected main board,
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | main.c | 256 int main(void) in main() function
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 16 All images use the same :file:`main.c` that prints the board target on which the
|
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/ |
D | README.rst | 16 main file (in the non-secure firmware).
|