/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_scanner.c | 254 int main(void) in main() function
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | CMakeLists.txt | 9 src/main.c
|
/Zephyr-latest/tests/subsys/edac/ibecc/ |
D | README.rst | 39 and debug configuration. The main difference is that debug configuration
|
/Zephyr-latest/tests/net/socket/tls_configurations/src/ |
D | main.c | 183 int main(void) in main() function
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 21 - linear mode on main branch, 59 main branch is said to be open for development. At that time, code which is deemed to be 100 The main motivation is to clearly have the criteria in place that must be met 130 A fix for a bug that is granted ``blocker`` status can be merged to 'main' and included in 206 - v[Major].[Minor].99 - A tag applied to main branch to signify that work on 210 work-in-progress main branch version. Presence of this tag allows generation of 211 sensible output for "git describe" on main branch, as typically used for 327 independently from the main tree for at least 2.5 years after it was 339 Changes and fixes flow in both directions. However, changes from main branch to an
|
D | index.rst | 46 - mainline: The main tree where the core functionality and core features are
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 116 * :github:`16080` - Zephyr UART shell crashes on start if main() is blocked 1088 * :github:`15407` - [Coverity CID :197597]Incorrect expression in /tests/kernel/static_idt/src/main… 1090 * :github:`15405` - [Coverity CID :197599]Incorrect expression in /tests/kernel/fatal/src/main.c 1091 * :github:`15404` - [Coverity CID :197600]Incorrect expression in /tests/lib/c_lib/src/main.c 1094 * :github:`15401` - [Coverity CID :197603]Incorrect expression in /tests/kernel/fatal/src/main.c 1095 …400` - [Coverity CID :197604]Memory - corruptions in /tests/kernel/mem_protect/userspace/src/main.c 1099 * :github:`15396` - [Coverity CID :197608]Incorrect expression in /tests/lib/c_lib/src/main.c 1101 * :github:`15394` - [Coverity CID :197610]Incorrect expression in /tests/kernel/fatal/src/main.c 1104 * :github:`15390` - [Coverity CID :197614]Incorrect expression in /tests/lib/c_lib/src/main.c 1105 * :github:`15389` - [Coverity CID :197615]Incorrect expression in /tests/kernel/fatal/src/main.c [all …]
|
D | release-notes-2.3.rst | 222 * CMSIS has been moved out of the main tree and now resides in its 654 * The Zephyr main repository now includes a Zephyr CMake package. 704 * HALs are now moved out of the main tree as external modules and reside in 1056 …hub:`24041` - [Coverity CID :209368] Pointless string comparison in tests/lib/devicetree/src/main.c 1057 …hub:`24040` - [Coverity CID :209369] Pointless string comparison in tests/lib/devicetree/src/main.c 1058 …hub:`24039` - [Coverity CID :209370] Pointless string comparison in tests/lib/devicetree/src/main.c 1059 …hub:`24038` - [Coverity CID :209371] Pointless string comparison in tests/lib/devicetree/src/main.c 1060 …hub:`24037` - [Coverity CID :209372] Pointless string comparison in tests/lib/devicetree/src/main.c 1061 …hub:`24036` - [Coverity CID :209373] Pointless string comparison in tests/lib/devicetree/src/main.c 1062 …hub:`24035` - [Coverity CID :209374] Pointless string comparison in tests/lib/devicetree/src/main.c [all …]
|
D | release-notes-2.4.rst | 201 like the main thread. 246 * Fixed stack randomization for main thread. 874 * HALs are now moved out of the main tree as external modules and reside in 932 …] 'Constant' variable guards dead code in tests/drivers/clock_control/nrf_lf_clock_start/src/main.c 998 …4` - [Coverity CID :214213] Improper use of negative value in tests/net/socket/af_packet/src/main.c 1054 * :github:`28016` - tests/boards/intel_s1000_crb/main/boards.s1000_crb.main fails to build 1083 …27837` - [Coverity CID :212956] Out-of-bounds access in tests/kernel/mem_protect/mem_map/src/main.c 1115 …hub:`27644` - [Coverity CID :212141] Improper use of negative value in tests/lib/fdtable/src/main.c 1116 … :212427] Invalid type in argument to printf format specifier in samples/drivers/jesd216/src/main.c 1117 * :github:`27642` - [Coverity CID :212143] Unused value in samples/drivers/flash_shell/src/main.c [all …]
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 226 #0 0x00100459 in func_3 (addr=0x0) at zephyr/rtos/zephyr/samples/hello_world/src/main.c:14 227 #1 0x00100477 in func_2 (addr=0x0) at zephyr/rtos/zephyr/samples/hello_world/src/main.c:21 228 #2 0x00100492 in func_1 (addr=0x0) at zephyr/rtos/zephyr/samples/hello_world/src/main.c:28 229 #3 0x001004c8 in main () at zephyr/rtos/zephyr/samples/hello_world/src/main.c:42
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 38 https://github.com/BabbleSim/native_simulator/blob/main/docs/README.md 41 https://github.com/BabbleSim/native_simulator/blob/main/docs/Design.md 44 https://github.com/BabbleSim/ext_nRF_hw_models/blob/main/docs/README_HW_models.md 50 The main purpose of these bsim boards is to be test-benches for 178 by means of the native simulator, provides the :c:func:`main` entry point for the Linux 314 :c:func:`main`, but this will only work if the main application supports it, 315 that is, if the main app is a version for simulation which calls
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 114 int main(void) in main() function
|
/Zephyr-latest/samples/subsys/canbus/isotp/src/ |
D | main.c | 136 int main(void) in main() function
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/src/ |
D | main.c | 110 int main(void) in main() function
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | main.c | 147 int main(void) in main() function
|
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | main.c | 18 LOG_MODULE_REGISTER(main);
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 61 [ipv4ll] [INF] main: Run ipv4 autoconf client
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ |
D | ivshmem.c | 270 int main(void) in main() function
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 264 int main(void) in main() function
|
/Zephyr-latest/soc/microchip/mec/common/spigen/ |
D | mec_spi_gen.py | 311 def main(): function 486 main()
|
/Zephyr-latest/scripts/build/ |
D | gen_isr_tables.py | 307 def main(): function 342 main()
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 247 def main(): function 371 main()
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.flash | 82 to flash on ESP32-D2WD; (2) main SPI flash is connected to non-default pins; (3) main
|
/Zephyr-latest/boards/weact/blackpill_f401cc/doc/ |
D | index.rst | 95 32.768 kHz. The frequency of the main clock (HSE) is 25 MHz. 104 There are 2 main entry points for flashing STM32F4X SoCs, one using the ROM
|
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/ |
D | README.rst | 67 …nd pdm configuration in file :zephyr_file:`samples/boards/96boards/argonkey/microphone/src/main.c`. 74 …ng macro, off by default, in :zephyr_file:`samples/boards/96boards/argonkey/microphone/src/main.c`:
|